Skip to content

Commit

Permalink
add call for presentations
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwitasee committed Sep 24, 2024
1 parent 31c3748 commit 7d63bb4
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@
<div class="menu-icon">&#9776; Menu</div>
<ul>
<li><a href="#about" class="active">About</a></li>
<li><a href="#call-for-presentations">Call for Presentations</a></li>
<li><a href="#agenda">Agenda</a></li>
<li><a href="#keynotes">Keynotes</a></li>
<li><a href="#venue">Venue</a></li>
Expand Down Expand Up @@ -414,6 +415,40 @@ <h3>Prior Chameleon User Meetings</h3>
</a>
</div>
</section>
<section id="call-for-presentations" class="section">
<h2>Call for Presentations</h2>
<p>This workshop is co-located with a major Computer Science conference taking place in Atlanta, GA on November 18, 2024.</p>
<p>There is broad agreement that in the digital age, science should be shared digitally through artifacts such as code and data. Adopting practices that enable or facilitate reproducibility of computational results can lead to more robust science and increased scientific productivity. Many conferences encourage this practice through artifact evaluation initiatives, yet the tools, services, and practices that support both authors and reviewers in sharing research are often insufficient, especially in high performance computing (HPC).</p>
<p>The objective of this workshop is to bring together experiment authors and reviewers with experience or insight into packaging and reviewing computer science experiments on open platforms. Participants will discuss challenges, share ideas and tips, and formulate a path forward on how to best support reproducibility for computer science research. Since many such initiatives are supported by the Chameleon platform (<a href="https://www.chameleoncloud.org">www.chameleoncloud.org</a>), this workshop will also double as a Chameleon User Meeting to bring together current and potential users.</p>
<p><strong>As in previous Chameleon User Meetings, the organizers will reimburse travel expenses of up to $1,500 for the presenting authors of the top 10 selected presentation abstracts (one author per abstract). Please, take a look at the Call For Presentations below for details.</strong></p>
<div class="callout">
<h3>Important Dates and Actions</h3>
<p><strong>Submission due date:</strong> October 18, 2024<br>
<strong>Acceptance notification date:</strong> October 21, 2024<br>
<strong>Send submissions to:</strong> <a href="mailto:[email protected]">[email protected]</a></p>
</div>
<h3>Presentation Proposal Guidelines</h3>
<p>Presentation proposals should be in PDF format, no longer than 2 pages, and include the following:</p>
<ul>
<li><strong>Project Description:</strong> (One paragraph or less) <br> A brief but clear description of the Computer Science experiment you are packaging or reproducing: What research problem does it address? (What is the hypothesis? What is the challenge/trade-off? Why is it significant?) How does the experiment capture this research problem?</li>
<li><strong>Reproducibility Approach: What is the description of the experiment you are either packaging or reproducing?</strong> (One paragraph or less) <br> What resources does it need and how many? How do those resources need to be configured? What is the experimental environments in which the experiment should run? How are they configured? What does the experiment body consist of? How long and in what manner is the experiment run? What types of data does it produce and how much? How is the data analyzed? What platforms or tools did you use in your experiment? </li>
<li><strong>Lessons Learned:</strong> <br> Good and bad: What were the most important obstacles to either packaging for reproducibility or reproducing the experiment you encountered – and how did you overcome them? Were they on the infrastructure level (hardware availability), configuration level (how the hardware is configured, i.e., “creating an MPI cluster”), executing the experimental workflow, managing or analyzing data? What strategies were effective? How did you decide (or what guidelines did you give to reviewers) as to when the experiment is reproduced? What suggestions or wishes do you have on how support for reproducibility should improve? Specifically, what should improve in (1) the ability to set up an experimental environment, (2) the ability to manage the experiment body, and (3) data analysis? Which of those desired capabilities are the most important ones? Any procedural insights on how to organize reproducibility initiatives?</li>
<li><strong>Impact and Future Directions:</strong> (One paragraph or less) <br> How has prioritizing reproducibility influenced your HPC research or applications? How can the HPC community better integrate reproducibility into mainstream research and education?</li>
</ul>
<h3>Selection Criteria</h3>
<p>Presentations will be selected based on their relevance to HPC-specific reproducibility challenges, the potential to foster discussion, and the insights they offer. We especially encourage submissions with detailed lessons learned, discussion of reproducibility challenges, and experience in reproducibility initiatives.</p>
<p>We particularly encourage submissions that:</p>
<ul>
<li>Have an insightful, detailed, and well-communicated "lessons learned" section</li>
<li>Have a good discussion/analysis of specific reproducibility challenges in HPC</li>
<li>Share experiences from HPC-focused reproducibility initiatives</li>
</ul>
<h3>Travel Support</h3>
<p>For the top 10 selected abstracts, we will reimburse travel expenses of up to $1,500 for the presenting authors (one per abstract). Submitting the presentation proposal doubles as travel support application.</p>
<h3>Workshop Outcomes</h3>
<p>This workshop aims to produce a report capturing the community's collective knowledge and recommendations for advancing practical reproducibility in HPC. Your presentations and participation will directly contribute to this valuable resource.</p>
<p>If you have any questions, please contact us at <a href="mailto:[email protected]">[email protected]</a> or via the Chameleon users list.</p>
</section>
<section id="agenda" class="section">
<h2>Coming Soon!</h2>
<p>The <strong>Community Workshop on Practical Reproducibility in
Expand Down

0 comments on commit 7d63bb4

Please sign in to comment.