Skip to content

Commit 66ce48a

Browse files
committed
Merge branch 'release/1.1'
2 parents 80c08c2 + 37e3e50 commit 66ce48a

File tree

5 files changed

+155
-0
lines changed

5 files changed

+155
-0
lines changed

Diff for: _data/people/rct225.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Robert Tuck
2+
shortname: rct225
3+
title: Associate Project Manager
4+
active: true
5+
institution: Princeton University
6+
website:
7+
photo: /assets/images/team/Robert-Tuck.jpg
8+
presentations:

Diff for: _includes/postdoc_dates.html

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
{%- if include.dates.first.start -%}
3+
{%- assign dates = include.dates -%}
4+
{%- else -%}
5+
{%- assign dates = "" | split: "," -%}
6+
{% assign dates = dates | push: include.dates %}
7+
{%- endif -%}
8+
9+
{% for date in dates %}
10+
{%- assign date_start_year = date.start | date: "%Y" -%}
11+
{%- assign date_end_year = date.end | date: "%Y" -%}
12+
{% if date_start_year == date_end_year %}
13+
{{ date.start | date: "%b" }} - {{ date.end | date: "%b %Y" }}<br/>
14+
{%- else -%}
15+
{{ date.start | date: "%b %Y" }} - {{ date.end | date: "%b %Y" }}<br/>
16+
{%- endif -%}
17+
{% endfor %}

Diff for: _layouts/postdoc.html

+101
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
<!doctype html>
2+
3+
{% include layout_header_navbar.html %}
4+
5+
6+
<div id="container">
7+
<div class="container">
8+
<main role="main">
9+
10+
<div>
11+
<br>
12+
<center><h1>USCMS Postdoc: {{ page.postdoc-name }}</h1>
13+
14+
<img src="{{page.photo}}" width="150px">
15+
<br>
16+
<br>
17+
<b> Postdoc dates: </b>
18+
{% include postdoc_dates.html dates=page.dates %}
19+
<br>
20+
<b> Home Institution:</b> {{ page.institution }}
21+
<br>
22+
<br>
23+
</center>
24+
25+
{%- if page.projects -%}
26+
{%- assign projects = page.projects -%}
27+
{%- else -%}
28+
{%- assign projects = "" | split: "," -%}
29+
{%- assign projects = projects | push: page -%}
30+
{%- endif -%}
31+
32+
{% for project in projects %}
33+
34+
<br>
35+
<h3>Project: {{project.project_title}}</h3>
36+
37+
{{project.project_goal}}
38+
<br>
39+
<br>
40+
More information: <a href = "{{project.proposal}}">My project proposal</a><br>
41+
42+
<br>
43+
<b>Mentors: </b> <br>
44+
<ul>
45+
{% for mentor in project.mentors %}
46+
<li>
47+
{% assign ok = 0 %}
48+
{% for person_hash in site.data.people %}
49+
{% assign person = person_hash[1] %}
50+
{% if person.shortname == mentor %}
51+
{{ person.name }} ({{person.institution}})
52+
{% assign ok = 1 %}
53+
{% endif %}
54+
{% endfor %}
55+
{% if ok == 0 %}
56+
{{ mentor | markdownify }}
57+
{%endif%}
58+
</li>
59+
{% endfor %}
60+
</ul>
61+
{% endfor %}
62+
63+
64+
<b>Presentations</b>
65+
<ul>
66+
{% for presentation in page.presentations %}
67+
{% assign prettydate = presentation.date | date: "%-d %b %Y" %}
68+
<li>{{prettydate}} - <a href="{{presentation.url}}">"{{presentation.title}}"</a>, {{page.postdoc-name}}, <a href="{{presentation.meetingurl}}">{{presentation.meeting}}</a>
69+
{% if presentation.recordingurl %}
70+
Recording: <a href="{{presentation.recordingurl}}">{{presentation.title}}</a></li>
71+
{% endif %}
72+
{% endfor %}
73+
</ul>
74+
<hr>
75+
76+
<b>Contact me:</b><br>
77+
<ul>
78+
{% if page.e-mail.size > 4 %}
79+
<li>
80+
<a href = "mailto:{{page.e-mail}}">Send me an email</a><br>
81+
</li>
82+
{% endif %}
83+
{% if page.website.size > 4 %}
84+
<li>
85+
<a href = {{page.website}}>Visit my website</a><br>
86+
</li>
87+
{% endif %}
88+
</ul>
89+
90+
<div>
91+
{{content}}
92+
</div>
93+
94+
</div>
95+
</main>
96+
</div>
97+
{% include footer.html %}
98+
</div>
99+
100+
</body>
101+
</html>

Diff for: assets/pdfs/tracking_gnns_cmsml_09302020.pdf

9.51 MB
Binary file not shown.

Diff for: pages/postdocs/mock-up-postdoc.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
permalink: /postdocs/savvy379.html
3+
layout: postdoc
4+
pagetype: postdoc
5+
active: true
6+
title: Post-doctoral researcher
7+
postdoc-name: Savannah Thais
8+
shortname: savvy379
9+
project_title: Demo Track Multiplicities and Pileup Scenarios GNNs on FPGAs (Postdoc)
10+
dates:
11+
start: 2020-06-01
12+
end: 2021-09-01
13+
photo: /assets/images/team/Savannah-Thais.jpg
14+
institution: Princeton University
15+
website:
16+
17+
mentors:
18+
- Brian Bockelman (Morgridge Institute)
19+
project_goal: >
20+
AI Tracking
21+
proposal: /assets/pdfs/tracking_gnns_cmsml_09302020.pdf
22+
presentations:
23+
- title: "Charged Particle Tracking using GNN"
24+
date: 2020-09-30
25+
url: https://indico.cern.ch/event/952419/contributions/4041556/attachments/2112096/3553019/tracking_gnns_cmsml_09302020.pdf
26+
meeting: CMS Machine Learning Forum
27+
meetingurl: https://indico.cern.ch/event/952419/
28+
focus-area: WBS4
29+
---

0 commit comments

Comments
 (0)