User:Daniel Mietchen/Bioinformatics
Wikiprojects
editQueries
editFemale bioinformaticians/ computational biologists
edit- The following query uses these:
- Items: computational biologist (Q15709480) , bioinformatician (Q2904006) , female (Q6581072)
- Properties: occupation (P106) , sex or gender (P21) , image (P18)
#Female bioinformaticians/ computational biologists SELECT DISTINCT ?item ?itemLabel ?_image WHERE { { ?item wdt:P106 wd:Q15709480.} # computational biologist UNION { ?item wdt:P106 wd:Q2904006.} # bioinformatician ?item wdt:P21 wd:Q6581072. # female SERVICE wikibase:label { bd:serviceParam wikibase:language "en". } OPTIONAL { ?item wdt:P18 ?_image. } } LIMIT 1000
Most cited female authors of scientific articles
editTwo slightly different methods
- The following query uses these:
- Items: female (Q6581072)
- Properties: author (P50) , sex or gender (P21) , cites work (P2860)
SELECT ?count ?author ?authorLabel WITH { SELECT (COUNT(?citing_work) AS ?count) ?author WHERE { ?work wdt:P50 ?author . ?author wdt:P21 wd:Q6581072 . ?citing_work wdt:P2860 ?work } GROUP BY ?author ORDER BY DESC(?count) # LIMIT 100 } AS %result WHERE { INCLUDE %result SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". } } ORDER BY DESC(?count)
- The following query uses these:
- Items: female (Q6581072)
- Properties: cites work (P2860) , author (P50) , sex or gender (P21)
SELECT ?count ?author ?authorLabel WITH { SELECT ?author (COUNT(?publication) AS ?count) WHERE { ?item wdt:P2860 ?publication . ?publication wdt:P50 ?author . ?author wdt:P21 wd:Q6581072 . } GROUP BY ?author } AS %result WHERE { INCLUDE %result SERVICE wikibase:label { bd:serviceParam wikibase:language "en" . } } ORDER BY DESC(?count)
Template
edit{{Scholia}}
People
editScholia list
edit- Jane Shelby Richardson (Q6152709)
- Jill P. Mesirov (Q19664665)
- Sarah Teichmann (Q19501099)
- Aviv Regev (Q4829027)
- Valerie Daggett (Q7911257)
- Helen M. Berman (Q7441)
- Tamar Schlick (Q20979378)
- Olga Troyanskaya (Q7086693)
- Ruth Nussinov (Q7383152)
- Tanja Kortemme (Q28914706)
- Debora Marks (Q23809228)
- Christine Orengo (Q21572185)
- Elaine Mardis (Q5353251)
- Chaok Seok (Q28914821)
- Anna Tramontano (Q23823628)
- Amy Keating (Q28914832)
- Shoshana Wodak (Q6127170)
- Paulien Hogeweg (Q281580)
- Margaret Oakley Dayhoff (Q456920)
- Janet Thornton (Q6153626)
- Ladeana Hillier (Q6469365)
- Suzanna Lewis (Q7650732)
- Alicia Oshlack (Q17517288)
- Chitra Dutta (Q18347409)
- Osnat Penn (Q21611576)
- Sarah Faulwetter (Q25439692)
- Frédérique Lisacek (Q28609783)
- Núria López-Bigas (Q28737768)
- Terri Attwood (Q10937)
- Thelma Estrin (Q11588)
- Carole Goble (Q11604)
- Meredith L. Patterson (Q14105)
- Katherine St. John (Q14260)
- Ivet Bahar (Q21262533)
- Hanah Margalit (Q47565454)
- Dina Schneidman-Duhovny (Q47155716)
- Ora Schueler-Furman (Q47566985)
- Dana Pe'er (Q16204043)
- Kimmen Sjölander (Q30315145)
- Michal Linial (Q23823595)
- Terry Gaasterland (Q47569993)
Listeria list
editThere is also an English Wikipedia version of this table.
This list is periodically updated by a bot. Manual changes to the list will be removed on the next update!
WDQS | PetScan | TABernacle | Find images | Recent changes | Query:SELECT DISTINCT ?item WHERE { VALUES ?item {wd:Q6152709 wd:Q19664665 wd:Q19501099 wd:Q4829027 wd:Q7911257 wd:Q7441 wd:Q20979378 wd:Q7086693 wd:Q7383152 wd:Q28914706 wd:Q23809228 wd:Q21572185 wd:Q5353251 wd:Q28914821 wd:Q23823628 wd:Q28914832 wd:Q6127170 wd:Q281580 wd:Q456920 wd:Q6153626 wd:Q6469365 wd:Q7650732 wd:Q17517288 wd:Q18347409 wd:Q21611576 wd:Q25439692 wd:Q28609783 wd:Q28737768 wd:Q10937 wd:Q11588 wd:Q11604 wd:Q14105 wd:Q14260 wd:Q21262533 wd:Q47565454 wd:Q47155716 wd:Q47566985 wd:Q16204043 wd:Q30315145 wd:Q23823595 wd:Q47569993 } }
End of automatically generated list.