mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-12 18:32:44 +00:00
fix(#64): remove references to blind.
This commit is contained in:
10
README.md
10
README.md
@@ -1,10 +1,10 @@
|
||||
Anonymous Github
|
||||
================
|
||||
|
||||
Anonymous Github is a system to anonymize Github repositories before referring to them in a double-blind paper submission.
|
||||
Anonymous Github is a system to anonymize Github repositories before referring to them in a double-anonymous paper submission.
|
||||
To start using Anonymous Github right now: **[http://anonymous.4open.science/](http://anonymous.4open.science/)**
|
||||
|
||||
Indeed, in a double-blind review process, the open-science data or code that is in the online appendix must be anonymized, similarly to paper anonymization. The authors must
|
||||
Indeed, in a double-anonymous review process, the open-science data or code that is in the online appendix must be anonymized, similarly to paper anonymization. The authors must
|
||||
|
||||
* anonymize URLs: the name of the institution/department/group/authors should not appear in the URLs of the open-science appendix
|
||||
* anonymize the appendix content itself
|
||||
@@ -31,7 +31,7 @@ The anonymization of the content is done by replacing all occurrences of words i
|
||||
The word list is provided by the authors, and typically contains the institution name, author names, logins, etc...
|
||||
The README is anonymized as well as all files of the repository. Even filenames are anonymized.
|
||||
|
||||
In a paper under double-blind review, instead of putting a link to Github, one puts a link to the Anonymous Github instance (e.g.
|
||||
In a paper under double-anonymous review, instead of putting a link to Github, one puts a link to the Anonymous Github instance (e.g.
|
||||
<http://anonymous.4open.science/r/840c8c57-3c32-451e-bf12-0e20be300389/> which is an anonymous version of this repo).
|
||||
|
||||
To start using Anonymous Github right now, a public instance of anonymous_github is hosted at 4open.science:
|
||||
@@ -40,7 +40,7 @@ To start using Anonymous Github right now, a public instance of anonymous_github
|
||||
|
||||
## What is the scope of anonymization?
|
||||
|
||||
In double-blind peer-review, the boundary of anonymization is the paper plus its online appendix, and only this, it's not the whole world. Googling any part of the paper or the online appendix can be considered as a deliberate attempt to break anonymity ([explanation](http://www.monperrus.net/martin/open-science-double-blind))
|
||||
In double-anonymous peer-review, the boundary of anonymization is the paper plus its online appendix, and only this, it's not the whole world. Googling any part of the paper or the online appendix can be considered as a deliberate attempt to break anonymity ([explanation](http://www.monperrus.net/martin/open-science-double-anonymous))
|
||||
|
||||
|
||||
How does it work?
|
||||
@@ -94,4 +94,4 @@ Related tools
|
||||
See also
|
||||
--------
|
||||
|
||||
* [Open-science and Double-blind Peer-Review](http://www.monperrus.net/martin/open-science-double-blind)
|
||||
* [Open-science and double-anonymous Peer-Review](http://www.monperrus.net/martin/open-science-double-anonymous)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "anonymous_github",
|
||||
"version": "2.0.0",
|
||||
"description": "Anonymise Github repositories for double blind reviews",
|
||||
"description": "Anonymise Github repositories for double-anonymous reviews",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha --reporter spec",
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
</h3>
|
||||
<hr class="hr-light my-4 w-75" />
|
||||
<h4 class="subtext-header mt-2 mb-4">
|
||||
Double-blind your repository in 5 min as {{stat.nbUsers | number}}
|
||||
Anonymize your repository in 5 min as {{stat.nbUsers | number}}
|
||||
users already did.
|
||||
</h4>
|
||||
<span ng-if="!user">
|
||||
@@ -47,7 +47,7 @@
|
||||
access your dashboard and anonymize your repositories.
|
||||
</li>
|
||||
<li>Complete the list of terms that will be anonymized.</li>
|
||||
<li>Anonymize and share your link in your double-blind paper.</li>
|
||||
<li>Anonymize and share your link in your double-anonymized paper.</li>
|
||||
</ol>
|
||||
Example of an anonymized repository:
|
||||
<a
|
||||
@@ -64,13 +64,13 @@
|
||||
<div class="row featurette">
|
||||
<div class="col-md-7 order-md-2">
|
||||
<h2 class="featurette-heading">
|
||||
Double-blind
|
||||
Double-anonymous
|
||||
<span class="text-muted">Anonymize your repositories.</span>
|
||||
</h2>
|
||||
<p class="lead">
|
||||
Anonymous Github allows you to simply anonymize your Github
|
||||
repository. Several anonymization options are available to ensure
|
||||
that you do not break the double-blind such as removing links,
|
||||
that you do not break the double-anonymize such as removing links,
|
||||
images or specific terms. You still keep control of your repository,
|
||||
define an expiration date to make your repository unavailable after
|
||||
the review.
|
||||
|
||||
Reference in New Issue
Block a user