From 974a42e59ee9df04515e93a0be8f92b27ee2e46e Mon Sep 17 00:00:00 2001 From: "Paul W. Ayers" <15361871+PaulWAyers@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:07:38 -0500 Subject: [PATCH 1/3] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6681f1b --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Introduction to Scientific Software Design (for Theoretical Chemistry and Adjacent Fields) With Python +This course covers the basic tools and tricks of scientific software design. It should be accessible to a broad variety of students. + +Students taking the course on a "formal" level should ensure that they have a project, as marks are project-performance based. From 70379846df9f15da623572cf920bd9a37d7d10ef Mon Sep 17 00:00:00 2001 From: "Paul W. Ayers" <15361871+PaulWAyers@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:08:12 -0500 Subject: [PATCH 2/3] Add web site link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6681f1b..64db4b5 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ This course covers the basic tools and tricks of scientific software design. It should be accessible to a broad variety of students. Students taking the course on a "formal" level should ensure that they have a project, as marks are project-performance based. + +Content is hosted on the [course web site](intro.qc-edu.org). From 5a27cf978d70e1e5c8751854de7e6b970abeb820 Mon Sep 17 00:00:00 2001 From: "Paul W. Ayers" <15361871+PaulWAyers@users.noreply.github.com> Date: Mon, 4 Mar 2024 19:09:04 -0500 Subject: [PATCH 3/3] Fix link to web site. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64db4b5..2a61e60 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ This course covers the basic tools and tricks of scientific software design. It Students taking the course on a "formal" level should ensure that they have a project, as marks are project-performance based. -Content is hosted on the [course web site](intro.qc-edu.org). +Content is hosted on the [course web site](https://intro.qc-edu.org/intro.html).