Skip to content

Commit

Permalink
create units + teams system.
Browse files Browse the repository at this point in the history
  • Loading branch information
AGrigis committed Jun 24, 2020
1 parent cc6f052 commit 1b82190
Show file tree
Hide file tree
Showing 23 changed files with 262 additions and 106 deletions.
12 changes: 12 additions & 0 deletions _collections/_research/brainomics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
layout:
title: BRAINOMICS
cat: gaia
subcat: team
headline: Research topic
teasing: Difficulty on insensible reasonable in. From as went he they. Preference themselves me as thoroughly partiality considered on in estimating. Middletons acceptance discovered projecting so is so or. In or attachment inquietude remarkably comparison at an. Is surrounded prosperous stimulated am me discretion expression. But truth being state can she china widow. Occasional preference fat remarkably now projecting uncommonly dissimilar. Sentiments projection particular companions interested do at my delightful. Listening newspaper in advantage frankness to concluded unwilling.
site: https://brainomics.org
leader: Vincent Frouin
icon: image.png
added: 2020
---
49 changes: 49 additions & 0 deletions _collections/_research/ciel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
layout: page
title: CIEL
cat: ciel
subcat: unit
headline: Research topic
teasing: Difficulty on insensible reasonable in. From as went he they. Preference themselves me as thoroughly partiality considered on in estimating. Middletons acceptance discovered projecting so is so or. In or attachment inquietude remarkably comparison at an. Is surrounded prosperous stimulated am me discretion expression. But truth being state can she china widow. Occasional preference fat remarkably now projecting uncommonly dissimilar. Sentiments projection particular companions interested do at my delightful. Listening newspaper in advantage frankness to concluded unwilling.
leader: Sebastien Meriaux
icon: image.png
added: 2020
---

{% assign teams_sorted = site.research | where: "cat", "ciel" | where: "subcat", "team" | sort: "title" %}

![image-title-here]({{site.url}}/{{site.baseurl}}/images/research/{{page.icon}}){:class="center"}

<b> Leader: </b>
<script>mail2("{{page.leader | replace: " ", "." | downcase}}", "cea", 3, "", "{{page.leader}}")</script>

Difficulty on insensible reasonable in. From as went he they. Preference themselves me as thoroughly partiality considered on in estimating. Middletons acceptance discovered projecting so is so or. In or attachment inquietude remarkably comparison at an. Is surrounded prosperous stimulated am me discretion expression. But truth being state can she china widow. Occasional preference fat remarkably now projecting uncommonly dissimilar. Sentiments projection particular companions interested do at my delightful. Listening newspaper in advantage frankness to concluded unwilling.

<section>
<header class="major">
<h2>Teams</h2>
</header>
<noscript>
<p> Please note that email addresses on this site are protected to avoid abuse by spammers.
You will need a JavaScript-enabled browser to see the email addresses.
</p>
</noscript>
<div class="posts">
{% for research in teams_sorted %}
<article>
<a href="{{site.url}}/{{site.baseurl}}/{{research.url}}" class="image"><img src="{{site.url}}/{{site.baseurl}}/images/research/{{research.icon}}" alt="" /></a>
<h3>{{ research.title }}</h3>
<p>
<b>Leader: </b>
<script>mail2("{{research.leader | replace: " ", "." | downcase}}",
"cea", 3, "", "{{research.leader}}")</script>
</p>

<p>{{ research.teasing }}...</p>
<ul class="actions">
<li><a href="{{site.url}}/{{site.baseurl}}/{{research.url}}" class="button medium">More</a></li>
</ul>
</article>
{% endfor %}
</div>
</section>
57 changes: 57 additions & 0 deletions _collections/_research/gaia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
---
layout: page
title: GAIA
cat: gaia
subcat: unit
headline: Research topic
teasing: Difficulty on insensible reasonable in. From as went he they. Preference themselves me as thoroughly partiality considered on in estimating. Middletons acceptance discovered projecting so is so or. In or attachment inquietude remarkably comparison at an. Is surrounded prosperous stimulated am me discretion expression. But truth being state can she china widow. Occasional preference fat remarkably now projecting uncommonly dissimilar. Sentiments projection particular companions interested do at my delightful. Listening newspaper in advantage frankness to concluded unwilling.
leader: Jean-François Mangin
icon: image.png
added: 2020
---

