Skip to content

Commit cee3c32

Browse files
committed
Website update
1 parent 9e9cb6c commit cee3c32

14 files changed

+202
-44
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ source 'https://rubygems.org'
22
gem 'github-pages'
33
gem 'json'
44
gem 'rouge'
5-
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
6-
gem "nokogiri", ">= 1.8.2"
5+
gem 'wdm', '>=0.1.0' if Gem.win_platform?
6+
gem "nokogiri", ">=1.8.2"
77
gem "yajl-ruby", ">=1.3.1"
88
gem "jekyll", ">=3.6.3"

_config.yml

Lines changed: 53 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ color:
1212
secondary: f96b61
1313
secondary-dark: 333
1414

15-
# Team names, titles and social links
15+
# Current lab members
16+
# Name, position and social links
1617
people:
1718
- name: Simon Garnier
1819
pic: simon
@@ -34,17 +35,19 @@ people:
3435
- title: link
3536
url: https://sites.google.com/site/jasonmgrahamus/
3637

37-
- name: Lisa O'Bryan
38-
pic: lisa
38+
- name: Michal Pluháček
39+
pic: michal
3940
position: Postdoctoral Fellow
4041
social:
4142
- title: twitter
42-
url: https://twitter.com/Project_Grunt
43+
url: https://twitter.com/MPluhacek
4344

4445
- name: Nicole Dykstra
4546
pic: nicole
4647
position: Graduate Student
4748
social:
49+
- title: twitter
50+
url: https://twitter.com/enephdee
4851
- title: linkedin
4952
url: https://www.linkedin.com/in/nicolefdykstra
5053

@@ -85,54 +88,41 @@ people:
8588
pic: maggie
8689
position: Graduate Student
8790
social:
91+
- title: twitter
92+
url: https://twitter.com/GosiaVisniewska
8893
- title: linkedin
8994
url: https://www.linkedin.com/pub/maggie-wisniewska/44/858/515
9095

91-
- name: Prit Zaveri
92-
pic: prit
93-
position: Master Student
94-
95-
- name: Scott Bingham
96-
pic: default
97-
position: Undergraduate Student, MBI REU intern
98-
99-
- name: Nicole Korzeniecki
96+
- name: Daniel Meza
10097
pic: default
101-
position: Undergraduate Student, MBI REU intern
102-
103-
- name: Wajihah Memon
104-
pic: wajihah
10598
position: Undergraduate Student
10699

107-
- name: Amisha Naik
108-
pic: amisha
109-
position: Undergraduate Student
110-
111-
- name: Oluwatobi Olarogba
112-
pic: default
113-
position: Undergraduate Student, LSAMP intern
114-
115100
- name: Ana Pais
116101
pic: default
117102
position: Undergraduate Student
118103

119-
- name: Ezekiel Sandor
104+
- name: Saumil Parikh
120105
pic: default
121-
position: Undergraduate Student, MBI REU intern
106+
position: Undergraduate Student
122107

123108
- name: Purva Shah
124109
pic: purva
125110
position: Undergraduate Student, Lab Assistant
126111

127-
- name: Zainab Shahsamand
128-
pic: default
129-
position: Undergraduate Student
130-
131112
- name: Matt Dreyer
132113
pic: default
133114
position: High School Student, Provost Summer Research Fellow
134115

116+
# Former lab members
117+
# Name, position and social links
135118
people_old:
119+
- name: Lisa O'Bryan
120+
pic: lisa
121+
position: Postdoctoral Fellow
122+
social:
123+
- title: twitter
124+
url: https://twitter.com/Project_Grunt
125+
136126
- name: Chris Reid
137127
pic: chris
138128
position: Postdoctoral Fellow & Australian Extraordinaire
@@ -172,6 +162,10 @@ people_old:
172162
pic: oswaldo
173163
position: Master Student
174164

165+
- name: Prit Zaveri
166+
pic: prit
167+
position: Master Student
168+
175169
- name: Hala Abbas
176170
pic: default
177171
position: Undergraduate Student
@@ -188,6 +182,10 @@ people_old:
188182
pic: default
189183
position: Undergraduate Student
190184

185+
- name: Scott Bingham
186+
pic: default
187+
position: Undergraduate Student, MBI REU intern
188+
191189
- name: Archana Bottu
192190
pic: archana
193191
position: Undergraduate Student
@@ -244,6 +242,10 @@ people_old:
244242
pic: default
245243
position: Undergraduate Student
246244

245+
- name: Nicole Korzeniecki
246+
pic: default
247+
position: Undergraduate Student, MBI REU intern
248+
247249
- name: Jianna Kurian
248250
pic: default
249251
position: Undergraduate Student, Lab Assistant
@@ -264,10 +266,22 @@ people_old:
264266
pic: default
265267
position: Undergraduate Student
266268

