Adriano Rutz

Results 63 comments of Adriano Rutz

Oh, thank you for asking for clarification, it was indeed unclear! The "self-citation" I mentioned was on the article page directly (https://github.com/WDscholia/scholia/blob/master/scholia/app/templates/work_citation-graph.sparql), not on the author page (https://github.com/WDscholia/scholia/blob/master/scholia/app/templates/work_citations-per-year.sparql), but it...

It is actually not on the header you mention but the one below. https://scholia.toolforge.org/work/Q41799194#citations-per-year-header 😜

Here is (after way too long...sorry) a first attempt: ```sparql # tool: scholia #defaultView:BarChart PREFIX target: SELECT ?year (COUNT(?category) AS ?count) ?category WHERE { { SELECT DISTINCT ?citing_work (IF((?coauthor =...

@fnielsen I wanted to submit a PR with the above proposal but then, checking it again, found out that it artificially increases the number of citations as one citation can...

This one is closer but still not good (it is sampled randomly): ```sparql # tool: scholia #defaultView:BarChart PREFIX target: SELECT ?year (COUNT(?category) AS ?count) ?category WHERE { { SELECT DISTINCT...

My five cents: According to and the work Wostr is doing on re-assigning all `P31` which whould be finished soon, could/should be changed to (simpler, more results, and using the...

The actual https://github.com/WDscholia/scholia/blob/359f2e8130a8bda02860e757d22c6dc603b12e42/scholia/app/templates/taxon_metabolome.sparql looks fine to me. The indentation can be removed but I would merge it. @egonw

@egonw I prefer `wdt:P225` (taxon name) to labels, see: ```sparql SELECT DISTINCT ?taxon ?taxon_name ?relative ?relative_name (COUNT(DISTINCT ?rel) AS ?distance) WHERE { VALUES ?taxon { wd:Q133128 } ?taxon (wdt:P171*) ?rel;...

I also overthought again about it, and here is what came to my mind (WIP): So keeping the same table but with an additional column, being "stereoisomer, isotopomer, etc." based...