Skip to content

Commit

Permalink
Adding kl dispatch (#12)
Browse files Browse the repository at this point in the history
* Adding kl dispatch

* Updating content of articles
  • Loading branch information
KasukabeDefenceForce authored Apr 19, 2024
1 parent 05fb42c commit f04d668
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ jobs:
python3 validate.py
working-directory: research_news

- name: Dispatch to Kerzendorf Lab Website
run: |
curl -X POST \
-H "Authorization: Bearer ${{ secrets.RESEARCH_AND_NEWS }}" \
-H "Accept: application/vnd.github+json" \
-H "Content-Type: application/json" \
-d '{ "event_type": "repo-push" }' \
https://api.github.com/repos/kerzendorf-lab/groupwebsite_generator/dispatches
- name: Dispatch to Tardis-org-data
run: |
curl -X POST \
Expand Down
4 changes: 3 additions & 1 deletion articles/natsci_fellowship.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"short_description": "Yuki and Wolfgang were awarded from the College of Natural Science at Michigan State University.",
"long_description": "The program incentivizes graduate students and their mentors to spend some time away from their research to focus on inclusion, diversity, equity, and accessibility, or IDEA, initiatives and projects.",
"cover_image": "website_files/images/article_content/natsci.jpg",
"content": {},
"content": {
"1_para": "Yuki and Wolfgang were awarded from the College of Natural Science at Michigan State University.The program incentivizes graduate students and their mentors to spend some time away from their research to focus on inclusion, diversity, equity, and accessibility, or IDEA, initiatives and projects."
},
"people_involved_ids": [
"yuki_matsumura",
"wolfgang_kerzendorf"
Expand Down
4 changes: 3 additions & 1 deletion articles/news_nsf22_collab.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"short_description": "We are thrilled to announce that our NSF research proposal on studying massive stars and their explosive deaths, known as Stripped Supernovae, has been selected for funding.",
"long_description": "We are delighted to announce that our NSF research proposal (led by Maryam Modjaz, Wolfgang Kerzendorf with large contributions by Marc Williamson) on the study of massive stars and their explosive deaths, known as Stripped Supernovae, has successfully secured funding. With access to the largest dataset of Stripped Supernovae in existence, our team aims to unravel the complexities surrounding these cataclysmic events. By analyzing the optical spectra and light curves of three dozen Stripped Supernovae, along with employing the open-source radiative transfer code TARDIS and machine learning technology, we will gain unprecedented insights into the progenitor make-up and explosion dynamics of these cosmic phenomena. This research has far-reaching implications, not only for understanding stellar evolution, but also for exploring the conditions required for jet production and clarifying the contentious SN-GRB progenitor models. By shedding light on these fundamental aspects, we will pave the way for utilizing Stripped Supernovae as indicators of star formation across vast cosmic distances and investigating their role in re-ionizing the Universe. Furthermore, our findings will help advance the field of time-domain astronomy, as our modeling framework can be adapted to analyze other types of supernovae and astrophysical events, such as Superluminous SNe Ic and kilonova spectra. This project will enable us to address critical questions, resolve long-standing controversies, and contribute to a deeper understanding of the cosmos.",
"cover_image": "website_files/images/article_content/nsf22_collab_stripped.jpg",
"content": {},
"content": {
"1_para": "We are delighted to announce that our NSF research proposal (led by Maryam Modjaz, Wolfgang Kerzendorf with large contributions by Marc Williamson) on the study of massive stars and their explosive deaths, known as Stripped Supernovae, has successfully secured funding. With access to the largest dataset of Stripped Supernovae in existence, our team aims to unravel the complexities surrounding these cataclysmic events. By analyzing the optical spectra and light curves of three dozen Stripped Supernovae, along with employing the open-source radiative transfer code TARDIS and machine learning technology, we will gain unprecedented insights into the progenitor make-up and explosion dynamics of these cosmic phenomena. This research has far-reaching implications, not only for understanding stellar evolution, but also for exploring the conditions required for jet production and clarifying the contentious SN-GRB progenitor models. By shedding light on these fundamental aspects, we will pave the way for utilizing Stripped Supernovae as indicators of star formation across vast cosmic distances and investigating their role in re-ionizing the Universe. Furthermore, our findings will help advance the field of time-domain astronomy, as our modeling framework can be adapted to analyze other types of supernovae and astrophysical events, such as Superluminous SNe Ic and kilonova spectra. This project will enable us to address critical questions, resolve long-standing controversies, and contribute to a deeper understanding of the cosmos."
},
"people_involved_ids": [
"wolfgang_kerzendorf",
"mwilliamson",
Expand Down

0 comments on commit f04d668

Please sign in to comment.