{% assign teams_sorted = site.research | where: "cat", "gaia" | where: "subcat", "team" | sort: "title" %}

![image-title-here]({{site.url}}/{{site.baseurl}}/images/research/{{page.icon}}){:class="center"}

<b> Leader: </b>
<script>mail2("{{page.leader | replace: " ", "." | downcase}}", "cea", 3, "", "{{page.leader}}")</script>

Difficulty on insensible reasonable in. From as went he they. Preference themselves me as thoroughly partiality considered on in estimating. Middletons acceptance discovered projecting so is so or. In or attachment inquietude remarkably comparison at an. Is surrounded prosperous stimulated am me discretion expression. But truth being state can she china widow. Occasional preference fat remarkably now projecting uncommonly dissimilar. Sentiments projection particular companions interested do at my delightful. Listening newspaper in advantage frankness to concluded unwilling.

<section>
<header class="major">
<h2>Teams</h2>
</header>
<noscript>
<p> Please note that email addresses on this site are protected to avoid abuse by spammers.
You will need a JavaScript-enabled browser to see the email addresses.
</p>
</noscript>
<div class="posts">
{% for research in teams_sorted %}
<article>
{% if research.site %}
<a href="{{research.site}}" class="image"><img src="{{site.url}}/{{site.baseurl}}/images/research/{{research.icon}}" alt="" /></a>
{% else %}
<a href="{{site.url}}/{{site.baseurl}}/{{research.url}}" class="image"><img src="{{site.url}}/{{site.baseurl}}/images/research/{{research.icon}}" alt="" /></a>
{% endif %}
<h3>{{ research.title }}</h3>
<p>
<b>Leader: </b>
<script>mail2("{{research.leader | replace: " ", "." | downcase}}",
"cea", 3, "", "{{research.leader}}")</script>
</p>

<p>{{ research.teasing }}...</p>
<ul class="actions">
{% if research.site %}
<li><a href="{{research.site}}" class="button medium">More</a></li>
{% else %}
<li><a href="{{site.url}}/{{site.baseurl}}/{{research.url}}" class="button medium">More</a></li>
{% endif %}
</ul>
</article>
{% endfor %}
</div>
</section>
49 changes: 49 additions & 0 deletions _collections/_research/metric.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
layout: page
title: METRIC
cat: metric
subcat: unit
headline: Research topic
teasing: Difficulty on insensible reasonable in. From as went he they. Preference themselves me as thoroughly partiality considered on in estimating. Middletons acceptance discovered projecting so is so or. In or attachment inquietude remarkably comparison at an. Is surrounded prosperous stimulated am me discretion expression. But truth being state can she china widow. Occasional preference fat remarkably now projecting uncommonly dissimilar. Sentiments projection particular companions interested do at my delightful. Listening newspaper in advantage frankness to concluded unwilling.
leader: Alexandre Vignaud
icon: image.png
added: 2020
---

{% assign teams_sorted = site.research | where: "cat", "metric" | where: "subcat", "team" | sort: "title" %}

![image-title-here]({{site.url}}/{{site.baseurl}}/images/research/{{page.icon}}){:class="center"}

<b> Leader: </b>
<script>mail2("{{page.leader | replace: " ", "." | downcase}}", "cea", 3, "", "{{page.leader}}")</script>

Difficulty on insensible reasonable in. From as went he they. Preference themselves me as thoroughly partiality considered on in estimating. Middletons acceptance discovered projecting so is so or. In or attachment inquietude remarkably comparison at an. Is surrounded prosperous stimulated am me discretion expression. But truth being state can she china widow. Occasional preference fat remarkably now projecting uncommonly dissimilar. Sentiments projection particular companions interested do at my delightful. Listening newspaper in advantage frankness to concluded unwilling.

<section>
<header class="major">
<h2>Teams</h2>
</header>
<noscript>
<p> Please note that email addresses on this site are protected to avoid abuse by spammers.
You will need a JavaScript-enabled browser to see the email addresses.
</p>
</noscript>
<div class="posts">
{% for research in teams_sorted %}
<article>
<a href="{{site.url}}/{{site.baseurl}}/{{research.url}}" class="image"><img src="{{site.url}}/{{site.baseurl}}/images/research/{{research.icon}}" alt="" /></a>
<h3>{{ research.title }}</h3>
<p>
<b>Leader: </b>
<script>mail2("{{research.leader | replace: " ", "." | downcase}}",
"cea", 3, "", "{{research.leader}}")</script>
</p>

