Update index.html

This commit is contained in:
Martin Monperrus
2017-10-25 11:04:43 +02:00
committed by GitHub
parent 8de912145b
commit c22fd3d8fd

View File

@@ -14,7 +14,15 @@
<div class="main">
<div class="container-fluid">
<h1>Anonymous GitHub for Open-Science</h1>
<h2>Anonymize a GitHub repository</h2>
Code and documentation: <a href="https://github.com/tdurieux/anonymous_github/">https://github.com/tdurieux/anonymous_github/</a>
<h2>Create an Anonymous GitHub repository</h2>
<p>
Fill 1. the Github repo URL and 2. the word list (which can be updated afterwards).
The anonymization of the content is done by replacing all occurrences of words in a list by "XXX".
The word list 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 double-blind submission, put the anonymous repository URL (e.g. <a href="http://anonymous.4open.science/repository/840c8c57-3c32-451e-bf12-0e20be300389/">http://anonymous.4open.science/repository/840c8c57-3c32-451e-bf12-0e20be300389/</a>).
</p>
<form action="" method="post">
<div class="form-group">
<label for="githubRepository">GitHub Repository</label>