269+
- name: Wajihah Memon
270+
pic: wajihah
271+
position: Undergraduate Student
272+
267273
- name: Matthew Moreno
268274
pic: default
269275
position: Undergraduate Student, MBI REU intern
270276

277+
- name: Amisha Naik
278+
pic: amisha
279+
position: Undergraduate Student
280+
281+
- name: Oluwatobi Olarogba
282+
pic: default
283+
position: Undergraduate Student, LSAMP intern
284+
271285
- name: Ami Patel
272286
pic: default
273287
position: Undergraduate Student
@@ -292,6 +306,10 @@ people_old:
292306
pic: suraj
293307
position: Undergraduate Student
294308

309+
- name: Ezekiel Sandor
310+
pic: default
311+
position: Undergraduate Student, MBI REU intern
312+
295313
- name: Albert Saez
296314
pic: default
297315
position: Undergraduate Student
@@ -308,6 +326,10 @@ people_old:
308326
pic: default
309327
position: Undergraduate Student
310328

329+
- name: Zainab Shahsamand
330+
pic: default
331+
position: Undergraduate Student
332+
311333
- name: Balvir Singh
312334
pic: default
313335
position: Undergraduate Student

_includes/aboutus.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ <h4 class="service-heading">What is Swarm Intelligence?</h4>
4646
</span>
4747
<h4 class="service-heading">Latest news from the lab</h4>
4848
<ul class="posts">
49-
{% for post in site.categories.blog limit:7 %}
49+
{% for post in site.categories.blog limit:5 %}
5050
<li style="text-align: justify; font-size: 95%;">
5151
<span>{{ post.date | date: "%b %-d, %Y" }}</span> &raquo;
5252
<a href="{{ BASE_PATH }}{{ post.url }}">
@@ -59,4 +59,4 @@ <h4 class="service-heading">Latest news from the lab</h4>
5959
</div>
6060
</div>
6161
</div>
62-
</section>
62+
</section>

