WikiPathways Updated +Created
ORCID Updated +Created
Nobel Prize winner without a PhD Updated +Created
Here's a SPARQL sketch for Wikidata that can be run at query.wikidata.org/. It gathers all the relevant data, but TODO we don't know how to do the proper query yet:
# List of living Nobel Laureates sorted by date of birth 
SELECT DISTINCT ?recipient ?recipientLabel $birthDate ?awardLabel ?nobelDate ?educatedAtLabel ?academicDegree ?academicDegreeLabel ?doctorateDate
WHERE { 
  ?recipient wdt:P31 wd:Q5 ; # recepient is human (Peace prize can go to organizations) 
             wdt:P569 ?birthDate ; 
             p:P166 ?awardStat . # recepient was awarded something 
  ?awardStat ps:P166 ?award .
  ?award wdt:P279* wd:Q7191 . # received any subclass of nobel prize (physics, chemistry, etc.) 
  ?awardStat pq:P585 ?nobelDate .
  ?recipient p:P69 ?recipientEducatedAt .
  ?recipientEducatedAt ps:P69 ?educatedAt .
  ?recipientEducatedAt pq:P512 ?academicDegree .
  ?academicDegree wdt:P279* wd:Q849697 .
  OPTIONAL{ ?recipientEducatedAt pq:P582 ?doctorateDate . }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } 
} 
ORDER BY ASC(?birthDate) ASC(?nobelDate) ASC(?awardLabel)
Metabolic pathway database Updated +Created
2002 Nobel Prize in Physiology and Medicine Updated +Created
Rebel without a PhD Updated +Created
This section is about hardcore people who don't have a PhD.
Molecular biology bibliography Updated +Created
Legitimacy (family law) Updated +Created
Central bank digital currency Updated +Created
Marriage Updated +Created
Currency Updated +Created
Paul Nurse Updated +Created
Paul's bastardness is more striking than his Nobel Prize and that is awesome.
Video 1.
Family Trees Can Be Dangerous by Paul Nurse
. Source. Fantastic video of Paul describing his bastard story. What a legend. He speaks very well.
Srinivasa Ramanujan Updated +Created
The cool think about Ramanujan is how British mathematicians heard about him and then just went crazy that someone they had never heard of before had come up with so many novel results. It is as if God had come down from the clouds and handed them those results. Without proof. But in that field of research, the statements are not easy to come up with, so much so that G. H. Hardy commented that:
they must be true, because, if they were not true, no one would have the imagination to invent them
Nova (American TV program) Updated +Created
Science bibliography Updated +Created
I'd rather starve Updated +Created
This section is about idealists who would rather starve doing what they love or believe in rather than do shitty jobs to survive. Artists for the most part you may call them.
Zim Updated +Created
Local only.
WYSIWYG:
  • bold
  • images
  • lists. But it is either hard or impossible to have a paragraph inside a list item.
Can only link to toplevel of each source, not subheaders? And subpages get forced scope. github.com/zim-desktop-wiki/zim-desktop-wiki
Publishing to static HTML can be done with:
zim --export Notes -o out
The output does not contain any table of contents? There is a plugin however: zim-wiki.org/manual/Plugins/Table_Of_Contents.html
It is unclear if their markup is compatible with an existing language of if it was made up from scratch. Wikipedia says:
In Zim, text is written and saved in a lightweight mark-up that is a hybrid of DokuWiki and Markdown.
You can't determine the ordering or pages at the same level, alphabetical ordering of force. The poplevel is encoded in notebook.zim:
[Notebook]
home=Home
Feature request: github.com/zim-desktop-wiki/zim-desktop-wiki/issues/32. It's not usable as a publishing system!
The Academic Family Tree Updated +Created
But unfortunately they don't have paper to paper citations.
neurotree.org/neurotree/faq.php explains that you have to contact an admin to download the database, kind of sad:
How can I export tree data for my own analysis?
Registered users should contact the site administrator (admin at neurotree dot org) for instructions on how to export data from the tree database.
That page also explains how they disambiguate authors with the same name:
How do you identify researchers' publications?
Publications data are drawn from two databases: Medline and Scopus. Because of the large number of researchers with the same name, a disambiguation algorithm is required to accurately link researchers to papers they have authored. We match authors to papers using a two-step process. First, we identify candidate publications based on a simple string match between researcher name and the author list. Second, we look for overlap between co-authors and other individuals in the researcher's mentor network (trainees, mentors, collaborators, etc), and label publications with overlap as high-probability matches. Thus a complete family tree is likely to produce more accurate publication matches.

There are unlisted articles, also show them or only show them.