How to create an anonymous repository for double-blind peer review? #175306
Replies: 4 comments 2 replies
-
Creating an Anonymous GitHub Repo for Double-Blind ReviewGitHub doesn't natively support fully anonymous repositories (your username is always visible in the repo URL and metadata), but you can minimize identifiability with these steps:
Recommended practices: This is standard in academia. Many use throwaway accounts for NeurIPS/ICML/etc. submissions. Always check conference guidelines (e.g., some allow OpenReview for anon links). Alternatives:
This keeps your identity hidden while enabling review. If your conference specifies tools, follow those first! Was this helpful? |
Beta Was this translation helpful? Give feedback.
-
|
Hey! This is a pretty common situation for research submissions that use double-blind review. Since GitHub accounts are tied to your username and profile, there’s no built-in way to completely hide your identity on your main account. Check out anonymous.4open.science |
Beta Was this translation helpful? Give feedback.
-
|
Hello, For double-blind peer review, the goal is to provide access to your code without revealing your identity. Here are some best practices and options: Using GitHub Anonymously Create a new account that doesn’t include your name, email, or any other identifiers. Use a neutral username like anonymous-researcher123. Set the repository to private and then generate a shareable link using GitHub’s “Invite via link” feature. Only reviewers with the link can access it. Avoid committing any files with metadata that could reveal your identity (e.g., author info in scripts, notebooks, or commit history). Consider squashing commits or using git commit --author="Anonymous anon@anon.com". Other Recommended Platforms Zenodo (https://zenodo.org OSF (Open Science Framework) (https://osf.io Figshare (https://figshare.com Additional Tips Remove identifying information from file names, code comments, and documentation. Include a README explaining how to run the code without any personal references. Use DOIs or temporary links instead of your personal GitHub URL if the conference explicitly forbids identifiable URLs. Summary: |
Beta Was this translation helpful? Give feedback.
-
|
This is a super common issue, and many people wonder about how to do this, but never ask. Creating anonymous repos are very common when sunbmitting to major AI conferences like NeurIPS.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
General
Body
Hello everyone,
I am preparing a research paper submission that requires providing reviewers with access to an anonymous code repository (as part of double-blind peer review). The guidelines specify that the repo link should not contain any identifiable information about the authors.
I’m a bit unsure how best to set this up on GitHub:
Thanks in advance for any guidance!
Beta Was this translation helpful? Give feedback.
All reactions