Citation Transparency
Adds probabilistic gender info to Google Scholar and PubMed searches
Citation Transparency란 무엇입니까?
Citation Transparency은(는) citation.transparency.tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds probabilistic gender info to Google Scholar and PubMed searches"입니다.
확장 프로그램 스크린샷
Citation Transparency 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
In many fields, men and women are not cited at the level that one would expect given their prevalence in the field. One way we can help mitigate this bias is by making the perceived genders of first and last authors of papers more transparent in the search for references. Towards this goal, this extension adds probabilistic gender information to paper searches on Google Scholar and PubMed.
확장 프로그램 기본 정보
이름 | Citation Transparency |
ID | cepnbdbhabaljgecaddglhhcgajphbcf |
공식 URL | https://chromewebstore.google.com/detail/citation-transparency/cepnbdbhabaljgecaddglhhcgajphbcf |
설명 | Adds probabilistic gender info to Google Scholar and PubMed searches |
파일 크기 | 39.54 KB |
설치 횟수 | 538 |
현재 버전 | 0.0.8 |
최근 업데이트 | 2023-12-06 |
출시 날짜 | 2020-08-28 |
평점 | 4.50/5 총 4 개의 평점 |
개발자 | citation.transparency.tools |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Citation Transparency", "description": "Adds probabilistic gender info to Google Scholar and PubMed searches", "version": "0.0.8", "content_scripts": [ { "css": [ "style.css" ], "js": [ "jquery-3.4.1.min.js", "content.js" ], "matches": [ "https:\/\/scholar.google.com\/*", "https:\/\/scholar.google.fr\/*", "https:\/\/scholar.google.de\/*", "https:\/\/scholar.google.co.il\/*", "https:\/\/scholar.google.be\/*", "https:\/\/scholar.google.cn\/*", "https:\/\/scholar.google.es\/*", "https:\/\/pubmed.ncbi.nlm.nih.gov\/*" ] } ], "permissions": [ "storage" ], "action": { "default_title": "Citation Transparency", "default_icon": "images\/logo.PNG", "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "images\/logo.png" ], "matches": [ "*:\/\/*\/*" ] } ], "manifest_version": 3 } |