Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
Permalink
Browse files

added a map of organizations associated with works about the topic

  • Loading branch information
Daniel-Mietchen committed Jan 13, 2020
1 parent 13e12e8 commit f8664d25d7729eefe8b70b8a56580fe5fce5e7f1
Showing with 9 additions and 0 deletions.
  1. +9 −0 scholia/app/templates/topic.html
@@ -356,6 +356,15 @@ <h3 id="Authors cited from works on the topic">Authors cited from works on the t

<table class="table table-hover" id="most-cited-authors"></table>

<h3 id="Map-of-organizations">Map of organizations associated with works about the topic</h2>

<div class="embed-responsive embed-responsive-4by3">
<iframe
class="embed-responsive-item"
src="https://query.wikidata.org/embed.html#%23defaultView%3AMap%0ASELECT%20%3Forganization%20%3ForganizationLabel%20%3Fgeo%20%3Fcount%20%3Flayer%0AWITH%20%7B%0A%20%20SELECT%20DISTINCT%20%3Fwork%20WHERE%20%7B%0A%20%20%23%20Works%20on%20the%20topic%0A%20%20%20%20%3Fwork%20wdt%3AP921%20%2F%20(wdt%3AP361%2B%20%7C%20wdt%3AP1269%2B%20%7C%20(wdt%3AP31*%20%2F%20wdt%3AP279*)%20)%20wd%3A{{q}}%20.%0A%20%20%7D%0A%20%20LIMIT%2020000%0A%7D%20AS%20%25works%0AWITH%20%7B%0A%20%20SELECT%20DISTINCT%20%3Forganization%20%3Fgeo%20(COUNT(DISTINCT%20%3Fwork)%20AS%20%3Fcount)%20WHERE%20%7B%0A%20%20%20%20INCLUDE%20%25works%0A%20%20%20%20%23%20Authors%20who%20have%20published%20works%20on%20the%20topic%0A%20%20%20%20%3Fwork%20wdt%3AP50%20%3Fauthor%20.%20%0A%20%20%20%20%3Fauthor%20(%20wdt%3AP108%20%7C%20wdt%3AP463%20%7C%20wdt%3AP1416%20)%20%2F%20wdt%3AP361*%20%3Forganization%20.%20%0A%20%20%20%20%3Forganization%20wdt%3AP625%20%3Fgeo%20.%0A%20%20%7D%0A%20%20GROUP%20BY%20%3Forganization%20%3Fgeo%0A%20%20ORDER%20BY%20DESC%20(%3Fcount)%0A%20%20LIMIT%20200%0A%7D%20AS%20%25organizations%0AWHERE%20%7B%0A%20%20INCLUDE%20%25organizations%0A%20%20BIND(IF(%20(%3Fcount%20%3C%201)%2C%20%22No%20results%22%2C%20IF((%3Fcount%20%3C%2010)%2C%20%221%20%E2%89%A4%20results%20%3C%2010%20%22%2C%20IF((%3Fcount%20%3C%20100)%2C%20%2210%20%E2%89%A4%20results%20%3C%20100%20results%22%2C%20IF((%3Fcount%20%3C%201000)%2C%20%22100%20%E2%89%A4%20results%20%3C%201000%22%2C%20IF((%3Fcount%20%3C%2010000)%2C%20%221000%20%E2%89%A4%20results%20%3C%2010000%22%2C%20IF((%3Fcount%20%3C%20100000)%2C%20%2210000%20%E2%89%A4%20results%20%3C%20100000%22%2C%20%22100000%20or%20more%20results%22)%20)%20)%20)%20))%20AS%20%3Flayer%20)%0A%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%7D%0AORDER%20BY%20DESC%20(%3Fcount)%0A">
</iframe>
</div>


<h3 id="Awards received by authors who published on the topic">Awards received by authors who published on the topic</h3>

0 comments on commit f8664d2

Please sign in to comment.
You can’t perform that action at this time.