SOM-Research / metaScience

Online service for analyzing research profiles of scientists and conferences
12 stars 1 forks source link

some global metrics not working #13

Closed jcabot closed 9 years ago

jcabot commented 9 years ago

Total number of conferences and Average number of conferences per year show no value when I look at my own statistics

Total number of co-authors should show the distinct number of authors, not counting several times the same coauthor

jcabot commented 9 years ago

In fact, the total and average number of conf are irrelevant since we already have the values at the publication level

valeriocos commented 9 years ago

a new query is available in https://github.com/SOM-Research/metaScience/blob/v0.2.0/queries/query_author_metrics.sql to fix the total number of co-authors. You can also find there a query to calculate the "Total number of conferences" and "Average number of conferences per year" (if needed)

jlcanovas commented 9 years ago

Current implementation seems to calculate such metrics programmatically in AuthorCoAuthorConnectionServlet.

Adding @rBoncorps to the loop...

rBoncorps commented 9 years ago

All the global metrics for authors are computed programmatically. The reason why number and average number of conferences per year where not displayed was because it xasn't possible (or easy) to compute them that way. So now that I have the queries, I'll be able to add them ! My mistake...

jcabot commented 9 years ago

As I said in my first comment, I don´t see the need for "Total number of conferences" and "Average number of conferences per year". There´s little difference between these values and the same values for publications overall so I wouldn´t add them