Skip to content

Commit 5bdaaf2

Browse files
committed
Case-study approach added
1 parent 173d36a commit 5bdaaf2

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

README.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,31 @@ There are two objectives for this syllabus:
1515
1. To ensure students have a comprehensive grasp of a data-driven research process. *Data as a Science* guides learners to confidence in the ethics, curation, analysis, and presentation of data, integrating each of these topics into each lesson.
1616
2. To support the growing desire for universities around the world, but especially in emerging-market countries, to offer Data Science degree courses, by providing a free, openly-licenced core curriculum for adoption and adaptation by their degree programs.
1717

18-
## Lesson structure and approach
18+
## Pedagogy
1919

20-
The course is based on the [Sloyd model](https://en.wikipedia.org/wiki/Sloyd) of technical training. Each lesson is discrete, building on the previous lesson, and provides a functional and holistic understanding of the scientific method as it applies to data. It is not about learning an algorithm and applying it to abstract, arbitrary data.
20+
The course is based on the [Sloyd model](https://en.wikipedia.org/wiki/Sloyd) of technical training. Each lesson is discrete, building on the previous lesson, and provides a functional and holistic understanding of the scientific method as it applies to data. It is not about learning an algorithm and applying it to abstract, arbitrary data. The course has the objective of training complete data scientists, you will learn how research works and apply tools to a specific case-study.
2121

2222
Each lesson starts with a research question, and progresses by teaching a complete, and practical, set of skills allowing students to learn at their own pace and in an order which suites their current understanding. Case-studies and tutorials are drawn from public health, economics and social issues, and the course is accessible to anyone with an interest in data. Course materials, case studies and guided tutorials are presented in Jupyter Notebooks permitting learners to test running code and gain hands-on understanding of the techniques discussed.
2323

24-
Each research question is guided by the following four topics:
24+
### Lesson structure and approach
2525

26-
- **Ethics**: determining the social and behavioural challenges posed by a research question;
26+
Each lesson is guided by the following four topics:
27+
28+
- **Ethics**: determine the social and behavioural challenges posed by a research question;
2729
- **Curation**: establish the research requirements for data collection and management;
28-
- **Analysis**: Investigate, explore and analyse research data;
29-
- **Presentation**: Prepare and present the results of analysis to promote a response;
30+
- **Analysis**: investigate, explore and analyse research data;
31+
- **Presentation**: prepare and present the results of analysis to promote a response;
32+
33+
### Case-studies: review and replicate
34+
35+
Science is a set of defined methods that stands up to scrutiny, supports replication, and is supported by ethical measurement data acquired during the study process. The way to gain confidence in these methods is to review the work of others.
36+
37+
Each lesson will guide you through review of published scholarly work in the following ways:
38+
39+
- **Review**: apply learned techniques to open access published research, and review and reflect on the methodology, analysis and results presented;
40+
- **Replication**: using source- or synthetic data, reproduce the methodology used in open access published research to test whether claimed analysis and results are replicable;
41+
42+
Synthetic data will include lessons in dependent randomisation, as well as agent-based modelling.
3043

3144
On completion of each lesson, students gain useful and meaningful skills, and are not left stranded. This means that even partial completion of the material permits students to be productive members of a research team. The first lesson will ensure students can become professional data wranglers, and – on completion of the first ten lessons – graduates will be capable of taking on a responsible data research role.
3245

@@ -73,6 +86,10 @@ My name is [Gavin Chait](https://gavinchait.com), and I am an independent data s
7386

7487
I have extensive experience in leading research projects, implementing open source software initiatives, and developing and leading seminars and workshops. I have taught for 25 years, including for undergraduates, adult education, and technical and analytical teaching at all levels.
7588

89+
This pedagogy and syllabus structure was developed with support from the Gates Foundation and WHO. Initial research into the need for education capacity building arose as a result of research supported by the Hewlett Foundation, Wellcome Trust and Public Health Research Data Forum.
90+
91+
> Chait, Gavin; Sujith, Eramangalath; Grzywinska, Dominika; Wainwright, Mark (2018): Supporting capacity and skills development for public health data research management in low- and medium income countries. Wellcome Trust. Journal contribution. https://doi.org/10.6084/m9.figshare.6087161.v1
92+
7693
## Licensing and release
7794

7895
Course content, materials and approach are copyright Gavin Chait, and released under both the [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/) and the [GNU Affero General Public License](https://www.gnu.org/licenses/agpl-3.0.en.html) licences.

0 commit comments

Comments
 (0)