Skip to content

Commit a20a71a

Browse files
added affiliates
1 parent 3538be3 commit a20a71a

3 files changed

Lines changed: 21 additions & 7 deletions

File tree

_site/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Unitl recently, a cron job pulled updates from gihub to the live site (we should
4444
3. Run `ssh eis@eis.ucsc.edu` . You will need someone to share the password. Enter the password when prompted.
4545
4. Pull the changes from GitHub: `cd /www/eis.ucsc.edu` followed by `sh pull.sh`
4646

47-
## Some Interesting Files
47+
## Some Interesting Filescl
4848

4949
* `_config.yml`: The Jekyll configuration file. Ours is pretty straightforward at the moment, since we're not trying to do anything especially fancy, but you could modify this to do things like add new article types other than the default `page`.
5050
* `_data/publications.json`: An incomplete list of all our publications, stored as an array of JSON objects. This is used to build the table of publications on the site's `/publications` page, and could also be used as a data source for other pages. (For instance, we could pull out all the publications with a given tag and render them on the page for a particular project.)

_site/people/index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@
103103
.content h3 {
104104
margin-bottom: 0.25em;
105105
}
106+
.content h3.middle {
107+
margin-top: 1em;
108+
}
106109
.content p {
107110
margin-bottom: 1rem;
108111
}
@@ -209,7 +212,17 @@ <h3>Master's Students</h3>
209212
<ul>
210213
<li><a href="https://celinelafosse218.wixsite.com/portfolio/">Celine Lafosse</a></li>
211214
</ul>
215+
<h3 class="middle">Affiliate Students</h3>
216+
<ul>
217+
<li>Jack Kelly (Ph.D)</li>
218+
<li><a href="https://allen-riley.com/">Allen Riley </a>&nbsp;(Ph.D.)</li>
219+
</ul>
212220
</section>
221+
<!-- <section>
222+
223+
<ul>
224+
</ul>
225+
</section> -->
213226
<section>
214227
<h3>Diaspora</h3>
215228
<ul>

people/index.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,21 @@ <h3>Ph.D. Students</h3>
4040
<li><a href="https://shijbey.github.io">Shi Johnson-Bey</a></li>
4141
<li><a href="https://www.alexcalderwood.blog">Alex Calderwood</a></li>
4242
<li><a href="https://www.kylegonzalez.com/">Kyle Gonzalez</a></li>
43-
<li><a href="https://rehafjammaz.com/">Rehaf Jammaz</a></li>
4443
<li><a href="https://normand-1024.github.io/">Hongwei (Henry) Zhou</a></li>
4544
</ul>
4645
</section>
4746
<section>
4847
<h3>Master's Students</h3>
4948
<ul>
50-
<li><a href="http://www.jnani.me/">Jñani Crawford</a></li>
51-
<li><a href="https://www.maxwelljoslyn.com">Maxwell Joslyn</a></li>
52-
<li>Jack Kelly</li>
49+
<li><a href="https://celinelafosse218.wixsite.com/portfolio/">Celine Lafosse</a></li>
5350
</ul>
5451
</section>
5552
<section>
5653
<h3>Diaspora</h3>
5754
<ul>
58-
<li><a href="https://melaniedickinson.com">Melanie Dickinson</a>&nbsp;(Ph.D.)</li>
5955
<li><a href="http://www.devi-a.com">Devi Acharya</a>&nbsp;(M.S.)</li>
60-
<li><a href="https://mkremins.github.io">Max Kreminski</a>&nbsp;(Ph.D.)</li>
56+
<li><a href="http://www.jnani.me/">Jñani Crawford</a></li>
57+
<li><a href="https://melaniedickinson.com">Melanie Dickinson</a>&nbsp;(Ph.D.)</li>
6158
<li><a href="http://www.dlederle.com/">Dylan Lederle-Ensign</a>&nbsp;(Ph.D.)</li>
6259
<li><a href="https://barrettrees.com/">Barrett Rees Anderson</a>&nbsp;(M.S.)</li>
6360
<li>Matthew Balousek (M.F.A.)</li>
@@ -75,9 +72,13 @@ <h3>Diaspora</h3>
7572
<li><a href="http://users.soe.ucsc.edu/~agrow/">April Grow</a>&nbsp;(Ph.D.)</li>
7673
<li><a href="http://users.soe.ucsc.edu/~fire/">Alexandra Holloway</a>&nbsp;(Ph.D.)</li>
7774
<li>Ken Hullett (Ph.D.)</li>
75+
<li><a href="https://rehafjammaz.com/">Rehaf Jammaz</a></li>
7876
<li>Martin Jennings-Teats (M.S.)</li>
7977
<li><a href="https://njunius.github.io">Nick Junius</a>&nbsp;(M.S.)</li>
78+
<li><a href="https://www.maxwelljoslyn.com">Maxwell Joslyn</a></li>
8079
<li>Eric Kaltman (Ph.D.)</li>
80+
<li>Jack Kelly (M.S)</li>
81+
<li><a href="https://mkremins.github.io">Max Kreminski</a>&nbsp;(Ph.D.)</li>
8182
<li>Sarah Fay Krom (M.F.A.)</li>
8283
<li>Larry LeBron (M.S.)</li>
8384
<li>Chris Lewis (Ph.D.)</li>

0 commit comments

Comments
 (0)