Skip to content

Commit 403d9be

Browse files
committed
Update website
1 parent d2558c1 commit 403d9be

25 files changed

+600
-307
lines changed

Gemfile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source 'https://rubygems.org'
2-
gem 'github-pages'
2+
gem 'github-pages', group: :jekyll_plugins
33
gem 'json'
44
gem 'rouge'
55
gem 'wdm', '>=0.1.0' if Gem.win_platform?
6-
gem "nokogiri"
7-
gem "yajl-ruby"
8-
gem "jekyll"
9-
10-
gem "webrick", "~> 1.7"
6+
gem 'nokogiri'
7+
gem 'yajl-ruby'
8+
gem 'jekyll'
9+
gem 'csv'
10+
gem 'webrick', '~> 1.7'

Gemfile.lock

Lines changed: 51 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,45 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.0.4.3)
4+
activesupport (7.1.3)
5+
base64
6+
bigdecimal
57
concurrent-ruby (~> 1.0, >= 1.0.2)
8+
connection_pool (>= 2.2.5)
9+
drb
610
i18n (>= 1.6, < 2)
711
minitest (>= 5.1)
12+
mutex_m
813
tzinfo (~> 2.0)
9-
addressable (2.8.4)
14+
addressable (2.8.6)
1015
public_suffix (>= 2.0.2, < 6.0)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.5)
1118
coffee-script (2.4.1)
1219
coffee-script-source
1320
execjs
1421
coffee-script-source (1.11.1)
1522
colorator (1.1.0)
16-
commonmarker (0.23.9)
17-
concurrent-ruby (1.2.2)
23+
commonmarker (0.23.10)
24+
concurrent-ruby (1.2.3)
25+
connection_pool (2.4.1)
26+
csv (3.2.8)
1827
dnsruby (1.70.0)
1928
simpleidn (~> 0.2.1)
29+
drb (2.2.0)
30+
ruby2_keywords
2031
em-websocket (0.5.3)
2132
eventmachine (>= 0.12.9)
2233
http_parser.rb (~> 0)
2334
ethon (0.16.0)
2435
ffi (>= 1.15.0)
2536
eventmachine (1.2.7)
26-
execjs (2.8.1)
27-
faraday (2.7.4)
28-
faraday-net_http (>= 2.0, < 3.1)
29-
ruby2_keywords (>= 0.0.4)
30-
faraday-net_http (3.0.2)
31-
ffi (1.15.5)
37+
execjs (2.9.1)
38+
faraday (2.9.0)
39+
faraday-net_http (>= 2.0, < 3.2)
40+
faraday-net_http (3.1.0)
41+
net-http
42+
ffi (1.16.3)
3243
forwardable-extended (2.6.0)
3344
gemoji (3.0.1)
3445
github-pages (228)
@@ -86,7 +97,7 @@ GEM
8697
activesupport (>= 2)
8798
nokogiri (>= 1.4)
8899
http_parser.rb (0.8.0)
89-
i18n (1.12.0)
100+
i18n (1.14.1)
90101
concurrent-ruby (~> 1.0)
91102
jekyll (3.9.3)
92103
addressable (~> 2.4)
@@ -196,7 +207,7 @@ GEM
196207
gemoji (~> 3.0)
197208
html-pipeline (~> 2.2)
198209
jekyll (>= 3.0, < 5.0)
199-
json (2.6.3)
210+
json (2.7.1)
200211
kramdown (2.3.2)
201212
rexml
202213
kramdown-parser-gfm (1.1.0)
@@ -210,20 +221,33 @@ GEM
210221
jekyll (>= 3.5, < 5.0)
211222
jekyll-feed (~> 0.9)
212223
jekyll-seo-tag (~> 2.1)
213-
minitest (5.18.0)
214-
nokogiri (1.14.3-arm64-darwin)
224+
minitest (5.21.1)
225+
mutex_m (0.2.0)
226+
net-http (0.4.1)
227+
uri
228+
nokogiri (1.16.0-aarch64-linux)
229+
racc (~> 1.4)
230+
nokogiri (1.16.0-arm-linux)
231+
racc (~> 1.4)
232+
nokogiri (1.16.0-arm64-darwin)
233+
racc (~> 1.4)
234+
nokogiri (1.16.0-x86-linux)
235+
racc (~> 1.4)
236+
nokogiri (1.16.0-x86_64-darwin)
237+
racc (~> 1.4)
238+
nokogiri (1.16.0-x86_64-linux)
215239
racc (~> 1.4)
216240
octokit (4.25.1)
217241
faraday (>= 1, < 3)
218242
sawyer (~> 0.9)
219243
pathutil (0.16.2)
220244
forwardable-extended (~> 2.6)
221245
public_suffix (4.0.7)
222-
racc (1.6.2)
246+
racc (1.7.3)
223247
rb-fsevent (0.11.2)
224248
rb-inotify (0.10.1)
225249
ffi (~> 1.0)
226-
rexml (3.2.5)
250+
rexml (3.2.6)
227251
rouge (3.26.0)
228252
ruby2_keywords (0.0.5)
229253
rubyzip (2.3.2)
@@ -240,21 +264,28 @@ GEM
240264
unf (~> 0.1.4)
241265
terminal-table (1.8.0)
242266
unicode-display_width (~> 1.1, >= 1.1.1)
243-
typhoeus (1.4.0)
267+
typhoeus (1.4.1)
244268
ethon (>= 0.9.0)
245269
tzinfo (2.0.6)
246270
concurrent-ruby (~> 1.0)
247271
unf (0.1.4)
248272
unf_ext
249-
unf_ext (0.0.8.2)
273+
unf_ext (0.0.9.1)
250274
unicode-display_width (1.8.0)
275+
uri (0.13.0)
251276
webrick (1.8.1)
252277
yajl-ruby (1.4.3)
253278

