From e5de92eccb31aa48d27b0f120fdc3418d3dbe8dc Mon Sep 17 00:00:00 2001 From: "Andrew R. McCluskey" Date: Tue, 28 May 2024 21:39:22 +0100 Subject: [PATCH] Add an about page --- intro.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/intro.md b/intro.md index 354aff6..1b3c483 100644 --- a/intro.md +++ b/intro.md @@ -8,6 +8,11 @@ In these webpages, we will keep documentation about the work of the Python in Ch 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). To be involved in the discussions it is necessary to [have a Github account](https://docs.github.com/en/get-started/start-your-journey/creating-an-account-on-github#). +### About + +[pythoninchemistry.org](https://pythoninchemistry.org) was originally started by 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/) when they were working at the University of Bath. +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. +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) ```{tableofcontents} ```