From 20351dbc8304fde6e536ee1526f66762ace35513 Mon Sep 17 00:00:00 2001
From: Manisha Sinha <83267915+mannazsci@users.noreply.github.com>
Date: Mon, 2 Oct 2023 22:51:58 +0530
Subject: [PATCH 01/10] Update _config.yml
Added a break tag so that APPLY HERE appears on the next line
---
_config.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_config.yml b/_config.yml
index f862bed..ffcad63 100644
--- a/_config.yml
+++ b/_config.yml
@@ -11,7 +11,7 @@ sphinx:
language: en
myst_heading_anchors: 2
html_theme_options:
- announcement: "๐๐๐ We are looking for mentors with experience in climate research! APPLY HERE!"
+ announcement: "๐๐๐ We are looking for mentors with experience in climate research!
APPLY HERE!"
logo:
text: Climatematch Impact Scholars Program
html_sidebars:
From b9db720c9ff5efc3be76829e58c65e3a8518a160 Mon Sep 17 00:00:00 2001
From: Manisha Sinha <83267915+mannazsci@users.noreply.github.com>
Date: Mon, 2 Oct 2023 23:04:23 +0530
Subject: [PATCH 02/10] Update intro.md
The original line felt a bit unclear, after the colon it a link was expected but missing? So proposing a minor change.
---
info/intro.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/info/intro.md b/info/intro.md
index 14b1cf9..fc7ebfa 100644
--- a/info/intro.md
+++ b/info/intro.md
@@ -6,6 +6,6 @@ In line with the [mission of Climatematch](https://academy.climatematch.io/about
- advance the scholars' **computational research skills and knowledge** in a specific sub-domain of climate science,
- help the scholars chart their path **from data to action**.
-Learn more about the program:
+To learn more about the program, please see the content under Program Overview.
```{tableofcontents}
```
From 8add590ae34cea89fb8d5365d6724328063ec986 Mon Sep 17 00:00:00 2001
From: Manisha Sinha <83267915+mannazsci@users.noreply.github.com>
Date: Mon, 2 Oct 2023 23:33:13 +0530
Subject: [PATCH 03/10] Update structure.md
Added a revised tentative timeline which we can keep revising as we go! :)
---
info/structure.md | 19 ++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)
diff --git a/info/structure.md b/info/structure.md
index caee944..8002d1c 100644
--- a/info/structure.md
+++ b/info/structure.md
@@ -11,37 +11,30 @@ The Climatematch Impact Scholars program runs between **October 2023** and **Jan
- **Mentorship**. We endeavour to match every team to a suitable mentor who connects with the scholars synchronously or asynchronously at least once a month and provides feedback on their research outputs.
-- **Skill development workshops**. To assist with preparation of the micropublication and the seminar, we will be running workshops on [science writing](../workshops/science_writing.md) and [oral presentation](../workshops/oral_presentations.md).
-
-- **Community support**. There will be regular check-ins from the program organisers on the #cisp-community forum channel on Discord for participants to share both successes and struggles.
+- **Community support**. There will be regular check-ins from the program organisers on the #cisp-community forum channel on the Climatematch's Discord Community Server for participants to share both successes and struggles.
We are actively working to provide participants with further professional and academic opportunities and additionally encourage them to take part in Climatematch seminars, journal club meetings, and professional development survey series. These are not strictly part of the program, but are aligned with the scholars' project topics and career aspirations.
---
-## **Program timeline**
+## **Program tentative timeline**
October 2023 |
Welcome Event for scholars and mentors |
- December 2023 |
- Workshop on science writing |
-
-
- Early January 2024 |
- Workshop on oral presentation |
-
+ October - December 2023 |
+ Regular check-ins on Discord and mentor meetings |
12th January 2024 |
Research output submission deadline |
- Late January 2024 |
+ February 2024 |
Feedback on research outputs |
- February 2024 |
+ March 2024 |
Micropublication release and seminar presentations |
From 5fcbb35ca3da11926bb7ac007fcb28b6ab349b6d Mon Sep 17 00:00:00 2001
From: Manisha Sinha <83267915+mannazsci@users.noreply.github.com>
Date: Mon, 2 Oct 2023 23:39:20 +0530
Subject: [PATCH 04/10] Create cisp-style.css
This adds a border to the table that works for both light and dark mode
---
_static/cisp-style.css | 4 ++++
1 file changed, 4 insertions(+)
create mode 100644 _static/cisp-style.css
diff --git a/_static/cisp-style.css b/_static/cisp-style.css
new file mode 100644
index 0000000..8b3dcfb
--- /dev/null
+++ b/_static/cisp-style.css
@@ -0,0 +1,4 @@
+body table :is(td, th) {
+ border: 1px solid var(--fbc-secondary-text);
+ padding: 15px;
+}
From accc568dccf226b880fbd1a961cc9d5324eab8be Mon Sep 17 00:00:00 2001
From: Manisha Sinha <83267915+mannazsci@users.noreply.github.com>
Date: Tue, 3 Oct 2023 00:12:07 +0530
Subject: [PATCH 05/10] Update cisp-style.css
---
_static/cisp-style.css | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_static/cisp-style.css b/_static/cisp-style.css
index 8b3dcfb..08565d7 100644
--- a/_static/cisp-style.css
+++ b/_static/cisp-style.css
@@ -1,4 +1,4 @@
-body table :is(td, th) {
- border: 1px solid var(--fbc-secondary-text);
+table td {
+ border: 2px solid var(--bs-border-color);
padding: 15px;
}
From cd81e4a2870c57144d87adb0bcd8961af4e31e3d Mon Sep 17 00:00:00 2001
From: Manisha Sinha <83267915+mannazsci@users.noreply.github.com>
Date: Tue, 3 Oct 2023 00:13:22 +0530
Subject: [PATCH 06/10] Update structure.md
---
info/structure.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/info/structure.md b/info/structure.md
index 8002d1c..e44d64d 100644
--- a/info/structure.md
+++ b/info/structure.md
@@ -17,7 +17,7 @@ We are actively working to provide participants with further professional and ac
---
## **Program tentative timeline**
-
+
October 2023 |
Welcome Event for scholars and mentors |
From 68658af8d6ce886e16f98eef706ba3a7eac49337 Mon Sep 17 00:00:00 2001
From: Manisha SInha <83267915+mannazsci@users.noreply.github.com>
Date: Tue, 3 Oct 2023 00:56:32 +0530
Subject: [PATCH 07/10] update book
---
_toc.yml | 6 ------
info/application.md | 10 +++++++---
info/mentors.md | 9 +++++----
3 files changed, 12 insertions(+), 13 deletions(-)
diff --git a/_toc.yml b/_toc.yml
index 89e1669..148f8fc 100644
--- a/_toc.yml
+++ b/_toc.yml
@@ -13,9 +13,3 @@ parts:
title: Scholars 2023
- file: info/mentors
title: Mentors
-- caption: Workshops
- chapters:
- - file: workshops/science_writing
- title: Science writing
- - file: workshops/oral_presentations
- title: Oral presentations
diff --git a/info/application.md b/info/application.md
index b5dec9b..1b1bb46 100644
--- a/info/application.md
+++ b/info/application.md
@@ -1,13 +1,17 @@
# Become a Climatematch Impact Scholar!
-```{warning}
+```{important}
Applications for the 2023 program have closed!
```
## **Eligibility**
In order to apply, you must:
-- **have completed the most recent [Climatematch Academy course](https://comptools.climatematch.io/tutorials/intro.html) as a student or a Teaching Assistant.** Course completion is validated through certification. Teaching Assistants are joining teams as equal collaborators.
+- **have completed the most recent [Climatematch Academy course](https://comptools.climatematch.io/tutorials/intro.html) as a student or a Teaching Assistant.**
+ - Course completion is validated through certification.
+ - Teaching Assistants are joining teams as equal collaborators.
-- **be part of a team**. Individual applications will not be considered, but see [FAQs](#frequently-asked-questions). There is no maximum size limit for the teams, but every applicant must be part of no more than a single team.
+- **be part of a team**.
+ - Individual applications will not be considered, but see [FAQs](#frequently-asked-questions).
+ - There is no maximum size limit for the teams, but every applicant must be part of no more than a single team.
---
diff --git a/info/mentors.md b/info/mentors.md
index 3d48fd2..9ee3dd2 100644
--- a/info/mentors.md
+++ b/info/mentors.md
@@ -9,13 +9,13 @@ Apply here: https://airtable.com/appLHqbcnAQ1EUO47/shrDDmUFZ594k6KQ0
## Why be a mentor?
Climate models struggle to predict the impact of climate change on a local scale. In collaboration with our program, mentors will support early career scientists as they help identify cutting edge climate-change related questions with benefits to local ecosystems and communities.
-Mentors will also become official collaborators on the project which will conclude with a micropublication. If there is mutual interest in continuing the collaboration on the project beyond the end of the program, we will do our best to support work towards a publication in a scientific journal by facilitating continued, uninterrupted provision of the computing resources to the scholars.
+Mentors will also become official collaborators on the project which will conclude with submission of a micropublication and a seminar presentation by the project teams. If there is mutual interest in continuing the collaboration on the project beyond the end of the program, we will do our best to support work towards a publication in a scientific journal by facilitating continued, uninterrupted provision of the computing resources to the scholars.
---
## What do mentors do?
Mentors support scholars to continue a research project they have started during the Climatematch Academy. In particular, mentors will:
-- Connect with their group at least once per month for 1-2 hours either synchronously (zoom meeting) or asynchronously (email or discord). We estimate the total minimum time commitment to be 6-8 hours.
-- Provide constructive feedback on outputs (project proposal, presentation slides, micropub drafts)
+- Connect with their group at least once per month for 1-2 hours either synchronously (zoom meeting) or asynchronously (email or Discord). We estimate the total minimum time commitment to be 6-8 hours.
+- Provide constructive feedback on outputs (project proposal, presentation slides, micropublication drafts)
- Attend a welcome meeting (early October 2023) and an end of program celebration meeting (January 2024) with all scholars and mentors. Both via Zoom.
We encourage mentors to interact with their group beyond the minimum of 6-8 hours required by the program if this aligns with the goals of the mentor and group. Besides more in-depth project discussions, additional mentor-scholar interactions could surround topics including the mentorโs work or general career advice.
@@ -25,6 +25,7 @@ We encourage mentors to interact with their group beyond the minimum of 6-8 hour
To advise a group of Impact Scholars, mentors should:
- have **experience** conducting research on a topic related to the region, dataset, or scientific question of their group
- have a **keen interest** in encouraging up-and-coming scientists and international collaborations
+
Knowledge of Python and experience supervising junior researchers are a plus, but not required.
-If you have any questions regarding the mentor role please feel free to contact mentors@climatematch.io.
\ No newline at end of file
+If you have any questions regarding the mentor role please feel free to contact mentors@climatematch.io.
From 607de5075209a1e1997c347139038fed95c0baf2 Mon Sep 17 00:00:00 2001
From: Manisha SInha <83267915+mannazsci@users.noreply.github.com>
Date: Tue, 3 Oct 2023 02:46:52 +0530
Subject: [PATCH 08/10] updated program tentative timeline
---
info/structure.md | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/info/structure.md b/info/structure.md
index e44d64d..65f9c86 100644
--- a/info/structure.md
+++ b/info/structure.md
@@ -19,7 +19,11 @@ We are actively working to provide participants with further professional and ac
## **Program tentative timeline**
- October 2023 |
+ 9 October 2023 |
+ Impact Scholars survey deadline |
+
+
+ 16-17 October 2023 |
Welcome Event for scholars and mentors |
@@ -29,12 +33,16 @@ We are actively working to provide participants with further professional and ac
12th January 2024 |
Research output submission deadline |
+
+ January 2024 |
+ End-of-program Celebration Event |
+
February 2024 |
Feedback on research outputs |
- March 2024 |
+ March-April 2024 |
Micropublication release and seminar presentations |
From 161e4e5b13217403d8af3434983269205979d1ef Mon Sep 17 00:00:00 2001
From: Manisha SInha <83267915+mannazsci@users.noreply.github.com>
Date: Tue, 3 Oct 2023 03:01:19 +0530
Subject: [PATCH 09/10] minor update to the table
---
info/structure.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/info/structure.md b/info/structure.md
index 65f9c86..3d934fe 100644
--- a/info/structure.md
+++ b/info/structure.md
@@ -29,6 +29,7 @@ We are actively working to provide participants with further professional and ac
October - December 2023 |
Regular check-ins on Discord and mentor meetings |
+
12th January 2024 |
Research output submission deadline |
From c8c749a1408f5b11c011269509d73085ac8cf000 Mon Sep 17 00:00:00 2001
From: Zane Mitrevica
Date: Tue, 3 Oct 2023 11:10:33 +0100
Subject: [PATCH 10/10] Update info/mentors.md
---
info/mentors.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/info/mentors.md b/info/mentors.md
index 9ee3dd2..98a4a17 100644
--- a/info/mentors.md
+++ b/info/mentors.md
@@ -16,7 +16,7 @@ Mentors will also become official collaborators on the project which will conclu
Mentors support scholars to continue a research project they have started during the Climatematch Academy. In particular, mentors will:
- Connect with their group at least once per month for 1-2 hours either synchronously (zoom meeting) or asynchronously (email or Discord). We estimate the total minimum time commitment to be 6-8 hours.
- Provide constructive feedback on outputs (project proposal, presentation slides, micropublication drafts)
-- Attend a welcome meeting (early October 2023) and an end of program celebration meeting (January 2024) with all scholars and mentors. Both via Zoom.
+- Attend a welcome meeting (mid-October 2023) and an end of program celebration meeting (January 2024) with all scholars and mentors. Both via Zoom.
We encourage mentors to interact with their group beyond the minimum of 6-8 hours required by the program if this aligns with the goals of the mentor and group. Besides more in-depth project discussions, additional mentor-scholar interactions could surround topics including the mentorโs work or general career advice.