Fill the information to anonymize! It will only take 5min.
+
Source
@@ -54,7 +55,7 @@
class="invalid-feedback"
ng-show="anonymize.repoUrl.$error.used"
>
- {{repoUrl}} is already d
+ {{repoUrl}} is already anonymized
@@ -92,7 +93,7 @@
-
+
- The branch to anonymize
+
+ The branch to anonymize
+
+
+
+
+
+
+ Automatically update the anonymized repository with the
+ latest commit of the repository. The repository is updated
+ once per hour maximum.
+
@@ -128,14 +146,55 @@
class="form-control"
id="commit"
name="commit"
+ pattern="[a-fA-Z0-9]{6,}"
ng-model="source.commit"
required
ng-class="{'is-invalid': anonymize.commit.$invalid}"
/>
The commit to anonymize.The SHA of the commit to anonymize.
+
+ The commit SHA is not valid. It should respect this pattern
+ [a-fA-Z0-9]{6,}.
+
+
+ Use the conference ID that your conference provided you. This
+ will update automatically the anonymization options based on the
+ conference preferences.
+
+
+
Anonymization Options
@@ -187,34 +246,54 @@
Terms are in an invalid format
-
+
- Expiration strategy
+
+ Define the expiration strategy for the anonymized
+ repository.
+
+
+
- In which conference the paper will be submitted.After {{options.expirationDate | date}}, the repository will be
+ removed and the visitor will not be able to see the content of
+ the repository.
- {{conference_data.name}}
- will expire on {{conference_data.endDate | date}}.After {{options.expirationDate | date}}, the visitors of the
+ anonymized repository will be redirected to {{repoUrl}}.
-
-
-
-
+
+
+ How the repository will be anonymized. Stream mode
+ will request the content on the flight. This is the
+ only option for repositories bigger than
+ {{site_options.MAX_REPO_SIZE * 1024| humanFileSize}}.
+ Download will download the repository the repository
+ on the anonymous.4open.science server, it is faster
+ and offer more features.
-
-
-
- How the repository will be anonymized. Stream mode will
- request the content on the flight. This is the only
- option for repositories bigger than
- {{site_options.MAX_REPO_SIZE * 1024| humanFileSize}}.
- Download will download the repository the repository on
- the anonymous.4open.science server, it is faster and
- offer more features.
-
-
-
-
-
-
-
-
-
-
-
-
- Define the expiration strategy for the repository
- expiration.
-
-
-
-
- After {{options.expirationDate | date}}, the repository
- will be removed and the visitor will not be able to see
- the content of the repository.
- After {{options.expirationDate | date}}, the visitors
- of the anonymized repository will be redirected to
- {{repoUrl}}.
-