-
Notifications
You must be signed in to change notification settings - Fork 344
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from sliao7/improvement/code-restructuring
- Loading branch information
Showing
10 changed files
with
68 additions
and
125 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 |
---|---|---|
@@ -1,9 +1,11 @@ | ||
source 'https://rubygems.org' | ||
|
||
gem "jekyll", "4.1.1" | ||
gem "thin", ">=1.8.0" | ||
gem "jekyll", "4.3.3" | ||
gem "rack", ">= 2.2.3" | ||
gem "sassc", ">2.0.1" | ||
gem "kramdown-parser-gfm" | ||
gem 'jekyll-scholar' | ||
gem "webrick", "~> 1.7" | ||
gem "csv" | ||
gem "base64" | ||
gem "bigdecimal" | ||
gem "observer" |
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
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 |
---|---|---|
|
@@ -13,4 +13,5 @@ permalink: /allnews.html | |
|
||
{{ article.headline }} | ||
{% endfor %} | ||
|
||
</div> |
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 |
---|---|---|
|
@@ -31,4 +31,3 @@ permalink: /talks/ | |
### Regular talks | ||
{% bibliography --query @incollection[keywords != invited] %} | ||
</div> | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,7 @@ permalink: /team/ | |
|
||
## Team | ||
|
||
**We are looking for new team members** [(see openings)]({{ site.url }}{{ site.baseurl }}/vacancies) **!** | ||
**We are looking for new team members** [(see openings)]({{ site.url }}{{ site.baseurl }}/vacancies) **!** | ||
|
||
## PI | ||
|
||
|
@@ -23,17 +23,17 @@ permalink: /team/ | |
<i>{{ member.info }}</i><br> | ||
|
||
{% if member.website %}<a href="{{ member.website }}" target="_blank"><i class="fa fa-home fa-2x"></i></a> {% endif %} {% if member.email %}<a href="mailto:{{ member.email }}" target="_blank"><i class="fa fa-envelope-square fa-2x"></i></a> {% endif %} {% if member.scholar %} <a href="{{ member.scholar }}" target="_blank"><i class="ai ai-google-scholar-square ai-2x"></i></a> {% endif %} {% if member.cv %} <a href="{{ member.cv }}" target="_blank"><i class="ai ai-cv-square ai-2x"></i></a> {% endif %} {% if member.github %} <a href="{{ member.github }}" target="_blank"><i class="fa fa-github-square fa-2x"></i></a> {% endif %} {% if member.researchgate %} <a href="{{ member.researchgate }}" target="_blank"><i class="ai ai-researchgate-square ai-2x"></i></a> {% endif %} | ||
|
||
<ul style="overflow: hidden"> | ||
<li> {{ member.education1 }} </li> | ||
<li> {{ member.education2 }} </li> | ||
<li> {{ member.education[0] }} </li> | ||
<li> {{ member.education[1] }} </li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
{% endfor %} | ||
|
||
|
||
## Current Students and Postdocs | ||
|
||
<div class='jumbotron'> | ||
|
@@ -43,6 +43,7 @@ permalink: /team/ | |
{% assign even_odd = number_printed | modulo: 2 %} | ||
|
||
{% if even_odd == 0 %} | ||
|
||
<div class="row"> | ||
{% endif %} | ||
|
||
|
@@ -53,30 +54,32 @@ permalink: /team/ | |
<h4>{{ member.name }}</h4> | ||
<i>{{ member.info }}<br></i> | ||
|
||
{% if member.website %}<a href="{{ member.website }}" target="_blank"><i class="fa fa-home fa-2x"></i></a> {% endif %} | ||
{% if member.email %}<a href="mailto:{{ member.email }}" target="_blank"><i class="fa fa-envelope-square fa-2x"></i></a> {% endif %} | ||
{% if member.scholar %} <a href="{{ member.scholar }}" target="_blank"><i class="ai ai-google-scholar-square ai-2x"></i></a> {% endif %} | ||
{% if member.cv %} <a href="{{ member.cv }}" target="_blank"><i class="ai ai-cv-square ai-2x"></i></a> {% endif %} | ||
{% if member.github %} <a href="{{ member.github }}" target="_blank"><i class="fa fa-github-square fa-2x"></i></a> {% endif %} | ||
{% if member.researchgate %} <a href="{{ member.researchgate }}" target="_blank"><i class="ai ai-researchgate-square ai-2x"></i></a> {% endif %} | ||
{% if member.website %}<a href="{{ member.website }}" target="_blank"><i class="fa fa-home fa-2x"></i></a> {% endif %} | ||
{% if member.email %}<a href="mailto:{{ member.email }}" target="_blank"><i class="fa fa-envelope-square fa-2x"></i></a> {% endif %} | ||
{% if member.scholar %} <a href="{{ member.scholar }}" target="_blank"><i class="ai ai-google-scholar-square ai-2x"></i></a> {% endif %} | ||
{% if member.cv %} <a href="{{ member.cv }}" target="_blank"><i class="ai ai-cv-square ai-2x"></i></a> {% endif %} | ||
{% if member.github %} <a href="{{ member.github }}" target="_blank"><i class="fa fa-github-square fa-2x"></i></a> {% endif %} | ||
{% if member.researchgate %} <a href="{{ member.researchgate }}" target="_blank"><i class="ai ai-researchgate-square ai-2x"></i></a> {% endif %} | ||
|
||
</div> | ||
<!-- </div> --> | ||
|
||
{% assign number_printed = number_printed | plus: 1 %} | ||
|
||
{% if even_odd == 1 %} | ||
|
||
</div> | ||
{% endif %} | ||
|
||
{% endfor %} | ||
|
||
{% assign even_odd = number_printed | modulo: 2 %} | ||
{% if even_odd == 1 %} | ||
|
||
</div> | ||
{% endif %} | ||
</div> | ||
|
||
|
||
## Alumni | ||
|
||
<div class="jumbotron"> | ||
|
@@ -86,6 +89,7 @@ permalink: /team/ | |
{% assign even_odd = number_printed | modulo: 2 %} | ||
|
||
{% if even_odd == 0 %} | ||
|
||
<div class="row"> | ||
{% endif %} | ||
|
||
|
@@ -102,18 +106,18 @@ permalink: /team/ | |
{% assign number_printed = number_printed | plus: 1 %} | ||
|
||
{% if even_odd == 1 %} | ||
|
||
</div> | ||
{% endif %} | ||
{% endfor %} | ||
|
||
{% assign even_odd = number_printed | modulo: 2 %} | ||
{% if even_odd == 1 %} | ||
|
||
</div> | ||
{% endif %} | ||
</div> | ||
|
||
|
||
## Administrative Support | ||
|
||
<a href="[email protected]">Example staff</a> is helping us (and other groups) with administration. | ||
|