User:Charles Matthews/Cambridge Science Festival workshop 23 March 2019

Library guides edit

Wikipedia edit

PubMed edit

Exercise and discussion links edit

Discussion

Background reading edit

SPARQL edit

#Retracted review articles
SELECT ?item ?itemLabel 
{
	?item wdt:P31 wd:Q45182324;
          wdt:P31 wd:Q7318358.
   SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
Try it!