Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Added more information about unpublished works
  • Loading branch information
Erin Conley authored Dec 11, 2023
1 parent 4f7bd6c commit 7f23870
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,13 @@ <h2>Portfolio</h2>
<article id="content">
<header>
<h2>Writing Portfolio</h2>
<p>Experience with technical writing, documentation, writing for a general audience, etc. Link to full list of academic publications here.</p>
<p>Experience with technical writing, documentation, writing for a general audience, and more</p>
</header>
<!-- <a href="#" class="image featured"><img src="images/pic01.jpg" alt="" /></a> -->
<p>

<h3>Published works</h3>
<br />
<strong>Impact of cross-section uncertainties on supernova neutrino spectral parameter fitting in the Deep Underground Neutrino Experiment</strong>
<ul>
<li>Physical Review D, June 29 2023. <a href="https://journals.aps.org/prd/abstract/10.1103/PhysRevD.107.112012">Link</a></li>
Expand All @@ -80,7 +83,7 @@ <h2>Writing Portfolio</h2>
<strong>The Low-Energy Charged-Current Electron Neutrino Cross Section on Argon at the Spallation Neutron Source</strong>
<ul>
<li> ProQuest, May 27 2023. <a href="https://www.proquest.com/docview/2819251159">Link</a> </li>
<li> PhD dissertation on the neutrino-argon inelastic interaction cross section. The dissertation includes studies done for both the Deep Underground Neutrino Experiment and the COHERENT experiment. Under embargo until Dec 2023. </li>
<li> PhD dissertation on the neutrino-argon inelastic interaction cross section. The dissertation includes studies done for both the Deep Underground Neutrino Experiment and the COHERENT experiment. </li>
</ul>

<strong>Supernova neutrino burst detection with the Deep Underground Neutrino Experiment</strong>
Expand All @@ -101,6 +104,37 @@ <h2>Writing Portfolio</h2>
<li>Summary of the design, conduct, and analysis of a survey to scientists in high-energy physics and astrophysics. As part of the Snowmass 2021 Community Planning.</li>
</ul>


<h3>Unpublished works</h3>
<br />
<h4><strong>Technical notes, Wiki-style articles, etc.</strong></h4>
<ul>
<li><b>Wiki-style article about LTSpice:</b> Written to accompany the GitLab code repository. The article contained information about the LTSpice circuit simulation software and schematics used in the COHERENT experiment. Available on COHERENT's internal website and edited periodically between June-August 2023.</li>

<li><b>Article for release of Snowmass 2021 Community Survey:</b>Short announcement on the Fermilab News at Work website for the advertise and provide information about the survey. Originally published 2021 June 30. The announcement has now been removed from the FNAL News at Work website. </li>

<li><b>Supporting documentation for the COHERENT Protons-on-Target calculations and official plot:</b> Technical note (11 pages) and Wiki-style article detailing how to produce the official Protons-on-Target (POT) plot for the COHERENT experiment. This plot shows the number of protons delivered to the Spallation Neutron Source (SNS) and all of the COHERENT detectors (both decommissioned and active). Created and edited periodically between April 2020-2023.</li>

<li><b>Supporting documentation for the COHERENT data monitoring on Grafana:</b> Technical note (13 pages) and Wiki-style article detailing the front and back ends of the Grafana data visualization and monitoring for several detectors in the COHERENT experiment. Created and edited periodically between April 2020-2023.</li>

<li><b>Documentation of DUNE machine learning studies:</b> Technical note (30 pages) summarizing machine learning applications for supernova neutrino physics in the Deep Underground Neutrino Experiment (DUNE). The studies focused on boosted decision trees using scikit-learn in Python, and the input was up-to-date simulations of various low-energy particles interactions. Released internally to the DUNE collaboration on 2020 September 23. </li>

<li><b>Documentation of DUNE supernova spectral parameter fitting studies:</b> Technical note (28 pages) summarizing supernova neutrino simulation studies performed for the Deep Underground Neutrino Experiment. Distributed internally in the collaboration; edited periodically from April 2019 to December 2020. </li>

</ul>

<h4><strong>Code repositories</strong></h4>
<ul>
<li><b>GitLab repository for LTSpice:</b> Produced a code repository containing schematic files for the LTSpice circuit simulation software along with documentation containing general information about how to use the schematics provided and specific details about the real circuit involved in the project. Produced and maintained from June-August 2023.</li>

<li><b>GitHub repository to accompany peer-review publication:</b> To accompany the <a href="https://journals.aps.org/prd/abstract/10.1103/PhysRevD.107.112012">2023 publication for DUNE spectral parameter fitting studies</a>, I produced a code repository with the scripts used to produce the plots featured in the paper. The scripts were written in C++ and predominantly use the ROOT physics library. Originally committed to GitHub on 2021 January 8. <a href="https://github.com/erinecon/forward-fitting">Link to repository</a>
</li>

<li><b>GitLab repository Protons-on-Target plotting code:</b> Produced a code repository using inherited code in Python and Bash to produce the POT plot for the COHERENT experiment. This included organizing the various scripts based on specific particle detectors and writing detailed documentation outlining the steps involved in making the official plot. Produced and maintained from April 2021-2023.</li>

<li><b>GitLab repository for data monitoring backend code:</b> Maintained and contributed to a code repository (written in Bash and Python) for the backend of the data processing in preparation for the visualization in Grafana. My biggest contribution was producing scripts to provided real-time data monitoring for one of the COHERENT detectors. Maintained from April 2020-2023.</li>
</ul>

</p>
</article>

Expand Down

0 comments on commit 7f23870

Please sign in to comment.