254279
PLATFORMS
255-
arm64-darwin-22
280+
aarch64-linux
281+
arm-linux
282+
arm64-darwin
283+
x86-linux
284+
x86_64-darwin
285+
x86_64-linux
256286

257287
DEPENDENCIES
288+
csv
258289
github-pages
259290
jekyll
260291
json
@@ -264,4 +295,4 @@ DEPENDENCIES
264295
yajl-ruby
265296

266297
BUNDLED WITH
267-
2.4.12
298+
2.5.4

_config.yml

Lines changed: 67 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ people:
4444
- title: linkedin
4545
url: http://linkedin.com/in/santiago-meneses
4646

47-
- name: Isabella Muratore
48-
pic: isabella
49-
position: Postdoctoral Fellow
50-
social:
51-
- title: linkedin
52-
url: https://www.linkedin.com/in/isabella-muratore-phd-6b143a5b/
53-
5447
- name: Raphael Asfour
5548
pic: raphael
5649
position: Graduate Student
@@ -65,56 +58,15 @@ people:
6558
- title: linkedin
6659
url: https://www.linkedin.com/in/william-botta-76924722b
6760

68-
- name: Daniele Carlesso
69-
pic: daniele
70-
position: Graduate Student (Macquarie U, Australia)
71-
social:
72-
- title: twitter
73-
url: https://twitter.com/carlessodaniele
74-
75-
- name: Nicole Dykstra
76-
pic: nicole
77-
position: Graduate Student (PhD candidate)
78-
social:
79-
- title: twitter
80-
url: https://twitter.com/enephdee
81-
- title: linkedin
82-
url: https://www.linkedin.com/in/nicolefdykstra
83-
84-
- name: Abid Haque
85-
pic: abid
86-
position: Graduate Student (PhD candidate)
87-
social:
88-
- title: twitter
89-
url: https://twitter.com/abidhhaque
90-
91-
- name: Courtney Rockenbach
92-
pic: courtney
93-
position: Graduate Student (PhD candidate)
94-
social:
95-
- title: twitter
96-
url: https://twitter.com/CourtRockenbach
97-
- title: tumblr
98-
url: https://www.tumblr.com/blog/field-biology
99-
- title: link
100-
url: https://www.researchgate.net/profile/Courtney_Rockenbach
101-
- title: github
102-
url: https://github.com/livethedance
103-
- title: linkedin
104-
url: https://www.linkedin.com/pub/courtney-rockenbach/1a/8a8/794
61+
- name: Clea Chelala
62+
pic: default
63+
position: Undergraduate Student
10564

106-
- name: Pratik Ingle
107-
pic: pratik
108-
position: Master Student (IISER, India)
109-
social:
110-
- title: twitter
111-
url: https://twitter.com/PratikIngle_
112-
- title: github
113-
url: https://github.com/pratik-ingle
114-
- title: linkedin
115-
url: https://www.linkedin.com/in/pratik-ingle-03034b152/
65+
- name: Aleesha Deshmukh
66+
pic: aleesha
67+
position: Undergraduate Student
11668

117-
- name: Sarah Abdul
69+
- name: Maya Hassan
11870
pic: default
11971
position: Undergraduate Student
12072

@@ -136,6 +88,13 @@ people_old:
13688
- title: twitter
13789
url: https://twitter.com/ChemtobYohann
13890

