diff --git a/README.md b/README.md index 0f52264..ce46c2d 100644 --- a/README.md +++ b/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. 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) diff --git a/package.json b/package.json index 47220a1..51776a7 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/public/partials/home.htm b/public/partials/home.htm index 635d42b..38a8368 100644 --- a/public/partials/home.htm +++ b/public/partials/home.htm @@ -15,7 +15,7 @@

- Double-blind your repository in 5 min as {{stat.nbUsers | number}} + Anonymize your repository in 5 min as {{stat.nbUsers | number}} users already did.

@@ -47,7 +47,7 @@ access your dashboard and anonymize your repositories.
  • Complete the list of terms that will be anonymized.
  • -
  • Anonymize and share your link in your double-blind paper.
  • +
  • Anonymize and share your link in your double-anonymized paper.
  • Example of an anonymized repository:

    - Double-blind + Double-anonymous Anonymize your repositories.

    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.