Skip to content

Commit

Permalink
Merge pull request #47 from ShrRa/main
Browse files Browse the repository at this point in the history
Add info about the 2nd InterPython workshop
  • Loading branch information
fedhere authored Jun 5, 2024
2 parents 0c05f49 + 59998a5 commit b9afd13
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 10 deletions.
1 change: 1 addition & 0 deletions interpython-workshop/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ input, select, textarea {
}
.logo-container {
display: flex;
background: rgb(255, 255, 255);
justify-content: space-around;
align-items: center;
padding: 10em, 100em;
Expand Down
30 changes: 20 additions & 10 deletions interpython-workshop/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<li><a href="#one">Fast facts</a></li>
<li><a href="#two">Workshop overview</a></li>
<li><a href="#three">The volunteers</a></li>
<li><a href="#four">Future plans</a></li>
<li><a href="#four">Future plans</a></li>
</ul>
</nav>
</div>
Expand All @@ -50,11 +50,11 @@ <h2>Welcome</h2>
whole or in parts, in an online or offline mode. </p>
<p>The workshop is being developed following <a href="https://carpentries.org/">the Carpentries</a> standards and the materials are available under the Creative Commons Attribution License. Anyone can share and adapt them to their own needs, and we encourage everyone to use these lessons for organizing your own workshops.</p>
<div class="logo-container">
<a href="#" class="image" ><img src="images/logo%20tvs%20copy.png" alt="" /></a>
<a href="#" class="image"><img src="images/lsst-discovery-alliance-logo.svg" alt="" /></a>
<a href="#" class="image"><img src="images/HSF.png" alt="" /></a>
<a href="#" class="image" ><img src="images/logo%20tvs%20copy.png" alt="" /></a>
<a href="#" class="image"><img src="images/lsst-discovery-alliance-logo.svg" alt="" /></a>
<a href="#" class="image"><img src="images/HSF.png" alt="" /></a>

</div>
</div>

</div>

Expand All @@ -68,11 +68,17 @@ <h2>Fast Facts</h2>
<section>
<span class="icon solid major fa-calendar"></span>
<h3>Dates</h3>
<p><b>1st InterPython workshop: </b></p>
<p>February 05-09, 2024</p>
<p><b>Git Intro Workshop: </b></p>
<p>June 26, 2024</p>
<p><b>2nd InterPython workshop: </b></p>
<p>July 01-04, 2024</p>
</section>
<section>
<span class="icon solid major fa-map-pin"></span>
<h3>Demographics</h3>
<p><b>1st InterPython workshop: </b></p>
<p>~20 registered participants from the TVS SC community from all over the world, ~50% of them are undergraduate and PhD students</p>
</section>
<section>
Expand All @@ -96,7 +102,7 @@ <h3>The materials</h3>
<span class="icon solid major fa-pencil-alt"></span>
<h3>Contacts</h3>

<p>Slack, email: shr.razim at gmail.com </p>
<p>LSSTSC Slack server, email: shr.razim at gmail.com </p>
</section>
</div>
</div>
Expand All @@ -115,9 +121,11 @@ <h3>Contacts</h3>
<div class="inner">
<section>
<h2>Workshop Overview</h2>
<p>The workshop takes five 4-hours sessions, one session per day. In the first three days the lessons imply self-mastering the materials
with a lot of practical exercises. In the last two days the attendees work in groups of several people, mastering collaborative tools and best practices.</p>
<p>The curriculum includes the following topics:</p>
<p><b>The 1st InterPython workshop</b> took five 4-hours sessions, one session per day. In the first three days the lessons implied self-mastering the materials
with a lot of practical exercises. In the last two days the attendees worked in groups of several people, mastering collaborative tools and best practices.</p>
<p><b>The 2nd InterPython workshop</b> has been rearranged to even out the learning load. The Git related materials have been extracted into a separate 1-day mini-workshop, and the collaborative
exercises are now included in every session instead of being left for the last days.</p>
<p>The curriculum included the following topics:</p>
<ul class="alt">
<li>Virtual environments;</li>
<li>Jupyter Lab IDE</li>
Expand Down Expand Up @@ -153,6 +161,8 @@ <h2>The workshop developers, instructors and helpers</h2>
<li>Rachel Street, Las Cumbres Observatory, USA</li>
<li>Jennifer Sobeck, The California Institute of Technology, USA,</li>
<li>Federica Bianco, University of Delaware, USA</li>
<li>Azalee Bostroem, University of Arizona, USA</li>
<li>Sid Chaini, University of Delaware, USA</li>
</ul>
<p>If you are interested in contributing to the development of materials or joining the instructors' team, feel free to contact us!</p>
</div>
Expand All @@ -162,7 +172,7 @@ <h2>The workshop developers, instructors and helpers</h2>
<section id="four" class="wrapper style2 fade-up">
<div class="inner">
<h2>Future plans</h2>
<p>The next InterPython workshop is going to take place before the end of 2024. Unlike the first workshop, the second one will be open for participation for the whole LSST community. We also plan to additionally improve the materials of the workshop, e.g. add episodes on using project templates and writing software documentation. </p>
<p>The next InterPython workshop is going to take place on June 1-4, 2024. Unlike the first workshop, the second one will be open for participation for the whole LSST community. We also plan to additionally improve the materials of the workshop, e.g. add episodes on using project templates and writing software documentation. </p>
</div>
</section>

Expand Down

0 comments on commit b9afd13

Please sign in to comment.