From c40da90044fe737d0a35c8710a9e6ae35bed9c93 Mon Sep 17 00:00:00 2001 From: tdurieux Date: Fri, 13 Aug 2021 07:18:42 +0200 Subject: [PATCH] Remove reference to blind --- README.md | 10 +++--- package.json | 83 ++++++++++++++++++++++++++++++++++++++++++++ templates/index.html | 2 +- 3 files changed, 89 insertions(+), 6 deletions(-) create mode 100644 package.json diff --git a/README.md b/README.md index 47fffc0..29013de 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 @@ -38,7 +38,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 anomyous version of this repo). To start using Anonymous Github right now, a public instance of anonymous_github is hosted at 4open.science: @@ -47,7 +47,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 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 deliberate attempt to break anonymity ([explanation](http://www.monperrus.net/martin/open-science-double-anonymous)) By default, Anonymous Github and http://anonymous.4open.science access public repositories. Public Github repositories are not modified and hence are still visible on Github and Google, even after anonymization. @@ -87,4 +87,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 new file mode 100644 index 0000000..af60853 --- /dev/null +++ b/package.json @@ -0,0 +1,83 @@ +{ + "name": "anonymous_github", + "version": "2.1.0", + "description": "Anonymise Github repositories for double-anonymous reviews", + "main": "index.ts", + "scripts": { + "test": "mocha --reporter spec", + "start": "node --inspect=5858 -r ts-node/register ./index.ts", + "dev": "nodemon --transpile-only index.ts", + "migrateDB": "ts-node --transpile-only migrateDB.ts", + "build": "tsc" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/tdurieux/anonymous_github.git" + }, + "author": "Thomas Durieux", + "license": "MIT", + "bugs": { + "url": "https://github.com/tdurieux/anonymous_github/issues" + }, + "funding": { + "url": "https://github.com/sponsors/tdurieux" + }, + "homepage": "https://github.com/tdurieux/anonymous_github#readme", + "dependencies": { + "@octokit/oauth-app": "^3.3.2", + "@octokit/rest": "^18.5.3", + "archive-stream-to-s3": "^1.1.3", + "archiver": "^5.3.0", + "aws-sdk": "^2.958.0", + "compression": "^1.7.4", + "connect-redis": "^6.0.0", + "dotenv": "^10.0.0", + "express": "^4.17.1", + "express-rate-limit": "^5.2.6", + "express-session": "^1.17.1", + "got": "^11.8.2", + "gunzip-maybe": "^1.4.2", + "istextorbinary": "^6.0.0", + "mime-types": "^2.1.30", + "mongoose": "^5.13.5", + "parse-github-url": "^1.0.2", + "passport": "^0.4.1", + "passport-github2": "^0.1.12", + "rate-limit-redis": "^2.1.0", + "redis": "^3.1.2", + "tar-fs": "^2.1.1", + "textextensions": "^5.12.0", + "xml-flow": "^1.0.4" + }, + "devDependencies": { + "@types/archiver": "^5.1.1", + "@types/compression": "^1.7.1", + "@types/connect-redis": "^0.0.17", + "@types/express": "^4.17.13", + "@types/express-rate-limit": "^5.1.3", + "@types/express-session": "^1.17.4", + "@types/got": "^9.6.12", + "@types/mime-types": "^2.1.0", + "@types/parse-github-url": "^1.0.0", + "@types/passport": "^1.0.7", + "@types/passport-github2": "^1.2.5", + "@types/rate-limit-redis": "^1.7.2", + "@types/redis": "^2.8.31", + "@types/tar-fs": "^2.0.1", + "@types/xml-flow": "^1.0.1", + "chai": "^4.3.4", + "mocha": "^9.0.3", + "nodemon": "^2.0.7", + "ts-node": "^10.1.0", + "typescript": "^4.3.5" + }, + "nodemonConfig": { + "ignore": [ + "public", + "test", + "repo", + "repositories", + "session-store" + ] + } +} diff --git a/templates/index.html b/templates/index.html index 47753c9..34c860b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -56,7 +56,7 @@

Anonymous GitHub


-

Double-blind your repository in 5 min!

+

Anonymize your repository in 5 min!

or Login to GitHub