-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
262 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
18 changes: 11 additions & 7 deletions
18
_collections/_research/research1.md → _collections/_research/morphology.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -99,3 +99,10 @@ | |
padding: 2em ! important; | ||
} | ||
|
||
.center { | ||
display: block; | ||
margin-left: auto; | ||
margin-right: auto; | ||
width: 50%; | ||
} | ||
|
Oops, something went wrong.