Skip to content

Commit

Permalink
Add old member and refresh network
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveViss committed Aug 26, 2016
1 parent 404a11e commit 712b22f
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 19 deletions.
7 changes: 0 additions & 7 deletions _bibliography/labo.bib
Original file line number Diff line number Diff line change
Expand Up @@ -1497,13 +1497,6 @@ @article{Brousseau2016b
year = {2016},
status={review}
}
@article{Brousseau2016b,
author = {Brousseau, P M and Gravel, D and Handa, T I},
mendeley-groups = {[IE]Lab},
title = {{Trait-matching and phylogeny as predictors of predator-prey interactions involving ground beetles}},
year = {2016},
status={review}
}
@article{Leroux2016b,
author = {Leroux, Shawn and Albert, Cécile Hélène and Lafuite, Anne-Sophie; Rayfield, Bronwyn and Wang, Shaopeng and Gravel, Dominique},
title = {{Structural uncertainty in models projecting the consequences of habitat loss and fragmentation on biodiversity}},
Expand Down
10 changes: 10 additions & 0 deletions _data/members.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,16 @@
Abstract_en: Spatial distribution of biodiversity always fascinated ecologists. What are the main drivers of species distribution and why is species richness peaking in the tropics? Understanding food webs dynamics is a key point in trying to clarify this question. Trophic cascade is a central feature of food webs and has been widely documented in diverse ecosystems. However, their strength can be highly variable and it seems that temperature plays a role in this variation by strengthening the top down effect of predators on primary producers. Temperature is an essential driver of many ecosystem processes over large biogeographical gradients and can affect food webs structure in many ways by impacting (1) organisms’ biological and chemical rates, (2) organisms’ body size and (3) species richness; and indirectly altering the strength of trophic interaction. The nature of the relationships between temperature, body size, metabolic rates and richness remains hazy and lead to conflicting results. We use a modelling approach to investigate the impact of temperature on trophic cascade through biological rates, body size and richness.
Email: [email protected]
Image: az.jpg

-
key: 22
Name: Jonathan
LastName: Brassard
Status: Professional researcher
Year_start: 2011
Title_en: Field coordinator
Email: [email protected]
Image: jo.png

-
key: 14
Expand Down
14 changes: 12 additions & 2 deletions _includes/network.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ <h2>Current members</h2>
</style>

<script type="text/javascript" src="/js/vis.js"></script>
<script type="text/javascript" src="/js/js-yaml.min.js"></script>
<link href="/css/vis.min.css" rel="stylesheet" type="text/css" />

<script type="text/javascript">
Expand All @@ -34,7 +35,7 @@ <h2>Current members</h2>
{id: 3, shape: 'circularImage', image: DIR + 'claire.png',label:"Claire Jacquet"},
{id: 2, shape: 'circularImage', image: DIR + 'jo.png',label:"Jonathan Brassard"},
{id: 4, shape: 'circularImage', image: DIR + 'steve.png', label:"Steve Vissault"},
{id: 5, shape: 'circularImage', image: DIR + 'cazelle.png', label:"Kevin Cazelles"},
{id: 5, shape: 'circularImage', image: DIR + 'kev.jpg', label:"Kevin Cazelles"},
{id: 6, shape: 'circularImage', image: DIR + 'idaline.png', label:"Idaline Laigle"},
{id: 7, shape: 'circularImage', image: DIR + 'amael.png', label:"Amael Lesquin"},
{id: 8, shape: 'circularImage', image: DIR + 'kevin.png', label:"Kevin Solarik"},
Expand All @@ -45,6 +46,9 @@ <h2>Current members</h2>
{id: 13, shape: 'circularImage', image: DIR + 'hedvig.jpg', label:"Hedvig Nenzén"},
{id: 14, shape: 'circularImage', image: DIR + 'phdp.jpg', label:"Philippe Desjardins-Proulx"},
{id: 15, shape: 'box',font:{size:18,color:'#fff'},label:"Machine learning"},
{id: 16, shape: 'circularImage', image: DIR + 'az.jpg', label:"Azenor Bideault"},
{id: 17, shape: 'circularImage', image: DIR + 'David.jpg', label:"David Beauchesne"},
{id: 18, shape: 'circularImage', image: DIR + 'raph.jpg', label:"Raphaël Aussenac"},
];