91+
- name: Isabella Muratore
92+
pic: isabella
93+
position: Postdoctoral Fellow
94+
social:
95+
- title: linkedin
96+
url: https://www.linkedin.com/in/isabella-muratore-phd-6b143a5b/
97+
13998
- name: Lisa O'Bryan
14099
pic: lisa
141100
position: Postdoctoral Fellow
@@ -172,6 +131,29 @@ people_old:
172131
- title: twitter
173132
url: https://twitter.com/HeatherABarnett
174133

134+
- name: Daniele Carlesso
135+
pic: daniele
136+
position: Graduate Student (Macquarie U, Australia)
137+
social:
138+
- title: twitter
139+
url: https://twitter.com/carlessodaniele
140+
141+
- name: Nicole Dykstra
142+
pic: nicole
143+
position: Graduate Student (PhD candidate)
144+
social:
145+
- title: twitter
146+
url: https://twitter.com/enephdee
147+
- title: linkedin
148+
url: https://www.linkedin.com/in/nicolefdykstra
149+
150+
- name: Abid Haque
151+
pic: abid
152+
position: Graduate Student (PhD candidate)
153+
social:
154+
- title: twitter
155+
url: https://twitter.com/abidhhaque
156+
175157
- name: Subash Ray
176158
pic: subash
177159
position: Graduate Student (PhD candidate)
@@ -183,6 +165,21 @@ people_old:
183165
- title: linkedin
184166
url: https://www.linkedin.com/profile/view?id=141381128
185167

168+
- name: Courtney Rockenbach
169+
pic: courtney
170+
position: Graduate Student (PhD candidate)
171+
social:
172+
- title: twitter
173+
url: https://twitter.com/CourtRockenbach
174+
- title: tumblr
175+
url: https://www.tumblr.com/blog/field-biology
176+
- title: link
177+
url: https://www.researchgate.net/profile/Courtney_Rockenbach
178+
- title: github
179+
url: https://github.com/livethedance
180+
- title: linkedin
181+
url: https://www.linkedin.com/pub/courtney-rockenbach/1a/8a8/794
182+
186183
- name: Maggie Wisniewska
187184
pic: maggie
188185
position: Graduate Student (PhD candidate)
@@ -213,6 +210,17 @@ people_old:
213210
pic: oswaldo
214211
position: Master Student
215212

213+
- name: Pratik Ingle
214+
pic: pratik
215+
position: Master Student (IISER, India)
216+
social:
217+
- title: twitter
218+
url: https://twitter.com/PratikIngle_
219+
- title: github
220+
url: https://github.com/pratik-ingle
221+
- title: linkedin
222+
url: https://www.linkedin.com/in/pratik-ingle-03034b152/
223+
216224
- name: Prit Zaveri
217225
pic: prit
218226
position: Master Student
@@ -221,6 +229,10 @@ people_old:
221229
pic: default
222230
position: Undergraduate Student
223231

232+
- name: Sarah Abdul
233+
pic: default
234+
position: Undergraduate Student
235+
224236
- name: Israa Amer
225237
pic: default
226238
position: Undergraduate Student

_includes/css/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ li {
3333
text-align: justify;
3434
}
3535

36+
.project_entry {
37+
width: 90%;
38+
max-width: 1170px;
39+
margin-left: auto;
40+
margin-right: auto;
41+
text-align: justify;
42+
}
43+
3644
.lab-name {
3745
font-family: "Ubuntu", "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
3846
font-style: normal;

_layouts/project.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
{% include head.html %}
5+
6+
<body id="nofront" class="index">
7+
8+
{% include nav_nofront.html %}
9+
10+
<div class="home">
11+
<section class="bg-white">
12+
<div class="project_entry">
13+
14+
<h2>{{ page.title }}</h2>
15+
<h3>{{ page.subtitle }}</h3>
16+
17+
<hr>
18+
19+
{{ content }}
20+
21+
</div>
22+
</section>
23+
</div>
24+
25+
{% include rss_footer.html %}
26+
{% include footer.html %}
27+
{% include js.html %}
28+
29+
</body>
30+
</html>

_posts/2019-06-06-postdoc-position.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ published: true
1010

1111
---
1212

13+
**THIS POSITION IS NO LONGER AVAILABLE**
14+
15+
---
16+
1317
The SwarmLab at the [New Jersey Institute of Technology](http://www.njit.edu/) (NJIT) is seeking a postdoctoral researcher with expertise in the modeling and analysis of collective behaviors and complex systems. The successful candidate will join a [DARPA](https://www.darpa.mil/)-funded research project aimed at testing and validating modeling methods for detecting the onset of migrations and predicting their final destinations using ant colonies as a model system.
1418

1519
![We're hiring](/img/posts/2015-07-01-postdoc-position-available/we-are-hiring.png){: .sixty .center }

0 commit comments

Comments
 (0)