Skip to content

Commit

Permalink
Update sidebar.
Browse files Browse the repository at this point in the history
  • Loading branch information
AGrigis committed Sep 24, 2024
1 parent cb4de8e commit ee98885
Show file tree
Hide file tree
Showing 8 changed files with 44 additions and 14 deletions.
2 changes: 2 additions & 0 deletions _collections/_labs/gaia_architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ This is why for a few years we question the usual idea that an atlas can be adap
We are also developing machine learning analyses to project the geometric variability of a sulcus or a pattern into a low-dimensional manifold, in order to quantify possible links with a pathology or a behavior (Z. Y. Sun, M. Pascucci). We have adapted these strategies to the analysis of the d​​evelopment of the folding of premature babies (H. de Vareille) and to the comparison of the folding of great apes with that of humans (O. Foubet).

In the context of the Human Brain Project, we have established the first atlases of short-range connectivity through U-fibers (M. Guevara, N. Labra, N. Vindas) and new parcellations of the cortical surface integrating connectivity from diffusion MRI and cytoarchitectonicity (C. Langlet, XY Wang). Our ultimate goal is to link folding variability with connectivity and architectonics variability.​

<bf>Developed neuroimaging software platform:</bf> [BrainVisa](https://brainvisa.info/web)
31 changes: 29 additions & 2 deletions _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@
<div class="inner">

<!-- Menu -->
{% assign lab = "gaia" %}
{% assign teams_sorted = site.labs | where: "cat", lab | where: "subcat", "team" | sort: "title" %}
{% assign cells_sorted = site.labs | where: "cat", lab | where: "subcat", "cell" | sort: "title" %}
{% assign today = site.time | date: '%Y' %}
{% assign year = today | minus: 4 %}
{% assign labs_sorted = (site.labs | sort: 'cat' %}
{% assign labs_sorted = site.labs | sort: 'cat' %}
{% assign unique_cats = '' | split: ',' %}
{% for lab in labs_sorted %}
<!-- If not equal to previous then it must be unique as sorted -->
Expand All @@ -19,7 +22,31 @@
<h2>Menu</h2>
</header>
<ul>
<li><a href="{{site.url}}{{site.baseurl}}/">Homepage</a></li>
<li><a href="{{ '/' | absolute_url }}">Homepage</a></li>
<li>
<span class="opener">Teams</span>
<ul>
{% for team in teams_sorted %}
{% if team.site %}
<li><a href="{{team.site}}" target="_blank">{{team.title}}</a></li>
{% else %}
<li><a href="{{site.url}}{{site.baseurl}}{{team.url}}">{{team.title}}</a></li>
{% endif %}
{% endfor %}
</ul>
</li>
<li>
<span class="opener">Cells</span>
<ul>
{% for cell in cells_sorted %}
{% if cell.site %}
<li><a href="{{cell.site}} target="_blank"">{{cell.title}}</a></li>
{% else %}
<li><a href="{{site.url}}{{site.baseurl}}{{cell.url}}">{{cell.title}}</a></li>
{% endif %}
{% endfor %}
</ul>
</li>
<li>
<span class="opener">Publications</span>
<ul>
Expand Down
4 changes: 2 additions & 2 deletions _layouts/page_lab.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h3>{{ team.title }}: {{team.headline}}</h3>
<p>{{ team.teasing }}</p>
<ul class="actions">
{% if team.site %}
<li><a href="{{team.site}}" class="button medium">More</a></li>
<li><a href="{{team.site}}" target="_blank" class="button medium">More</a></li>
{% else %}
<li><a href="{{site.url}}{{site.baseurl}}{{team.url}}" class="button medium">More</a></li>
{% endif %}
Expand Down Expand Up @@ -103,7 +103,7 @@ <h3>{{ cell.title }}</h3>
<p>{{ cell.teasing }}</p>
<ul class="actions">
{% if cell.site %}
<li><a href="{{cell.site}}" class="button medium">More</a></li>
<li><a href="{{cell.site}}" target="_blank" class="button medium">More</a></li>
{% else %}
<li><a href="{{site.url}}{{site.baseurl}}{{cell.url}}" class="button medium">More</a></li>
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion _layouts/page_select.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
-->
<html>

{% include head.html %}
Expand Down
7 changes: 3 additions & 4 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,13 @@
$sidebar_inner = $sidebar.children('.inner');

// Inactive by default on <= large.
/* skel
skel
.on('+large', function() {
$sidebar.addClass('inactive');
})
.on('-large !large', function() {
$sidebar.addClass('inactive');
//$sidebar.removeClass('inactive');
}); */
$sidebar.removeClass('inactive');
});

// Hack: Workaround for Chrome/Android scrollbar position bug.
if (skel.vars.os == 'android'
Expand Down
9 changes: 5 additions & 4 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: page_lab

<!-- Banner -->
<section id="banner">
<div class="content">
<div class="content" style="width: 100%;">
<p>
The GAIA laboratory is part of the BAOBAB (CEA, CNRS, Paris-Saclay Univ.) unit of <a href="http://www.cea.fr/english" target="_blank">CEA</a>/<a href="http://joliot.cea.fr/drf/joliot/en/Pages/research_entities/NeuroSpin.aspx" target="_blank">NeuroSpin department</a>, located on the <a href="https://www.universite-paris-saclay.fr/en" target="_blank">Paris-Saclay campus</a>.
</p>
Expand Down Expand Up @@ -38,11 +38,12 @@ layout: page_lab
{% endfor %}
</p> -->
</div>
<span class="image object">
<div class="">
<img src="{{site.url}}{{site.baseurl}}/images/banner.png" alt="" style="
width: 100%;
height: auto;
height: auto;
margin-bottom: 2em;
"/>
</span>
</div>
</section>

1 change: 1 addition & 0 deletions members.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ permalink: /people/
{% for profile in listpeople %}
<div class="list-item-people {{profile.cat|replace: ' ', '-'}} {{profile.subcat|replace: ' ', '-'}}">
<p style="text-align: left; padding-left: 5em; margin: 0;">
&#x2022;
{% if profile.site %}
<a class="name" href="{{profile.site}}" target="_blank">
{% endif %}
Expand Down
2 changes: 1 addition & 1 deletion opportunities.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ For a spontaneous application do not hesitate to <a href="mailto:{{site.email}}"
{% for job in listjobs %}
<div class="{{job.cat|replace: ' ', '-'}} {{job.subcat|replace: ' ', '-'}}">
<p style="text-align: left; padding-left: 5em; margin: 0;">
{{job.title}} - {{job.profile}}
&#x2022; {{job.title}} - {{job.profile}}
{% if job.ext_url %}
<a href="{{job.ext_url}}" class="icon fa-cloud-download" target="_blank"><span class="label">Job</span></a>
{% elsif job.pdf %}
Expand Down

0 comments on commit ee98885

Please sign in to comment.