// create connections between people
Expand Down Expand Up @@ -74,6 +78,12 @@ <h2>Current members</h2>
{from: 14, to: 9},
{from: 14, to: 10},
{from: 14, to: 15},
{from: 16, to: 9},
{from: 16, to: 10},
{from: 17, to: 10},
{from: 17, to: 9},
{from: 18, to: 9},
{from: 18, to: 12},
];

// edges = [
Expand All @@ -96,7 +106,7 @@ <h2>Current members</h2>
height: '100%',
width: '100%',
layout: {
randomSeed: 540,
randomSeed: 605,
improvedLayout:true,
hierarchical: {
enabled:false,
Expand Down
3 changes: 3 additions & 0 deletions js/js-yaml.min.js

Large diffs are not rendered by default.

14 changes: 4 additions & 10 deletions members.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,15 @@ permalink: /members/
weight: 5
---

<div class="row">
<div class="large-12 columns">
<h2> Principal investigator </h2>
</div>
</div>

<div class="row">
{% for member in site.data.members %}
{% if member.Status == 'Principal investigator' %}
<div class="small-6 columns text-right ">
<img src="/assets/img/members/{{ member.Image }}" alt="{{ member.Name }}" class="circular"/>
</div>
<div class="small-6 columns text-left">
<h5 style="font-weight:600;"> {{ member.Name }} {{ member.LastName }} </h5>
<h5 style="font-weight:600; margin-top:75px;"> {{ member.Name }} {{ member.LastName }} </h5>
<p style="margin:0px;padding:0px;" >Principal investigator</p>
</div>
{% endif %}
{% endfor %}
Expand All @@ -34,7 +29,7 @@ weight: 5
{% assign cur_year = site.time | date: '%Y' | times: 1%}

{% for member in members %}
{% if member.Status != 'Principal investigator' and member.Year_finish >= cur_year %}
{% if member.Status != 'Principal investigator' and (member.Year_finish >= cur_year or member.Status == "Professional researcher") %}

<div class="row" style="padding-top:50px;">
<div class="large-3 columns text-right ">
Expand All @@ -43,9 +38,8 @@ weight: 5
<div class="large-9 columns text-left">
<h5 style="font-weight:600;"> {{ member.Name }} {{ member.LastName }} <br> <span style="font-weight:400;font-size:15px;margin-top:20px;">{{ member.Status }} ({%if member.Year_start != blank %}{{ member.Year_start }}-{% endif %}{{ member.Year_finish }})</span> </h5>
<h6 style="font-weight:600;">{%if member.Title_en != blank %} {{ member.Title_en}} {% else %} {{ member.Title_fr}} {% endif %}</h6>
<h6 style="font-weight:600;font-size:14px;"> Supervisor(s): <span style="font-weight:400;font-size:14px;"> {{ member.Supervisor }}, {{ member.CoSupervisor }}</span></h6>
{%if member.Supervisor != blank and member.CoSupervisor != blank %} <h6 style="font-weight:600;font-size:14px;"> Supervisor(s): <span style="font-weight:400;font-size:14px;"> {{ member.Supervisor }}, {{ member.CoSupervisor }}</span></h6>{% endif %}
<p style="text-align:right;margin-right:25px;">

<a href="mailto:{{ member.Email }} "> <i class="step fi-mail" style="font-size: 30px;"></i> </a>
{%if member.Github != blank %}
<a href="http://github.com/{{ member.Github }}"> <i class="step fi-social-github" style="font-size: 30px;"></i>
Expand Down

0 comments on commit 712b22f

Please sign in to comment.