Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add three members to Photometric Redshift Team #42

Merged
merged 2 commits into from
Mar 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion generate_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def writeGroupRST(data, key):
writer.write('------------------------------------------\n')

for key in data["groups"].keys():
if "US/Chile" not in key and "University" not in key:
if "US/Chile" not in key and "University" not in key and "Photometric Redshift Team" not in key:
writeGroupRST(data, key)

writer.write('\n\n')
Expand Down
9 changes: 1 addition & 8 deletions groups.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,6 @@ International In-Kind Contribution Program
Members: Ian Shipsey, Jeff Tseng, Farrukh Azfar, Daniel Weatherill


**Photometric Redshift Team:** *Implementation of shortlisted photo-z estimators to support early science*

Point of Contact: Melissa Graham

Members: Eric Charles, John Franklin Crenshaw, Melissa DeLucchi, Julia Gschwend, Shahab Joudaki, Bryce Kalmbach, Olivia Lynn, Alex Malz, Drew Oldag, Markus Rau, Sam Schmidt, Ignacio Sevilla Noarbe


US/Chile Community Engagement with Rubin Observatory Commissioning Effort Program
---------------------------------------------------------------------------------

Expand Down Expand Up @@ -286,4 +279,4 @@ Ex Officio Contributions

Point of Contact: Melissa Graham

Members: Eric Charles, John Franklin Crenshaw, Melissa DeLucchi, Julia Gschwend, Shahab Joudaki, Bryce Kalmbach, Olivia Lynn, Alex Malz, Drew Oldag, Markus Rau, Sam Schmidt, Ignacio Sevilla Noarbe
Members: Eric Charles, John Franklin Crenshaw, Melissa DeLucchi, Gloria Fonseca Alvarez, Julia Gschwend, Qianjun (Ellen) Hang, Shahab Joudaki, Bryce Kalmbach, Olivia Lynn, Alex Malz, Drew Oldag, Markus Rau, Sam Schmidt, Ignacio Sevilla Noarbe, Tianqing (TQ) Zhang
3 changes: 3 additions & 0 deletions summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,9 @@ groups:
- Eric Charles
- John Franklin Crenshaw
- Melissa DeLucchi
- Gloria Fonseca Alvarez
- Julia Gschwend
- Qianjun (Ellen) Hang
- Shahab Joudaki
- Bryce Kalmbach
- Olivia Lynn
Expand All @@ -426,3 +428,4 @@ groups:
- Markus Rau
- Sam Schmidt
- Ignacio Sevilla Noarbe
- Tianqing (TQ) Zhang
Loading