FAIRshake
Get the FAIR score and submit a FAIR assessment for any biomedical digital object right from its homepage.
FAIRshakeとは何ですか?
FAIRshakeはmaayanlabappsによって開発されたChromeの拡張機能で、その主な機能は「Get the FAIR score and submit a FAIR assessment for any biomedical digital object right from its homepage.」です。
拡張機能のスクリーンショット
FAIRshake拡張機能のCRXファイルをダウンロード
FAIRshake拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Making digital research objects more findable, accessible, interoperable and reusable (FAIR) is critical for realizing the opportunity of accelerated progress in research through data science. To begin addressing this challenge, the FAIR guiding principles were established. However, software to systematically assess, store, and display the FAIRness of biomedical digital objects is currently mostly not available. FAIRshake is a browser extension that enables the assessment of compliance of biomedical digital research objects with the FAIR guiding principles. In order to visually communicate FAIRness level, a 3x3 grid of colored squares, called the FAIR insignia, was developed. The FAIRness insignia identifies areas of strength and weakness in the FAIRness level of digital objects, guiding digital object producers on how to improve the FAIRness of their products. The Chrome extension provides easy access to display and perform FAIR assessments on any relevant web-site. FAIRShake is also a cloud-based application freely available at http://fairshake.cloud.
拡張機能の基本情報
名前 | FAIRshake |
ID | pihohcecpiomegpagadljmdifpbkhnjn |
公式URL | https://chromewebstore.google.com/detail/fairshake/pihohcecpiomegpagadljmdifpbkhnjn |
説明 | Get the FAIR score and submit a FAIR assessment for any biomedical digital object right from its homepage. |
ファイルサイズ | 185 KB |
インストール数 | 87 |
現在のバージョン | 3.0 |
最終更新日 | 2020-10-12 |
公開日 | 2018-09-01 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | maayanlabapps |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://fairshake.cloud |
ヘルプページのURL | https://fairshake.cloud |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FAIRshake", "description": "Get the FAIR score and submit a FAIR assessment for any biomedical digital object right from its homepage.", "version": "3.0", "icons": { "16": "\/img\/icon-16.png", "32": "\/img\/icon-32.png", "48": "\/img\/icon-48.png", "96": "\/img\/icon-96.png", "128": "\/img\/icon-128.png" }, "browser_action": { "default_popup": "popup.html" }, "permissions": [ "tabs" ] } |