_posts/2019-03-01-data-model-2019.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: Announcing the 4th Collaborative Workshop on Modeling Collective Behavior
3+
date: 2019-03-01
4+
author: Simon Garnier
5+
layout: post
6+
type: post
7+
category:
8+
- blog
9+
published: true
10+
11+
---
12+
13+
The SwarmLab is pleased to announce the 4th Collaborative Workshop on Modeling Collective Behavior, funded by the NSF OAC Public Access Initiative [grant #1838955](https://www.nsf.gov/awardsearch/showAward?AWD_ID=1838955). The goal of this workshop is to provide researchers coming from mathematics, physics, engineering and biology with experience in working collaboratively to model and analyze data produced by research in collective behavior. This year we are also including an interdisciplinary art/science project (see Project 4 below) that will use virtual reality to explore and interact with data and models of collective behaviors.
14+
15+
All information about the workshop, including application instructions and deadline, can be found [here](/meetings/data_model_2019/).
16+
17+
![banner](/img/posts/data_model_2019/banner.png){: .full}

_posts/2019-03-09-new-publication.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: New publication - "Temporal and spatial pattern of trail clearing in the Australian meat ant, <i>Iridomyrmex purpureus</i>"
3+
date: 2019-03-09
4+
author: Simon Garnier
5+
layout: post
6+
type: post
7+
category:
8+
- blog
9+
published: true
10+
11+
---
12+
13+
The SwarmLab is happy to announce the publication of: [Middleton, E. J. T., Garnier, S., Latty, T., and Reid, C. R. (2019). Temporal and spatial pattern of trail clearing in the Australian meat ant, *Iridomyrmex purpureus*. Anim. Behav. 150, 97–111. doi:10.1016/j.anbehav.2019.02.006](https://doi.org/10.1016/j.anbehav.2019.02.006)
14+
15+
---
16+
17+
**Abstract:** Many ant species use trails to connect important resources. In addition, some ants actively clear obstacles from their trails. Although trail clearing is thought to be beneficial in decreasing travel time, the physical process of clearing requires an investment of time and energy. Given that trail clearing is a decentralized process, how do colonies decide when to invest in clearing? In this study, we examined trail clearing in the Australian meat ant, using artificial semipermeable barriers mimicking grass. We tested the hypothesis that investment in clearing was influenced by the abundance and physical toughness of obstacles and that the selection of which grass blade to cut was a nonrandom process that decreases travel distance. We found that low abundance/low toughness treatments experienced the greatest amount of clearing and high abundance/high toughness the least. Although ants did not clear an optimally efficient trail, the results of our percolation analysis support the inference that the ants strategically deployed clearing, taking multiple factors into account when deciding to invest in this strategy. The resultant clearing patterns provided shorter travel routes for foraging ants than would be expected by the random removal of obstacles.

_posts/2019-03-24-new-publication.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: New publication - ""
3+
date: 2019-03-24
4+
author: Simon Garnier
5+
layout: post
6+
type: post
7+
category:
8+
- blog
9+
published: false
10+
11+
---
12+
13+
The SwarmLab is happy to announce the publication of: [O’Bryan, L., Abaid, N., Nakayama, S., Dey, T., King, A., Cowlishaw, G., et al. (2019). Contact Calls Facilitate Group Contraction in Free-ranging Goats (Capra aegagrus hircus). Frontiers in Ecology and Evolution 7, 73. doi:10.3389/fevo.2019.00073](https://www.frontiersin.org/articles/10.3389/fevo.2019.00073/)
14+
15+
---
16+
17+
**Abstract:**
18+
19+
Many social animal species produce vocalizations believed to facilitate group contraction when one or more group members have become distant. However, the mechanisms underlying this function remain unclear for many species. We examined this question with data on a semi-free ranging group of 16 adult domesticated goats (*Capra aegagrus hircus*) inhabiting Tsaobis Nature Park, Namibia. All goats wore dataloggers consisting of a GPS and audio recorder for 5-6 hours per day for 10 days, providing continuous data on their geolocations and vocal communication. We found that callers were farther from the group centroid than expected by chance and that call production was associated with the cessation of group expansion and subsequent group contraction. We did not find strong evidence for antiphonal call exchange between distant and core group members. Rather, we found that (i) call production by distant group members is associated with a significant reduction of group movement away from the caller, and (ii) call production by core group members is associated with greater, though not significantly greater, group movement towards the caller. These findings suggest that calls may be used by distant, and potentially core, group members to facilitate the contraction of group spread. Results from our study clarify the mechanisms through which social animals can regulate collective movement behavior and the specific role that vocalizations play in this process.

_posts/2019-03-25-new-publication.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: New publication - ""
3+
date: 2019-03-14
4+
author: Simon Garnier
5+
layout: post
6+
type: post
7+
category:
8+
- blog
9+
published: false
10+
11+
---
12+
13+
The SwarmLab is happy to announce the publication of: [Ray, S., Valentini, G., Shah, P., Haque, A., Reid, C., Weber, G., et al. (2019). Information Transfer During Food Choice in the Slime Mold Physarum polycephalum. Frontiers in Ecology and Evolution 7, 67. doi:10.3389/fevo.2019.00067]](https://www.frontiersin.org/articles/10.3389/fevo.2019.00067/)
14+
15+
This paper is a first publication for Subash, Purva and Abid. Many congratulations to them!
16+
17+
---
18+
19+
**Abstract:**
20+
21+
Throughout evolution, living systems have developed mechanisms to make adaptive decisions in the face of complex and changing environmental conditions. Most organisms make such decisions despite lacking a neural architecture. This is the case of the acellular slime mold *Physarum polycephalum* that has demonstrated remarkable information processing and problem-solving abilities. Previous studies suggest that the membrane of *P. polycephalum* plays an important role in integrating and processing information leading to the selection of a resource to exploit. The cyclical contraction-relaxation pattern of the membrane changes with the local quality of the environment, and individual contractile regions within a *P. polycephalum* can entrain neighboring regions, providing a potential mechanism for information processing and propagation. In this study, we use an information-theoretic tool, transfer entropy, to study the flow of information in single tubule segments of *P. polycephalum* in a binary choice between two food sources. We test *P. polycephalum* tubules in two food choice conditions, where the two available options are either symmetric in their nutrient concentrations or with one more concentrated in nutrients than the other (i.e., asymmetric). We measure the contractile pattern of the *P. polycephalum* membrane and use these data to explore the direction and amount of information transfer along the tubule as a function of the cell’s final decision. We find that the direction of information transfer is different in the two experimental conditions, and the amount of information transferred is inversely proportional to the distance between different contractile regions. Our results show that regions playing a leading role in information transfer changes with the decision-making challenges faced by *P. polycephalum*.

img/portfolio/agg_seg-thumbnail.png

-16.2 KB
Loading

img/portfolio/agg_seg.png

-49.2 KB
Loading

img/portfolio/opin_dyn-thumbnail.png

4.72 KB
Loading

img/portfolio/opin_dyn.png

17 KB
Loading

img/posts/data_model_2019/banner.png

59.7 KB
Loading

img/team/michal.jpg

55.1 KB
Loading

0 commit comments

Comments
 (0)