-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwikidata_bib_dashboard.html
124 lines (111 loc) · 16.3 KB
/
wikidata_bib_dashboard.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Wikidata Bib Dashboard</title>
<meta property="og:description" content="powered by Wikidata" />
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous" />
<link href="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/css/bulma.min.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
</head>
<body>
<section class="section">
<div class="container">
<div class="columns is-centered">
<div class="column is-half has-text-centered">
<h1 class="title is-1">Wikidata Bib Dashboard</h1>
<h2>A dashboard for Wikidata-based bibliometrics for a given set of articles.</h2>
</div>
</div>
</div>
</section>
<div role="navigation">
<ul class="nav nav-pills justify-content-center">
</ul>
</div>
<div class="has-text-centered">
<h5 class="title is-5">map of institutions</h5>
<p>
<iframe width="75%" height="400" src="https://query.wikidata.org/embed.html#%0A%23defaultView%3AMap%0ASELECT%20%0A%3Forganization%20%3ForganizationLabel%20%0A%28CONCAT%28STR%28%3Fcount%29%2C%20%22%20result%28s%29%22%29%20as%20%3Fcounts%29%0A%3Fgeo%20%3Flayer%0A%3Fsample_author%20%3Fsample_authorLabel%0A%3Fsample_work%20%20%3Fsample_workLabel%0A%0A%20%20WITH%20%7B%0A%20%20%20%20SELECT%20DISTINCT%20%3Forganization%20%3Fgeo%20%0A%20%20%20%20%28COUNT%28DISTINCT%20%3Fwork%29%20AS%20%3Fcount%29%20%0A%20%20%20%20%28SAMPLE%28%3Fwork%29%20as%20%3Fsample_work%29%20%0A%20%20%20%20%28SAMPLE%28%3Fauthor%29%20as%20%3Fsample_author%29%20WHERE%20%7B%0A%0A%20%20%20%20%0A%20%20%20%20%20%20%20%20VALUES%20%3Fwork%20%7B%20wd%3AQ41799194%20wd%3AQ87830400%20wd%3AQ108545648%20wd%3AQ112308023%20wd%3AQ113207241%20wd%3AQ46384919%20wd%3AQ66251013%20wd%3AQ100298167%20wd%3AQ111992925%20wd%3AQ105429450%20wd%3AQ107182593%20wd%3AQ85714625%20wd%3AQ109318602%20wd%3AQ115781260%20wd%3AQ117112059%20wd%3AQ118675909%20%7D%20.%0A%20%20%20%20%20%20%20%20%3Fwork%20wdt%3AP50%20%3Fauthor%20.%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%20%20%3Fwork%20wdt%3AP50%20%3Fauthor%20.%0A%20%20%20%20%20%20%3Fauthor%20%28%20wdt%3AP108%20%7C%20wdt%3AP463%20%7C%20wdt%3AP1416%20%29%20%2F%20wdt%3AP361%2A%20%3Forganization%20.%20%0A%20%20%20%20%20%20%3Forganization%20wdt%3AP625%20%3Fgeo%20.%0A%20%20%20%20%7D%0A%20%20%20%20GROUP%20BY%20%3Forganization%20%3Fgeo%20%3Fcount%0A%20%20%20%20ORDER%20BY%20DESC%20%28%3Fcount%29%0A%20%20%20%20LIMIT%202000%0A%20%20%7D%20AS%20%25organizations%0A%20%20WHERE%20%7B%0A%20%20%20%20INCLUDE%20%25organizations%0A%20%20%20%20BIND%28IF%28%20%28%3Fcount%20%3C%201%29%2C%20%22No%20results%22%2C%20IF%28%28%3Fcount%20%3C%202%29%2C%20%221%20result%22%2C%20IF%28%28%3Fcount%20%3C%205%29%2C%20%221%20%3C%20results%20%E2%89%A4%2010%22%2C%20IF%28%28%3Fcount%20%3C%20101%29%2C%20%2210%20%3C%20results%20%E2%89%A4%20100%22%2C%20IF%28%28%3Fcount%20%3C%201001%29%2C%20%22100%20%3C%20results%20%E2%89%A4%201000%22%2C%20IF%28%28%3Fcount%20%3C%2010001%29%2C%20%221000%20%3C%20results%20%E2%89%A4%2010000%22%2C%20%2210000%20or%20more%20results%22%29%20%29%20%29%20%29%20%29%29%20AS%20%3Flayer%20%29%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%20%20%20%20%20%20%20%20%0A%20%20%7D%0A%20%20ORDER%20BY%20DESC%20%28%3Fcount%29%0A%0A%0A%20%20"></iframe>
</p>
<br />
<h5 class="title is-5">articles</h5>
<p>
<iframe width="75%" height="400" src="https://query.wikidata.org/embed.html#%0A%20%20SELECT%0A%20%20%28MIN%28%3Fdates%29%20AS%20%3Fdate%29%0A%20%20%3Fwork%20%3FworkLabel%0A%20%20%28GROUP_CONCAT%28DISTINCT%20%3Ftype_label%3B%20separator%3D%22%2C%20%22%29%20AS%20%3Ftype%29%0A%20%20%28SAMPLE%28%3Fpages_%29%20AS%20%3Fpages%29%0A%20%20%3Fvenue%20%3FvenueLabel%0A%20%20%28GROUP_CONCAT%28DISTINCT%20%3Fauthor_label%3B%20separator%3D%22%2C%20%22%29%20AS%20%3Fauthors%29%0A%20%20WHERE%20%7B%0A%0A%20%20%20%20%20%20%20%20VALUES%20%3Fwork%20%7B%20wd%3AQ41799194%20wd%3AQ87830400%20wd%3AQ108545648%20wd%3AQ112308023%20wd%3AQ113207241%20wd%3AQ46384919%20wd%3AQ66251013%20wd%3AQ100298167%20wd%3AQ111992925%20wd%3AQ105429450%20wd%3AQ107182593%20wd%3AQ85714625%20wd%3AQ109318602%20wd%3AQ115781260%20wd%3AQ117112059%20wd%3AQ118675909%20%7D%20.%0A%20%20%20%20%20%20%20%20%3Fwork%20wdt%3AP50%20%3Fauthor%20.%0A%20%20%20%20%20%20%20%20%0A%20%20%3Fwork%20wdt%3AP50%20%3Fauthor_all%20.%0A%20%20OPTIONAL%20%7B%0A%20%20%20%20%3Fauthor%20rdfs%3Alabel%20%3Fauthor_label_%20.%20FILTER%20%28LANG%28%3Fauthor_label_%29%20%3D%20%27en%27%29%0A%20%20%7D%0A%20%20BIND%28COALESCE%28%3Fauthor_label_%2C%20SUBSTR%28STR%28%3Fauthor_all%29%2C%2032%29%29%20AS%20%3Fauthor_label%29%0A%20%20OPTIONAL%20%7B%20%3Fwork%20wdt%3AP31%20%3Ftype_%20.%20%3Ftype_%20rdfs%3Alabel%20%3Ftype_label%20.%20FILTER%20%28LANG%28%3Ftype_label%29%20%3D%20%27en%27%29%20%7D%0A%20%20%3Fwork%20wdt%3AP577%20%3Fdatetimes%20.%0A%20%20BIND%28xsd%3Adate%28%3Fdatetimes%29%20AS%20%3Fdates%29%0A%20%20OPTIONAL%20%7B%20%3Fwork%20wdt%3AP1104%20%3Fpages_%20%7D%0A%20%20OPTIONAL%20%7B%20%3Fwork%20wdt%3AP1433%20%3Fvenue%20%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%2Cda%2Cde%2Ces%2Cfr%2Cjp%2Cno%2Cru%2Csv%2Czh%22.%20%7D%20%20%0A%20%20%7D%0A%20%20GROUP%20BY%20%3Fwork%20%3FworkLabel%20%3Fvenue%20%3FvenueLabel%0A%20%20ORDER%20BY%20DESC%28%3Fdate%29%20%20%0A%0A%20%20"></iframe>
</p>
<br />
<h5 class="title is-5">list of authors</h5>
<p>
<iframe width="75%" height="400" src="https://query.wikidata.org/embed.html#%0A%20%20SELECT%20%28COUNT%28%3Fwork%29%20AS%20%3Fcount%29%20%3Fauthor%20%3FauthorLabel%20%3Forcids%20%20WHERE%20%7B%0A%20%20%0A%20%20%20%20%20%20%20%20VALUES%20%3Fwork%20%7B%20wd%3AQ41799194%20wd%3AQ87830400%20wd%3AQ108545648%20wd%3AQ112308023%20wd%3AQ113207241%20wd%3AQ46384919%20wd%3AQ66251013%20wd%3AQ100298167%20wd%3AQ111992925%20wd%3AQ105429450%20wd%3AQ107182593%20wd%3AQ85714625%20wd%3AQ109318602%20wd%3AQ115781260%20wd%3AQ117112059%20wd%3AQ118675909%20%7D%20.%0A%20%20%20%20%20%20%20%20%3Fwork%20wdt%3AP50%20%3Fauthor%20.%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%3Fwork%20wdt%3AP50%20%3Fauthor%20.%0A%20%20%20%20%20%20OPTIONAL%20%7B%20%3Fauthor%20wdt%3AP496%20%3Forcids%20%7D%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%2Cda%2Cde%2Ces%2Cfr%2Cjp%2Cnl%2Cno%2Cru%2Csv%2Czh%22.%20%7D%0A%0A%20%20%20%20%7D%0A%20%20GROUP%20BY%20%3Fauthor%20%3FauthorLabel%20%3Forcids%20%0A%20%20ORDER%20BY%20DESC%28%3Fcount%29%0A%0A%20%20"></iframe>
</p>
<br />
<h5 class="title is-5">list of co-studied topics</h5>
<p>
<iframe width="75%" height="400" src="https://query.wikidata.org/embed.html#%0A%20%20%23defaultView%3ATable%0A%20%20SELECT%20%3Fcount%20%3Ftheme%20%3FthemeLabel%20%3Fexample_work%20%3Fexample_workLabel%0A%20%20WITH%20%7B%0A%20%20%20%20SELECT%20%28COUNT%28%3Fwork%29%20AS%20%3Fcount%29%20%3Ftheme%20%28SAMPLE%28%3Fwork%29%20AS%20%3Fexample_work%29%0A%20%20%20%20WHERE%20%7B%0A%20%20%20%20%0A%20%20%20%20%20%20%20%20VALUES%20%3Fwork%20%7B%20wd%3AQ41799194%20wd%3AQ87830400%20wd%3AQ108545648%20wd%3AQ112308023%20wd%3AQ113207241%20wd%3AQ46384919%20wd%3AQ66251013%20wd%3AQ100298167%20wd%3AQ111992925%20wd%3AQ105429450%20wd%3AQ107182593%20wd%3AQ85714625%20wd%3AQ109318602%20wd%3AQ115781260%20wd%3AQ117112059%20wd%3AQ118675909%20%7D%20.%0A%20%20%20%20%20%20%20%20%3Fwork%20wdt%3AP50%20%3Fauthor%20.%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%3Fwork%20wdt%3AP921%20%3Ftheme%20.%0A%20%20%20%20%7D%0A%20%20%20%20GROUP%20BY%20%3Ftheme%0A%20%20%7D%20AS%20%25result%0A%20%20WHERE%20%7B%0A%20%20%20%20INCLUDE%20%25result%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%2Cda%2Cde%2Ces%2Cfr%2Cjp%2Cnl%2Cno%2Cru%2Csv%2Czh%22%20.%20%7D%20%0A%20%20%7D%0A%20%20ORDER%20BY%20DESC%28%3Fcount%29%20%0A%0A%20%20"></iframe>
</p>
<br />
<h5 class="title is-5">list of venues</h5>
<p>
<iframe width="75%" height="400" src="https://query.wikidata.org/embed.html#%0A%0A%0A%20%20%23%20Venue%20statistics%20for%20a%20collection%0A%20%20SELECT%0A%20%20%20%20%3Fcount%20%28SAMPLE%28%3Fshort_name_%29%20AS%20%3Fshort_name%29%0A%20%20%20%20%3Fvenue%20%3FvenueLabel%0A%20%20%20%20%3Ftopics%20%3FtopicsUrl%0A%20%20WITH%20%7B%0A%20%20%20%20SELECT%0A%20%20%20%20%20%20%28COUNT%28DISTINCT%20%3Fwork%29%20as%20%3Fcount%29%0A%20%20%20%20%20%20%3Fvenue%0A%20%20%20%20%20%20%28GROUP_CONCAT%28DISTINCT%20%3Ftopic_label%3B%20separator%3D%22%2C%20%22%29%20AS%20%3Ftopics%29%0A%20%20%20%20WHERE%20%7B%0A%20%20%20%20%0A%20%20%20%20%20%20%20%20VALUES%20%3Fwork%20%7B%20wd%3AQ41799194%20wd%3AQ87830400%20wd%3AQ108545648%20wd%3AQ112308023%20wd%3AQ113207241%20wd%3AQ46384919%20wd%3AQ66251013%20wd%3AQ100298167%20wd%3AQ111992925%20wd%3AQ105429450%20wd%3AQ107182593%20wd%3AQ85714625%20wd%3AQ109318602%20wd%3AQ115781260%20wd%3AQ117112059%20wd%3AQ118675909%20%7D%20.%0A%20%20%20%20%20%20%20%20%3Fwork%20wdt%3AP50%20%3Fauthor%20.%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%3Fwork%20wdt%3AP1433%20%3Fvenue%20.%0A%20%20%20%20%20%20OPTIONAL%20%7B%0A%20%20%20%20%20%20%20%20%3Fvenue%20wdt%3AP921%20%3Ftopic%20.%0A%20%20%20%20%20%20%20%20%3Ftopic%20rdfs%3Alabel%20%3Ftopic_label%20.%20FILTER%28LANG%28%3Ftopic_label%29%20%3D%20%27en%27%29%20%7D%0A%20%20%20%20%7D%0A%20%20%20%20GROUP%20BY%20%3Fvenue%0A%20%20%7D%20AS%20%25result%0A%20%20WHERE%20%7B%0A%20%20%20%20INCLUDE%20%25result%0A%20%20%20%20OPTIONAL%20%7B%20%3Fvenue%20wdt%3AP1813%20%3Fshort_name_%20.%20%7D%0A%20%20%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%2Cda%2Cde%2Ces%2Cfr%2Cjp%2Cnl%2Cno%2Cru%2Csv%2Czh%22.%20%7D%20%20%0A%20%20%7D%20%0A%20%20GROUP%20BY%20%3Fcount%20%3Fvenue%20%3FvenueLabel%20%3Ftopics%20%3FtopicsUrl%0A%20%20ORDER%20BY%20DESC%28%3Fcount%29%0A%0A%20%20"></iframe>
</p>
<br />
<h5 class="title is-5">curation: curate author strings that are not yet linked to items</h5>
<p>
<iframe width="75%" height="400" src="https://query.wikidata.org/embed.html#%0A%20%20%23defaultView%3ATable%0A%20%20SELECT%0A%20%20%20%20%28COUNT%28%3Fwork%29%20AS%20%3Fcount%29%20%0A%20%20%20%20%3Fauthor_name%0A%20%20%20%20%28URI%28CONCAT%28%0A%20%20%20%20%20%20%20%20%27https%3A%2F%2Fauthor-disambiguator.toolforge.org%2Fnames_oauth.php%3Fdoit%3DLook%2Bfor%2Bauthor%26name%3D%27%2C%0A%20%20%20%20%20%20%20%20ENCODE_FOR_URI%28%3Fauthor_name%29%29%29%20AS%20%3Fauthor_resolver_url%29%0A%20%20WHERE%20%7B%0A%20%20%20%20%7B%0A%20%20%20%20%20%20SELECT%20DISTINCT%20%3Fauthor_name%20%7B%0A%20%20%20%20%0A%20%20%20%20%20%20%20%20VALUES%20%3Fwork%20%7B%20wd%3AQ41799194%20wd%3AQ87830400%20wd%3AQ108545648%20wd%3AQ112308023%20wd%3AQ113207241%20wd%3AQ46384919%20wd%3AQ66251013%20wd%3AQ100298167%20wd%3AQ111992925%20wd%3AQ105429450%20wd%3AQ107182593%20wd%3AQ85714625%20wd%3AQ109318602%20wd%3AQ115781260%20wd%3AQ117112059%20wd%3AQ118675909%20%7D%20.%0A%20%20%20%20%20%20%20%20%3Fwork%20wdt%3AP50%20%3Fauthor%20.%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%3Fwork%20wdt%3AP50%20%3Fauthor%20.%20%0A%20%20%20%20%20%20%20%20%3Fauthor%20skos%3AaltLabel%20%7C%20rdfs%3Alabel%20%3Fauthor_name_%20.%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20%23%20The%20SELECT-DISTINCT-BIND%20trick%20here%20is%20due%20to%20Stanislav%20Kralin%0A%20%20%20%20%20%20%20%20%23%20https%3A%2F%2Fstackoverflow.com%2Fquestions%2F53933564%0A%20%20%20%20%20%20%20%20BIND%20%28STR%28%3Fauthor_name_%29%20AS%20%3Fauthor_name%29%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%20%20LIMIT%202000%0A%20%20%20%20%7D%0A%20%20%20%20OPTIONAL%20%7B%20%3Fwork%20wdt%3AP2093%20%3Fauthor_name%20.%20%7D%0A%20%20%7D%0A%20%20GROUP%20BY%20%3Fauthor_name%20%0A%20%20HAVING%20%28%3Fcount%20%3E%200%29%0A%20%20ORDER%20BY%20DESC%28%3Fcount%29%0A%20%20"></iframe>
</p>
<br />
<h5 class="title is-5">curation: add affiliation/employment for authors lacking it</h5>
<p>
<iframe width="75%" height="400" src="https://query.wikidata.org/embed.html#%0A%23%20tool%3A%20scholia%0A%23%20title%3A%20Employees%20and%20affiliated%20with%20a%20specified%20organization%0ASELECT%0A%20%20%28SAMPLE%28%3Fnumber_of_works_%29%20AS%20%3Fworks%29%0A%20%20%28SAMPLE%28%3Fwikis_%29%20AS%20%3Fwikis%29%0A%20%20%3Fauthor%20%3FauthorLabel%20%3FauthorDescription%0A%20%20%28SAMPLE%28%3Forcid_%29%20AS%20%3Forcid%29%0AWITH%20%7B%0A%20%20SELECT%20DISTINCT%20%3Fauthor%20WHERE%20%7B%0A%0A%20%20%20%20%20%20%20%20VALUES%20%3Fwork%20%7B%20wd%3AQ41799194%20wd%3AQ87830400%20wd%3AQ108545648%20wd%3AQ112308023%20wd%3AQ113207241%20wd%3AQ46384919%20wd%3AQ66251013%20wd%3AQ100298167%20wd%3AQ111992925%20wd%3AQ105429450%20wd%3AQ107182593%20wd%3AQ85714625%20wd%3AQ109318602%20wd%3AQ115781260%20wd%3AQ117112059%20wd%3AQ118675909%20%7D%20.%0A%20%20%20%20%20%20%20%20%3Fwork%20wdt%3AP50%20%3Fauthor%20.%0A%20%20%20%20%20%20%20%20%0A%20%20%20%20%0A%20%20%20%20MINUS%20%7B%3Fauthor%20%28%20wdt%3AP108%20%7C%20wdt%3AP463%20%7C%20wdt%3AP1416%20%29%20%2F%20wdt%3AP361%2A%20%3Forganization%20.%7D%0A%20%20%7D%20%0A%7D%20AS%20%25authors%0AWITH%20%7B%0A%20%20SELECT%0A%20%20%20%20%28COUNT%28%3Fwork%29%20AS%20%3Fnumber_of_works_%29%20%3Fauthor%0A%20%20WHERE%20%7B%0A%20%20%20%20INCLUDE%20%25authors%0A%20%20%20%20OPTIONAL%20%7B%20%3Fwork%20wdt%3AP50%20%3Fauthor%20.%20%7D%0A%0A%20%20%20%20%23%20No%20biological%20pathways%3B%20they%20skew%20the%20statistics%20too%20much%20%0A%20%20%20%20MINUS%20%7B%20%3Fwork%20wdt%3AP31%20wd%3AQ4915012%20%7D%20%0A%20%20%7D%20%0A%20%20GROUP%20BY%20%3Fauthor%0A%7D%20AS%20%25authors_and_number_of_works%0AWHERE%20%7B%0A%20%20INCLUDE%20%25authors_and_number_of_works%0A%20%20OPTIONAL%20%7B%20%3Fauthor%20wdt%3AP496%20%3Forcid_%20.%20%7D%0A%20%20OPTIONAL%20%7B%20%3Fauthor%20wikibase%3Asitelinks%20%3Fwikis_%20%7D%0A%20%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22en%2Cda%2Cde%2Ces%2Cfr%2Cnl%2Cno%2Cru%2Csv%2Czh%22%20.%20%7D%20%0A%7D%0AGROUP%20BY%20%3Fauthor%20%3FauthorLabel%20%3FauthorDescription%20%0AORDER%20BY%20DESC%28%3Fworks%29%0A%20%20"></iframe>
</p>
<br />
</div>
<br />
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<h4>
Want to improve Wikidata-powered science dashboards?
</h4>
<ul style="display: inline-block; text-align: left">
<li>
Check Lauren Dupuis'
<a target="_blank" href="https://laurendupuis.github.io/Scholia_tutorial/">Tutorial</a>
for beginners
</li>
<li>
Add articles to Wikidata via
<a href="https://sourcemd.toolforge.org/index_old.php">
SourceMD
</a>
(needs 4-day account)
</li>
<li>
Batch add topics via
<a target="_blank" href="https://lubianat.shinyapps.io/topictagger/">
TopicTagger
</a>
(needs 4-day account)
</li>
</ul>
<br />
<h4>Credits</h4>
<p>
This content is available under a <a target="_blank" href="https://creativecommons.org/publicdomain/zero/1.0/">
Creative Commons CC0</a> license.
</p>
<p>
SPARQL queries adapted from <a target="_blank" href="https://scholia.toolforge.org/">Scholia</a>
</p>
<p>
Dashboard generated via <a target="_blank" href="https://pypi.org/project/wbib/">Wikidata Bib</a>
</p>
</div>
</div>
</footer>
</body>
</html>