-
Notifications
You must be signed in to change notification settings - Fork 348
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Initial draft for codas-hep participant pages * Added logo support and additional formatting * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Moving "free form" data from front matter * Update pelmer.md Change to markdown style headings --------- Co-authored-by: Rob Tuck <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Peter Elmer <[email protected]>
- Loading branch information
1 parent
e26ae27
commit e01ffeb
Showing
9 changed files
with
196 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
layout: codas-hep-participant | ||
e-mail: [email protected] | ||
institution: Princeton University | ||
name: Peter Elmer | ||
photo: "/assets/images/team/Peter-Elmer.jpg" | ||
shortname: pelmer | ||
title: > | ||
Senior Research Physicist, Princeton University | ||
Executive Director and Lead PI for the Institute for Research and Innovation in Software for High Energy Physics (IRIS-HEP) | ||
website: https://scholar.princeton.edu/elmer/home | ||
logos: | ||
- /assets/images/codas-hep/2023/Princeton_logo.png | ||
- /assets/images/codas-hep/2023/CERN_logo.png | ||
- /assets/images/codas-hep/2023/CMS.jpg | ||
- /assets/images/codas-hep/2023/Iris-hep-logo.png | ||
--- | ||
|
||
|
||
### My research: | ||
The CMS Experiment at CERN, as well as the R&D to prepare the software and computing systems required to operate and produce scientific results from the HL-LHC and other HEP experiments in the 2020s. | ||
|
||
### My expertise is: | ||
High Energy Physics (HEP) software and computing, large software/computing projects | ||
|
||
### A problem I'm grappling with: | ||
Recognizing echo chamber effects in our thinking and organizations, and finding ways to create more dynamic and sustainable research software collaborations to address our challenges. | ||
|
||
### I've got my eyes on: | ||
HEP software challenges in the 2020s... | ||
|
||
### I want to know more about: | ||
Places where HEP problems overlap with the larger research community; ideas and prior experience which show how we might collaborate on those problems.<br> |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
layout: codas-hep-participant | ||
active: true | ||
e-mail: [email protected] | ||
institution: Princeton University | ||
name: Robert Tuck | ||
photo: "/assets/images/team/Robert-Tuck.jpg" | ||
shortname: rct225 | ||
title: Associate Project Manager | ||
website: https://robertctuck.com | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<!doctype html> | ||
|
||
{% include layout_header_navbar.html %} | ||
<div id="container"> | ||
<div class="container page"> | ||
<main role="main"> | ||
|
||
<div> | ||
<br> | ||
<div class="container"> | ||
<div class="row align-items-center no-gutters"> | ||
<div class="col"> | ||
<center> | ||
|
||
<img src="{{page.photo}}" width="150px"> | ||
<br> | ||
<br> | ||
<b> Home Institution:</b> {{ page.institution }} | ||
<br> | ||
<br> | ||
</center> | ||
</div> | ||
<div class="col"> | ||
<h1>{{ page.name }}</h1> | ||
{{ page.title }} | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<b>Contact me:</b><br> | ||
<ul class="list-unstyled"> | ||
{% if page.e-mail.size > 4 %} | ||
<li> | ||
<i class="fas fa-envelope-square"></i><a href = "mailto:{{page.e-mail}}"> Send me an email</a><br> | ||
</li> | ||
{% endif %} | ||
{% if page.website.size > 4 %} | ||
<li> | ||
<i class="fas fa-link"></i><a href = {{page.website}}> Visit my website</a><br> | ||
</li> | ||
{% endif %} | ||
{% if page.github-username.size > 4 %} | ||
<li> | ||
<i class="fab fa-github"></i><a href = "https://github.com/{{page.github-username}}"> Visit my GitHub Repo</a><br> | ||
</li> | ||
{% endif %} | ||
{% if page.gitlab-url.size > 4 %} | ||
<li> | ||
<i class="fab fa-gitlab"></i><a href = "{{page.gitlab-url}}"> Visit my GitLab Repo</a><br> | ||
</li> | ||
{% endif %} | ||
{% if page.linkedin-profile.size > 4 %} | ||
<li> | ||
<i class="fab fa-linkedin"></i><a href = "{{page.linkedin-profile}}"> Visit my LinkedIn Profile</a><br> | ||
</li> | ||
{% endif %} | ||
</ul> | ||
<br> | ||
|
||
|
||
|
||
<div> | ||
{{content}} | ||
</div> | ||
|
||
<div class="container"> | ||
<div class="row align-items-center bg-light"> | ||
{% for logo in page.logos %} | ||
<div class="col text-center" > | ||
<img src="{{logo}}" width="150px"> | ||
</div> | ||
{% endfor %} | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</main> | ||
</div> | ||
{% include_cached footer.html %} | ||
</div> | ||
|
||
{% include_cached layout_analytics.html %} | ||
|
||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,59 @@ | ||
--- | ||
layout: default | ||
title: CoDaS-HEP | ||
permalink: codas-hep.html | ||
--- | ||
|
||
|
||
{% assign year = "2023" %} | ||
|
||
# Computational and Data Science for High Energy Physics (CoDaS-HEP) School - {{year}} | ||
|
||
|
||
## Instructors | ||
|
||
<div class="container-fluid"> | ||
<div class="row"> | ||
{% for instructor in site.codas-hep-instructors %} | ||
{% assign url_tokens = instructor.url | split: '/' %} | ||
{% assign year_position = url_tokens.size | minus: 2 %} | ||
{% assign instructor_year = url_tokens[year_position] %} | ||
{% if instructor_year == year %} | ||
<div class="card" style="width: 12rem;"> | ||
<img class="card-img-top" src="{{instructor.photo}}" alt="Card image cap"> | ||
<div class="card-body d-flex flex-column"> | ||
<div class="card-text"> | ||
<b><a href="{{instructor.url}}">{{instructor.name}}</a></b><br> | ||
<small>{{instructor.institution}}</small><br><br> | ||
</div> | ||
</div> | ||
</div> | ||
{% endif %} | ||
{% endfor %} | ||
</div> | ||
<br> | ||
</div> | ||
|
||
## Students | ||
|
||
<div class="container-fluid"> | ||
<div class="row"> | ||
{% for student in site.codas-hep-students %} | ||
{% assign url_tokens = student.url | split: '/' %} | ||
{% assign year_position = url_tokens.size | minus: 2 %} | ||
{% assign student_year = url_tokens[year_position] %} | ||
{% if student_year == year %} | ||
<div class="card" style="width: 12rem;"> | ||
<img class="card-img-top" src="{{student.photo}}" alt="Card image cap"> | ||
<div class="card-body d-flex flex-column"> | ||
<div class="card-text"> | ||
<b><a href="{{student.url}}">{{student.name}}</a></b><br> | ||
<small>{{student.institution}}</small><br><br> | ||
</div> | ||
</div> | ||
</div> | ||
{% endif %} | ||
{% endfor %} | ||
</div> | ||
<br> | ||
</div> |