| docs | ||
| hacking_religion | ||
| .gitignore | ||
| README.md | ||
Hacking Religion
An open textbook introducing data science to religious studies (or vice versa)
You can view a live demo of the book here: [https://kidwellj.github.io/hacking_religion_textbook/intro.html]
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 Github_booka folder containing the compiled book in html and .pdf formatsreferences.biba bibliography of items used for the course in BibTeX formatpreface.qmdPrefaceintro.qmdIntroduction and overview to bookchapter_1.qmdChapter 1: working with UK Census religion datachapter_2.qmdChapter 2: survey datachapter_3.qmdChapter 3: geospatial data"chapter_4.qmdChapter 4: data scraping, corpus analysis and wordcloudschapter_5.qmdWhat's next?
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
Cookbook
There is a companion repository which contains recipes which will replicate the example data used in the book. This can be found here: [https://github.com/kidwellj/hacking_religion_cookbook]
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).