Skip to content

Commit

Permalink
new metric configs
Browse files Browse the repository at this point in the history
  • Loading branch information
hpiwowar committed Sep 16, 2014
1 parent be7256a commit 1bae12e
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions totalimpact/providers/altmetric_com.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,24 @@ class Altmetric_Com(Provider):
"blog_posts": {
"display_name": "blog posts",
"provider": "Altmetric.com",
"provider_url": "http://plus.google.com",
"provider_url": "",
"description": "Number of blog posts mentioning the product",
"icon": "http://impactstory.org/static/img/blogs-icon.png",
}
},
"news": {
"display_name": "News outlets",
"provider": "Altmetric.com",
"provider_url": "",
"description": "Number of mainstream media news mentions of the product",
"icon": "",
},
"impressions": {
"display_name": "Twitter impressions",
"provider": "Altmetric.com",
"provider_url": "http://twitter.com",
"description": "Number of times a tweet about the product has appeared in someone's twitter stream",
"icon": "https://twitter.com/favicon.ico",
}
}


Expand Down

0 comments on commit 1bae12e

Please sign in to comment.