mirror of
https://github.com/kidwellj/hacking_religion_textbook.git
synced 2025-10-30 02:04:09 +00:00
No description
| hacking_religion | ||
| .gitignore | ||
| README.md | ||
Theology, Religious Studies, and Data Science
An open textbook introducing data science to religious studies.
The course here has been compiled with quarto, and so the live instance of the course is compiled from openly accessible resources located in this repository. If you're interested in doing something similar, there are a number of other options, some of which have lamentably turned commercial, including: bookdown, gitbook, mkdocs, readthedocs which technically uses Sphinx or daux.
Directory structure includes:
README.mdthis README file displayed on Githubdocsa folder containing the compiled book in html, .pdf and epub formatscourse.biba bibliography of items used for the course in BibTeX formatindex.RmdContains initialization settings, and preface content01-Overview.RmdIntroduction and overview to course02-Session1.RmdFirst chapter: "what is data?"03-Session2.RmdSecond chapter: "copyright, licenses, and data as property"04-Session3.RmdThird chapter "exploring confidentiality and privacy"05-Session4.RmdFourth and closing chapter: "how do we decide what to do?"
How to produce books from this repository:
- clone this repository using
git clone https://github.com/kidwellj/hacking_religion_textbook.git(install git if you haven't already) - install quarto
- change to the
hacking_religionsubdirectory and runquarto preview - alternatively you can render a copy of the book using
quarto render
Copyright
Content here, unless otherwise indicated are copyright by Jeremy H. Kidwell. Please re-use them as they are covered by Creative Commons Attribution 4.0 International Licence (CC BY 4.0).