From eed373734194af47d84fb756712e66a88444069a Mon Sep 17 00:00:00 2001 From: ShrRa Date: Tue, 4 Jun 2024 18:29:43 +0200 Subject: [PATCH 1/4] Add info on the 2nd workshop in index.html --- interpython-workshop/index.html | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/interpython-workshop/index.html b/interpython-workshop/index.html index 20e7af2..ddf1ce5 100644 --- a/interpython-workshop/index.html +++ b/interpython-workshop/index.html @@ -23,7 +23,7 @@
  • Fast facts
  • Workshop overview
  • The volunteers
  • -
  • Future plans
  • +
  • Future plans
  • @@ -50,11 +50,11 @@

    Welcome

    whole or in parts, in an online or offline mode.

    The workshop is being developed following the Carpentries 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.

    - - - + + + -
    + @@ -68,12 +68,14 @@

    Fast Facts

    Dates

    -

    February 05-09, 2024

    +

    1st InterPython workshop: February 05-09, 2024

    +

    Git Intro Workshop: June 26, 2024

    +

    2nd InterPython workshop: July 01-04, 2024

    Demographics

    -

    ~20 registered participants from the TVS SC community from all over the world, ~50% of them are undergraduate and PhD students

    +

    1st InterPython workshop: ~20 registered participants from the TVS SC community from all over the world, ~50% of them are undergraduate and PhD students

    @@ -96,7 +98,7 @@

    The materials

    Contacts

    -

    Slack, email: shr.razim at gmail.com

    +

    LSSTSC Slack server, email: shr.razim at gmail.com

    @@ -115,9 +117,11 @@

    Contacts

    Workshop Overview

    -

    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.

    -

    The curriculum includes the following topics:

    +

    The 1st InterPython workshop 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.

    +

    The 2nd InterPython workshop 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.

    +

    The curriculum included the following topics:

    • Virtual environments;
    • Jupyter Lab IDE
    • @@ -153,6 +157,8 @@

      The workshop developers, instructors and helpers

    • Rachel Street, Las Cumbres Observatory, USA
    • Jennifer Sobeck, The California Institute of Technology, USA,
    • Federica Bianco, University of Delaware, USA
    • +
    • Azalee Bostroem, University of Arizona, USA
    • +
    • Sid Chaini, University of Delaware, USA

    If you are interested in contributing to the development of materials or joining the instructors' team, feel free to contact us!

    @@ -162,7 +168,7 @@

    The workshop developers, instructors and helpers

    Future plans

    -

    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.

    +

    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.

    From 4c3e61d88afb64a3d1e38a88d146027eb459b752 Mon Sep 17 00:00:00 2001 From: ShrRa Date: Tue, 4 Jun 2024 18:35:45 +0200 Subject: [PATCH 2/4] Add background color to logo section --- interpython-workshop/assets/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/interpython-workshop/assets/css/main.css b/interpython-workshop/assets/css/main.css index 9a2f3b7..b417784 100644 --- a/interpython-workshop/assets/css/main.css +++ b/interpython-workshop/assets/css/main.css @@ -282,6 +282,7 @@ input, select, textarea { } .logo-container { display: flex; + background: rgba(255, 255, 255, 0.05); justify-content: space-around; align-items: center; padding: 10em, 100em; From 23531cca2efa4c09a5fa9562760e1790b98094f2 Mon Sep 17 00:00:00 2001 From: ShrRa Date: Tue, 4 Jun 2024 18:38:26 +0200 Subject: [PATCH 3/4] Update index.html --- interpython-workshop/index.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/interpython-workshop/index.html b/interpython-workshop/index.html index ddf1ce5..5b15f31 100644 --- a/interpython-workshop/index.html +++ b/interpython-workshop/index.html @@ -68,14 +68,18 @@

    Fast Facts

    Dates

    -

    1st InterPython workshop: February 05-09, 2024

    -

    Git Intro Workshop: June 26, 2024

    -

    2nd InterPython workshop: July 01-04, 2024

    +

    1st InterPython workshop:

    +

    February 05-09, 2024

    +

    Git Intro Workshop:

    +

    June 26, 2024

    +

    2nd InterPython workshop:

    +

    July 01-04, 2024

    Demographics

    -

    1st InterPython workshop: ~20 registered participants from the TVS SC community from all over the world, ~50% of them are undergraduate and PhD students

    +

    1st InterPython workshop:

    +

    ~20 registered participants from the TVS SC community from all over the world, ~50% of them are undergraduate and PhD students

    From 59998a5355e20182d42e879d0872d84363594b82 Mon Sep 17 00:00:00 2001 From: ShrRa Date: Tue, 4 Jun 2024 18:47:18 +0200 Subject: [PATCH 4/4] Update main.css --- interpython-workshop/assets/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interpython-workshop/assets/css/main.css b/interpython-workshop/assets/css/main.css index b417784..d53cae8 100644 --- a/interpython-workshop/assets/css/main.css +++ b/interpython-workshop/assets/css/main.css @@ -282,7 +282,7 @@ input, select, textarea { } .logo-container { display: flex; - background: rgba(255, 255, 255, 0.05); + background: rgb(255, 255, 255); justify-content: space-around; align-items: center; padding: 10em, 100em;