<p>{{ research.teasing }}...</p>
<ul class="actions">
<li><a href="{{site.url}}/{{site.baseurl}}/{{research.url}}" class="button medium">More</a></li>
</ul>
</article>
{% endfor %}
</div>
</section>
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
---
layout: page
title: Research title
cat: category1
subcat: subcategory1
title: MORPHOLOGY
cat: gaia
subcat: team
headline: Research topic
teasing: Difficulty on insensible reasonable in. From as went he they. Preference themselves me as thoroughly partiality considered on in estimating. Middletons acceptance discovered projecting so is so or. In or attachment inquietude remarkably comparison at an. Is surrounded prosperous stimulated am me discretion expression. But truth being state can she china widow. Occasional preference fat remarkably now projecting uncommonly dissimilar. Sentiments projection particular companions interested do at my delightful. Listening newspaper in advantage frankness to concluded unwilling.
contact: [email protected]
leader: Jean-François Mangin
icon: image.png
added: 2019
added: 2020
---

![image-title-here]({{site.url}}/{{site.baseurl}}/images/research/{{page.icon}}){:class="image"}
![image-title-here]({{site.url}}/{{site.baseurl}}/images/research/{{page.icon}}){:class="center"}

<b> Leader: </b>
<script>mail2("{{page.leader | replace: " ", "." | downcase}}", "cea", 3, "", "{{page.leader}}")</script>

Difficulty on insensible reasonable in. From as went he they. Preference themselves me as thoroughly partiality considered on in estimating. Middletons acceptance discovered projecting so is so or. In or attachment inquietude remarkably comparison at an. Is surrounded prosperous stimulated am me discretion expression. But truth being state can she china widow. Occasional preference fat remarkably now projecting uncommonly dissimilar. Sentiments projection particular companions interested do at my delightful. Listening newspaper in advantage frankness to concluded unwilling.

Difficulty on insensible reasonable in. From as went he they. Preference themselves me as thoroughly partiality considered on in estimating. Middletons acceptance discovered projecting so is so or. In or attachment inquietude remarkably comparison at an. Is surrounded prosperous stimulated am me discretion expression. But truth being state can she china widow. Occasional preference fat remarkably now projecting uncommonly dissimilar. Sentiments projection particular companions interested do at my delightful. Listening newspaper in advantage frankness to concluded unwilling.
15 changes: 0 additions & 15 deletions _collections/_research/research2.md

This file was deleted.

15 changes: 0 additions & 15 deletions _collections/_research/research3.md

This file was deleted.

15 changes: 0 additions & 15 deletions _collections/_research/research4.md

This file was deleted.

15 changes: 0 additions & 15 deletions _collections/_research/research5.md

This file was deleted.

15 changes: 0 additions & 15 deletions _collections/_research/research6.md

This file was deleted.

8 changes: 4 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

# Site settings
title: TeamName
title: BAOBAB
subtitle: Team slogan
baseurl: web-template
url: https://baobablab.github.io
baseurl: #baobab
url: #https://baobablab.github.io

# Contacts
email: last.first@cea.fr
email: jean-francois.mangin@cea.fr
author:
street_address:
city:
Expand Down
1 change: 1 addition & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lte IE 8]><script src="{{ 'assets/js/ie/html5shiv.js' | relative_url }}"></script><![endif]-->
<script src="{{ 'assets/js/email.js' | relative_url }}"></script>
<link rel="stylesheet" href="{{ 'assets/css/main.css' | absolute_url }}" />
<!-- favicon -->
<link rel="shortcut icon" type="image/png" href="{{ 'images/logo.png' | absolute_url }}">
Expand Down
7 changes: 0 additions & 7 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
<div id="sidebar">
<div class="inner">

<!-- Search -->
<section id="search" class="alt">
<form method="post" action="#">
<input type="text" name="query" id="query" placeholder="Search" />
</form>
</section>

<!-- Menu -->
{% assign today = site.time | date: '%Y' %}
{% assign year = today | minus: 4 %}
Expand Down
7 changes: 7 additions & 0 deletions _sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,10 @@
padding: 2em ! important;
}

.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}

Loading

0 comments on commit 1b82190

Please sign in to comment.