|
@@ -249,11 +249,12 @@ View::show_header('Uploading Rules', 'rules');
|
249
|
249
|
<ul>
|
250
|
250
|
<li id="r3.1"><a href="#h3"><strong>↑</strong></a> <a href="#r3.1">3.1</a>
|
251
|
251
|
<strong>Torrent File.</strong>
|
252
|
|
- Add the announce URL as the only item on the tracker list and click the checkbox marked private.
|
253
|
|
- Please don't share <code>.torrent</code> files because they have your passkey embedded in them.
|
|
252
|
+ Please click the checkbox marked private and optionally add the announce URL when you make the torrent.
|
|
253
|
+ The site will force torrent privacy and dynamically construct <code>.torrent</code> files with your passkey embedded.
|
254
|
254
|
This passkey lets the tracker know who's uploading and downloading, and leaking it will nuke your ratio.
|
|
255
|
+ Please don't share any <code>.torrent</code> files you download for this reason.
|
|
256
|
+ I'm formalizing a process to release GPG-signed torrents and a redacted database schema (no user data) after the site's inevitable demise.
|
255
|
257
|
It's okay to share the files themselves any way you see fit.
|
256
|
|
- <?= SITE_NAME ?> maintains a 2nd tier public swarm for tracker redundancy.
|
257
|
258
|
<br /><br />
|
258
|
259
|
</li>
|
259
|
260
|
|
|
@@ -277,8 +278,8 @@ View::show_header('Uploading Rules', 'rules');
|
277
|
278
|
|
278
|
279
|
<li id="r3.4"><a href="#h3"><strong>↑</strong></a> <a href="#r3.4">3.4</a>
|
279
|
280
|
<strong>Version.</strong>
|
280
|
|
- Similar to the accession number field, version information should only exist if the original data is versioned or if you versioned your own data (recommended).
|
281
|
|
- Any scheme is acceptable but Semantic Versioning is trongly encouraged.
|
|
281
|
+ Similar to the accession number field, version information should only exist if the original data is versioned, or if you versioned your own data (recommended).
|
|
282
|
+ Any schema is acceptable but Semantic Versioning is strongly encouraged.
|
282
|
283
|
<br /><br />
|
283
|
284
|
</li>
|
284
|
285
|
|
|
@@ -286,7 +287,7 @@ View::show_header('Uploading Rules', 'rules');
|
286
|
287
|
<strong>Torrent Title.</strong>
|
287
|
288
|
A short description of the torrent contents such as a FASTA definition line.
|
288
|
289
|
It doesn't need to match the folders but it should tell you what the data is at a glance.
|
289
|
|
- Please avoid adding other metadata such as Strain, Platform, etc., with a dedicated field.
|
|
290
|
+ Please avoid adding other metadata such as strain, platform, etc., with a dedicated field.
|
290
|
291
|
<br /><br />
|
291
|
292
|
</li>
|
292
|
293
|
|
|
@@ -311,8 +312,7 @@ View::show_header('Uploading Rules', 'rules');
|
311
|
312
|
<li id="r3.8"><a href="#h3"><strong>↑</strong></a> <a href="#r3.8">3.8</a>
|
312
|
313
|
<strong>Authors(s).</strong>
|
313
|
314
|
The Author field should contain only the author name and no titles.
|
314
|
|
- The upload form supports multiple authors.
|
315
|
|
- Do a search before uploading to get their names right.
|
|
315
|
+ The upload form supports multiple authors, which will autocomplete.
|
316
|
316
|
Consistent author naming makes browsing easier because it groups torrents on a common page.
|
317
|
317
|
ORCiD integration is in development.
|
318
|
318
|
<br /><br />
|
|
@@ -349,7 +349,7 @@ View::show_header('Uploading Rules', 'rules');
|
349
|
349
|
<strong>License.</strong>
|
350
|
350
|
<?= SITE_NAME ?> only allows permissive licenses.
|
351
|
351
|
If your data is original, please consider licensing it under one of the available options.
|
352
|
|
- The "Unspecified" option is for compatibility with existing releases.
|
|
352
|
+ The "Unspecified" option is for compatibility with existing releases of variable metadata completeness.
|
353
|
353
|
<br /><br />
|
354
|
354
|
</li>
|
355
|
355
|
|
|
@@ -413,6 +413,7 @@ View::show_header('Uploading Rules', 'rules');
|
413
|
413
|
A photo of the sequence sample or a representative photo of the organism; an example (preferably not a
|
414
|
414
|
thumbnail collection) from an imaging dataset;
|
415
|
415
|
a screenshot of a useful table from the publication; or another similarly informative picture.
|
|
416
|
+ No picture is better than an irrelevant one.
|
416
|
417
|
<br /><br />
|
417
|
418
|
</li>
|
418
|
419
|
|
|
@@ -422,7 +423,7 @@ View::show_header('Uploading Rules', 'rules');
|
422
|
423
|
<a href="https://www.bittorrent.org/beps/bep_0019.html" target="_blank">BEP 19 (GetRight style)</a>.
|
423
|
424
|
Please note that not all clients support web seeds, and of those that do, having too many may cause problems for you.
|
424
|
425
|
The web seeds must be unencrypted.
|
425
|
|
- The site will automatically rewrite <code>ftps://</code> and <code>https://</code> web addresses.
|
|
426
|
+ The site automatically rewrites <code>ftps://</code> and <code>https://</code> web addresses.
|
426
|
427
|
Additionally, the contents of the FTP/HTTP folder must correspond exactly to the contents of the <code>.torrent</code> file.
|
427
|
428
|
Given these caveats, it's worth documenting the data source for accuracy's sake and to let people save ratio here.
|
428
|
429
|
|