Unearth
This extension adds funding and conflict-of-interest information to the abstract page of Pubmed articles (when available)
Unearth क्या है?
Unearth Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension adds funding and conflict-of-interest information to the abstract page of Pubmed articles (when available)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Unearth एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension fetches conflict-of-interest and industry funding information from biomedical journal articles and places them at the top of abstracts within PubMed. Currently works for open-access articles from PubMed Central, which covers “several million articles from several thousands of journals.” (We will be adding additional coverage and fixing bugs in coming weeks. Volunteers welcome!) If there are no funding or conflicts disclosures accessible for the abstract within PMC, the extension does not modify the PubMed page, so you might not notice any change. Try it: After installing the Extension, go to http://www.ncbi.nlm.nih.gov/pubmed/25274181 (copy this URL now) This was a product of the Hacking iCorruption event at MIT Media Lab, April 2015, sponsored by the Edmond J. Safra Center for Ethics Institutional Corruption Lab. Support was also provided by James E. Rogers College of Law, University of Arizona. This project won first place in the Hackathon competition. Contact the Unearth Team: [email protected] (Christopher Robertson) Developers: Alex Chen Steven Cooke Alisa Nguyen Avery Dao Marco Gentili Diana Nguyen Designer: Alexandra Horeanopoulos Special Thanks: Shane Runquist Ned Sahin Jon Loe Alex Winkelman This project is in Beta-testing. The extension is provided 'as-is' without warranties. The source code is available at: https://github.com/alisan16/icorruption-ext
एक्सटेंशन की मूल जानकारी
नाम | Unearth |
ID | nlgekenmjhflbaohkglefehfbfdinbmi |
आधिकारिक URL | https://chromewebstore.google.com/detail/unearth/nlgekenmjhflbaohkglefehfbfdinbmi |
विवरण | This extension adds funding and conflict-of-interest information to the abstract page of Pubmed articles (when available) |
फ़ाइल का आकार | 36.74 KB |
स्थापना संख्या | 206 |
वर्तमान संस्करण | 0.0.4 |
अंतिम अपडेट | 2015-04-03 |
प्रकाशन तिथि | 2015-04-03 |
रेटिंग | 4.30/5 कुल 10 रेटिंग्स |
डेवलपर | Unknown |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Unearth", "version": "0.0.4", "manifest_version": 2, "description": "This extension adds funding and conflict-of-interest information to the abstract page of Pubmed articles (when available)", "icons": { "48": "images\/icon-48.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/www.ncbi.nlm.nih.gov\/*", "http:\/\/www.pubmedcentral.nih.gov\/*", "http:\/\/www.accessdata.fda.gov\/*" ], "js": [ "scripts\/jquery.min.js", "scripts\/injector.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "scripts\/jquery.min.map" ] } |