https://github.com/alexhkurz/mathematics-for-philosophers

https://github.com/alexhkurz/mathematics-for-philosophers

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.5%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: alexhkurz
  • Language: TeX
  • Default Branch: master
  • Size: 3.07 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed almost 2 years ago
Metadata Files
Readme

README.md

mathematics-for-philosophers

(under construction)

mathematics for philosophers

This is the repo in which I, a mathematician, keep my notes on ongoing discussions with an undergraduate philosophy student, Johanna Speiser.

The notes are written together while discussing the topic. Unfortunately, the notes do not show the discussions as they happened and do not contain much information about the teaching and learning. Rather the notes are the frozen outcome of the learning process. Their main purpose is to remind the authors of the work we have done and help motivating us to add more in the future.

how to create this jupyter book

basics

After cloning this repo, and installing jupyter-book run from the command line jupyter-book build . or jb build . The book can now be opened in a browser by opening the file _build/html/index.html with a file browser. On a mac, simply run open _build/html/index.html. To summarize

jb build . ; open _build/html/index.html

publishing

(There is sth missing here.) After installing ghp-import with pip install ghp-import publish the book by running

ghp-import -n -p -f _build/html

This makes the book available online. It also keeps the source files in the main-branch separate from the files in _build in the gh-pages branch (Github knows that it should use the gh-pages branch to show the book as a webpage).

important commands

If, for example, the table of contents in the left-hand pane behaves in a strange way, clean out _build by running jupyter-book clean .

references

Create your first book.

Math and equations.

.gitignore.

Publish your book online.

Owner

  • Name: Alexander Kurz
  • Login: alexhkurz
  • Kind: user

PhD Ludwig-Maximilians University Munich 2000; CWI Amsterdam and Masaryk University Brno 2000-2002; University of Leicester 2002-2018; Chapman University 2018-

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • jupyter-book *
  • matplotlib *
  • numpy *