desmosinc / mathematicians

Mathematician identities used for anonymized student identities in Desmos Classroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED

mathematicians

Mathematician identities used for anonymized student identities in Desmos Classroom

Contributing

To update the info for a mathematician, find their directory in data/. Edit bio.txt to modify the text of their bio, and make sure to add an entry for each source we should cite in the corresponding metadata.toml file.

Example metadata.toml:

name = "Ada Lovelace"

[[sources]]
name = "Wikipedia"
url = "https://en.wikipedia.org/..."

[[sources]]
name = "Some Other Site"
url = "https://some.other.site.com"

To add a new mathematician, just add a new directory data/your-mathematicians-name containing bio.txt and metadata.toml files.

About

Mathematician identities used for anonymized student identities in Desmos Classroom


Languages

Language:TypeScript 77.1%Language:JavaScript 22.9%