Skip to content

Commit 1a5753d

Browse files
authored
2025 meeting (#9)
* Add 2025 meeting to home page, and create a dedicated page for it * Update info on 2025 meeting page
1 parent 54eedf6 commit 1a5753d

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

2025-meeting.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# 2025 Python in Chemistry Meeting
2+
3+
<hr>
4+
5+
The 2025 Python in Chemistry Meeting will take place on at the University of York on **Thursday 10th April**. To register, please complete [this form](https://forms.gle/XneX3kRxf8QG6qpf8).
6+
7+
<hr>
8+
9+
## Goals of the Meeting
10+
11+
One of the conclusions of the [2024 Python in Chemistry Meeting](https://pythoninchemistry.org/state-of-teaching.html) was the need to support colleagues to make their first steps in computing education, and the desire to produce shared resources which can be used in and adapted for a variety of contexts, removing the need for every Python instructor to start from scratch independently. Therefore, the goal of this year's meeting is to collectively produce such a resource, aimed initially at academic staff who are interested in getting started with Python. We hope to finish the meeting with resources which can be easily accessed by anyone, regardless of their programming background, which will both introduce the fundamentals of Python and begin to demonstrate its use in chemistry research and education.
12+
13+
## Meeting details
14+
15+
The meeting will take place at the [Chemistry Department of the University of York](https://maps.app.goo.gl/eSBT9Sa4iTawqbx97) on **Thursday 10th April**, beginning at 11:00 and ending at 17:00. Lunch and other refreshments will be provided.
16+
17+
Attendance is free. There are limited funds available for travel costs; if you would like support with travel costs and are unable to obtain them from your university of the RSC, please contact alan.m.lewis@york.ac.uk or miguel.rivera@ucl.ac.uk.
18+
19+
A full programme will be released closer to the date of the meeting.
20+
21+
22+
<hr>
23+
24+
To register for the meeting, please complete [this form](https://forms.gle/XneX3kRxf8QG6qpf8).

_toc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ parts:
1212
- file: lessons/basics/notebook.md
1313
- caption: Teaching Python in Chemistry Meeting Blogs
1414
chapters:
15+
- file: 2025-meeting
1516
- file: state-of-teaching
1617
- file: resources
1718
- caption: Community Documentation

intro.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
The aim of Python in Chemistry is to promote and improve coding education in the chemical sciences.
44
In these webpages, we will keep documentation about the work of the Python in Chemistry community and open-source educational material that my be used to teach Python to chemistry students.
55

6+
### [2025 Python in Chemistry Meeting](https://pythoninchemistry.org/2025-meeting.html)
7+
8+
The 2025 Python in Chemistry Meeting will take place on at the University of York on **Thursday 10th April**. To register, please complete [this form](https://forms.gle/XneX3kRxf8QG6qpf8).
9+
10+
The goal of the meeting is to discuss best practice in introductory Python teaching, and to produce a common resource aimed initially at helping colleagues in Chemistry departments across the UK get started with Python. More details are available [here](https://pythoninchemistry.org/2025-meeting.html).
11+
612
### Get Involved
713

814
The easiest way to get involved in the Python in Chemistry community is to join the [discussions on Github](https://github.com/orgs/pythoninchemistry/discussions).
@@ -12,4 +18,4 @@ To be involved in the discussions it is necessary to [have a Github account](htt
1218

1319
Drs [Benjamin Morgan](https://researchportal.bath.ac.uk/en/persons/benjamin-morgan), [Fiona Dickinson](https://researchportal.bath.ac.uk/en/persons/fiona-dickinson/), and [Andrew McCluskey](https://www.bristol.ac.uk/people/person/Andrew-McCluskey-026a602b-d287-4a0c-a5f6-6ebfb45867b7/) founded [pythoninchemistry.org](https://pythoninchemistry.org) when they were working at the University of Bath.
1420
It was started as a place to advertise their work to introduce Python programming to chemistry students, however recently (in 2024) the website has obtained a new purpose, to discuss the work of the growing Python in Chemistry community.
15-
A good place to start to learn about this community is reading the blogs that came from the "Teaching Python in Chemistry Meeting", discussing the [State of Teaching](https://pythoninchemistry.org/state-of-teaching.html) and the potential for a future [Shared Resource](https://pythoninchemistry.org/resources.html)
21+
A good place to start to learn about this community is reading the blogs that came from the "Teaching Python in Chemistry Meeting", discussing the [State of Teaching](https://pythoninchemistry.org/state-of-teaching.html) and the potential for a future [Shared Resource](https://pythoninchemistry.org/resources.html).

0 commit comments

Comments
 (0)