Skip to content

NebulousOinkler/graphlopedia_src

Repository files navigation

graphlopedia

Purpose

Create and maintain a database of graphs and networks with mathematical relevance. This database is a fingerprint database as defined by Billey and Tenner in Fingerprint Databases for Theorems

Updates and Edits:

  • References should be given as a bibtex string for now

  • Later goal will be to integrate it as a JSON object, however, this isn't the first priority

    • use pandoc-citeproc --bib2json to convert the bib files into the appropriate JSON
    • Why use JSON instead of bib?:
  • refs can be made by altering https://mathscinet.ams.org/mathscinet/search/publications.html?fmt=bibtex&pg1=MR&s1=1019150 by changing the s1 variable to the appropriate MathSciNet ID number.

  • bash script for getting refs:

curl -s "https://mathscinet.ams.org/mathscinet/search/publications.html?fmt=bibtex&pg1=MR&s1=1019150" | sed -n "/<pre>/,/<\/pre>/p" | sed '1d;$d' | pbcopy

note: pbcopy should be chaged to clip or xclip

UPDATE:

There is a GUI now to add and remove references. The GUI is horribly designed, but it somehow works. Don't judge please.

About

source files for graphlopedia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published