|
@@ -1,4 +1,4 @@
|
1
|
|
-<?
|
|
1
|
+<?php
|
2
|
2
|
//Include the header
|
3
|
3
|
View::show_header('Uploading Rules', 'rules');
|
4
|
4
|
?>
|
|
@@ -7,12 +7,12 @@ View::show_header('Uploading Rules', 'rules');
|
7
|
7
|
<div class="header">
|
8
|
8
|
<h2>Upload</h2>
|
9
|
9
|
</div>
|
10
|
|
-<!-- Uploading Rules Index Links -->
|
|
10
|
+ <!-- Uploading Rules Index Links -->
|
11
|
11
|
<br />
|
12
|
12
|
<form class="search_form" name="rules" onsubmit="return false" action="">
|
13
|
13
|
<input type="text" id="search_string" value="Filter (empty to reset)" />
|
14
|
14
|
<span id="Index">Searching for <strong>upload</strong> returns all rules containing that term.
|
15
|
|
- Searching for <strong>upload+trump</strong> returns all rules containing both terms</span>
|
|
15
|
+ Searching for <strong>upload+trump</strong> returns all rules containing both terms</span>
|
16
|
16
|
</form>
|
17
|
17
|
<br />
|
18
|
18
|
<div class="before_rules">
|
|
@@ -30,17 +30,19 @@ View::show_header('Uploading Rules', 'rules');
|
30
|
30
|
</ul>
|
31
|
31
|
</div>
|
32
|
32
|
</div>
|
33
|
|
-<!-- Actual Uploading Rules -->
|
|
33
|
+ <!-- Actual Uploading Rules -->
|
34
|
34
|
<div id="actual_rules">
|
35
|
35
|
<div class="before_rules">
|
36
|
36
|
|
37
|
37
|
<h4 id="Intro"><a href="#Introk"><strong>↑</strong></a> Introduction</h4>
|
38
|
|
- <div class="box pad" style="padding: 10px 10px 10px 20px;">
|
|
38
|
+ <div class="box pad" style="padding: 10px 10px 10px 20px;">
|
39
|
39
|
<p>
|
40
|
|
- <?= SITE_NAME ?> is the global DIYbio community's distributed data repository.
|
|
40
|
+ <?= SITE_NAME ?> is the global DIYbio community's
|
|
41
|
+ distributed data repository.
|
41
|
42
|
The content includes richly annotated and searchable biological sequence and medical imaging data.
|
42
|
43
|
It follows the example of private BitTorrent sites to
|
43
|
|
- <a href="https://www.cambridge.org/core/services/aop-cambridge-core/content/view/2F379FE0CB50DF502F0075119FD3E060/S1744137417000650a.pdf/institutional_solutions_to_freeriding_in_peertopeer_networks_a_case_study_of_online_pirate_communities.pdf" target="_blank">address the free-rider problem</a>
|
|
44
|
+ <a href="https://www.cambridge.org/core/services/aop-cambridge-core/content/view/2F379FE0CB50DF502F0075119FD3E060/S1744137417000650a.pdf/institutional_solutions_to_freeriding_in_peertopeer_networks_a_case_study_of_online_pirate_communities.pdf"
|
|
45
|
+ target="_blank">address the free-rider problem</a>
|
44
|
46
|
without recourse to institutional funding.
|
45
|
47
|
</p>
|
46
|
48
|
|
|
@@ -54,355 +56,385 @@ View::show_header('Uploading Rules', 'rules');
|
54
|
56
|
Thanks for taking an interest in this project and contributing to its success.
|
55
|
57
|
Please note that <?= SITE_NAME ?> isn't a pirate website.
|
56
|
58
|
</p>
|
57
|
|
- </div>
|
|
59
|
+ </div>
|
58
|
60
|
|
59
|
61
|
<h4 id="def"><a href="#defk"><strong>↑</strong></a> Definitions</h4>
|
60
|
62
|
<div class="box pad" style="padding: 10px 10px 10px 20px;">
|
61
|
63
|
<ul>
|
62
|
|
- <li><b>Torrent.</b> Broadly used as a noun to describe a <code>.torrent</code> file, the files associated with it, and any associated metadata indexed by the site. Used as a verb to describe the act of downloading or uploading data from or to the swarm.</li>
|
|
64
|
+ <li><b>Torrent.</b> Broadly used as a noun to describe a <code>.torrent</code> file, the files associated with
|
|
65
|
+ it, and any associated metadata indexed by the site. Used as a verb to describe the act of downloading or
|
|
66
|
+ uploading data from or to the swarm.</li>
|
63
|
67
|
<li><b>Swarm.</b> All peers associated with a given torrent.</li>
|
64
|
68
|
<li><b>Peer.</b> A client that has announced to the tracker and is part of the swarm.</b>
|
65
|
|
- <li><b>Seed.</b> When used as a verb, describes the act of uploading torrent content to other peers. When used as a noun, describes a peer who has all of content associated with a torrent as is able to upload to peers. Sometimes referred to as a seeder.</li>
|
66
|
|
- <li><b>Leech.</b> When used as a verb, describes the act of downloading torrent content from another peer. When used as a noun, describes someone who is downloading or wants to download torrent content from another peer. Sometimes referred to as a leecher.</li>
|
67
|
|
- <li><b>Metadata.</b> The information we record here on the site for each torrent, such as title, encoding information, and tags.</li>
|
|
69
|
+ <li><b>Seed.</b> When used as a verb, describes the act of uploading torrent content to other peers. When used
|
|
70
|
+ as a noun, describes a peer who has all of content associated with a torrent as is able to upload to peers.
|
|
71
|
+ Sometimes referred to as a seeder.</li>
|
|
72
|
+ <li><b>Leech.</b> When used as a verb, describes the act of downloading torrent content from another peer.
|
|
73
|
+ When used as a noun, describes someone who is downloading or wants to download torrent content from another
|
|
74
|
+ peer. Sometimes referred to as a leecher.</li>
|
|
75
|
+ <li><b>Metadata.</b> The information we record here on the site for each torrent, such as title, encoding
|
|
76
|
+ information, and tags.</li>
|
68
|
77
|
<li><b>Hentai.</b> A subgenre of anime, manga, and games characterized by being pornographic.</li>
|
69
|
78
|
</ul>
|
70
|
79
|
</div>
|
71
|
80
|
</div>
|
72
|
81
|
|
73
|
82
|
<h4 id="hU"><a href="#hUk"><strong>↑</strong></a> <a href="#hU"></a> Upload Rules</h4>
|
74
|
|
- <h5 id="h1"><a href="#h1k"><strong>↑</strong></a> <a href="#h1">1</a> General and Formatting</h5>
|
75
|
|
- <div class="box pad" style="padding: 10px 10px 10px 20px;">
|
|
83
|
+ <h5 id="h1"><a href="#h1k"><strong>↑</strong></a> <a href="#h1">1</a> General and Formatting</h5>
|
|
84
|
+ <div class="box pad" style="padding: 10px 10px 10px 20px;">
|
|
85
|
+ <ul>
|
|
86
|
+ <li id="r1.1"><a href="#h1"><strong>↑</strong></a> <a href="#r1.1">1.1</a>
|
|
87
|
+ <strong>Biology Only.</strong>
|
|
88
|
+ <?=SITE_NAME?> is an annotated repository of biology data
|
|
89
|
+ and a bioinformatics learning community.
|
|
90
|
+ Gazelle in its current state requires lots of hardcoded metadata.
|
|
91
|
+ I can help you adapt the design, e.g., for physics or astronomy data.
|
|
92
|
+ A generalized science tracker is in development.
|
|
93
|
+ </li>
|
|
94
|
+
|
|
95
|
+ <li id="r1.2"><a href="#h1"><strong>↑</strong></a> <a href="#r1.2">1.2</a>
|
|
96
|
+ <strong>Seed Forever.</strong>
|
|
97
|
+ Private torrent trackers succeed when they offer quality niche content and a comfy interface.
|
|
98
|
+ This isn't an NCBI data dump but a library of annotated info hashes that tomorrow's networks can ingest.
|
|
99
|
+ Do not upload a torrent unless you intend to seed until there are at least 3 copies.
|
|
100
|
+ Three is a good minimum swarm size.
|
|
101
|
+ </li>
|
|
102
|
+
|
|
103
|
+ <li id="r1.3"><a href="#h1"><strong>↑</strong></a> <a href="#r1.3">1.3</a>
|
|
104
|
+ <strong>No Advertising.</strong>
|
|
105
|
+ Please don't "tag" torrents, include ASCII art, or make your torrents look like they came from the Pirate Bay.
|
|
106
|
+ These kinds of additions are allowed if they serve a relevant purpose.
|
|
107
|
+ Enclosing a GPG-signed hash of your data isn't a bad idea at all.
|
76
|
108
|
<ul>
|
77
|
|
- <li id="r1.1"><a href="#h1"><strong>↑</strong></a> <a href="#r1.1">1.1</a>
|
78
|
|
- <strong>Biology Only.</strong>
|
79
|
|
- <?=SITE_NAME?> is an annotated repository of biology data and a bioinformatics learning community.
|
80
|
|
- Gazelle in its current state requires lots of hardcoded metadata.
|
81
|
|
- I can help you adapt the design, e.g., for physics or astronomy data.
|
82
|
|
- A generalized science tracker is in development.
|
83
|
|
- </li>
|
84
|
|
-
|
85
|
|
- <li id="r1.2"><a href="#h1"><strong>↑</strong></a> <a href="#r1.2">1.2</a>
|
86
|
|
- <strong>Seed Forever.</strong>
|
87
|
|
- Private torrent trackers succeed when they offer quality niche content and a comfy interface.
|
88
|
|
- This isn't an NCBI data dump but a library of annotated info hashes that tomorrow's networks can ingest.
|
89
|
|
- Do not upload a torrent unless you intend to seed until there are at least 3 copies.
|
90
|
|
- Three is a good minimum swarm size.
|
91
|
|
- </li>
|
92
|
|
-
|
93
|
|
- <li id="r1.3"><a href="#h1"><strong>↑</strong></a> <a href="#r1.3">1.3</a>
|
94
|
|
- <strong>No Advertising.</strong>
|
95
|
|
- Please don't "tag" torrents, include ASCII art, or make your torrents look like they came from the Pirate Bay.
|
96
|
|
- These kinds of additions are allowed if they serve a relevant purpose.
|
97
|
|
- Enclosing a GPG-signed hash of your data isn't a bad idea at all.
|
98
|
|
- <ul>
|
99
|
|
- </ul>
|
100
|
|
- </li>
|
101
|
|
-
|
102
|
|
- <li id="r1.4"><a href="#h1"><strong>↑</strong></a> <a href="#r1.4">1.4</a>
|
103
|
|
- <strong>Speak English.</strong>
|
104
|
|
- <?=SITE_NAME?> is an Anglophone site.
|
105
|
|
- Everything but private messages, and especially torrents and the forums, should be in English.
|
106
|
|
- </li>
|
107
|
|
-
|
108
|
|
- <li id="r1.5"><a href="#h1"><strong>↑</strong></a> <a href="#r1.5">1.5</a>
|
109
|
|
- <strong>Good Data.</strong>
|
110
|
|
- Strive to release complete collections of the highest fidelity data in the most sensible format.
|
111
|
|
- Sometimes I wonder whether certain kinds of people are drawn to private torrent trackers, or if the site design encourages otherwise disinterested people to do well.
|
112
|
|
- </li>
|
113
|
|
-
|
114
|
|
- <li id="r1.6"><a href="#h1"><strong>↑</strong></a> <a href="#r1.6">1.6</a>
|
115
|
|
- <strong>No DRM.</strong>
|
116
|
|
- Archived releases must not be password protected.
|
117
|
|
- DRM of any kind isn't allowed.
|
118
|
|
- </li>
|
119
|
|
-
|
120
|
|
- <hr style="margin: 2em auto; opacity: 0.3; width: 50%;" />
|
121
|
|
-
|
122
|
|
- <li id="r1.7"><a href="#h1"><strong>↑</strong></a> <a href="#r1.7">1.7</a>
|
123
|
|
- <strong>Folder Structure.</strong>
|
124
|
|
- Each torrent should be a single folder so we can manage them easier.
|
125
|
|
- Please avoid unnecessary nested folders inside your torrent.
|
126
|
|
- Use one of the examples below for your main folder.
|
127
|
|
-
|
128
|
|
- <ul>
|
129
|
|
- <li>One-Shot Project Name</li>
|
130
|
|
- <li>Torrent Title - Accession Number</li>
|
131
|
|
- <li>Department/Lab - Project Name</li>
|
132
|
|
- <li>After the Name - Extra comments as necessary</li>
|
133
|
|
- </ul>
|
134
|
|
-
|
135
|
|
- I also strongly recommend you compress only large files or long image series, and not simply compress the entire dataset.
|
136
|
|
- This makes it easier to partially seed large datasets, work with discrete parts of the data, and know what's on disk.
|
137
|
|
- </li>
|
138
|
|
-
|
139
|
|
- <li id="r1.8"><a href="#h1"><strong>↑</strong></a> <a href="#r1.8">1.8</a>
|
140
|
|
- <strong>File Organization.</strong>
|
141
|
|
- Please either keep the original filenames from the processing service, or consistently use a legible naming scheme.
|
142
|
|
- Remove all .DS_Store, Thumbs.db, nfo files, and other junk files before making the torrent.
|
143
|
|
- It should be "clean."
|
144
|
|
- You're encouraged to keep Git repos, structured data reports, readmes, and other useful annotations.
|
145
|
|
- Files should sort appropriately: use leading zeroes.
|
146
|
|
- </li>
|
147
|
|
-
|
148
|
|
- <li id="r1.9"><a href="#h1"><strong>↑</strong></a> <a href="#r1.9">1.9</a>
|
149
|
|
- <strong>Compression.</strong>
|
150
|
|
- "10 GiB or 10,000 files."
|
151
|
|
- Compression is required if your torrent is > 10 GiB or if it contains > 10,000 files.
|
152
|
|
- Otherwise, please compress text files if it reduces the torrent size by > 30%.
|
153
|
|
- Never compress torrents < 2 GiB or binary files < 10 GiB.
|
154
|
|
- Multipart archives are only allowed for torrents > 10 GiB.
|
155
|
|
- </li>
|
156
|
|
-
|
157
|
|
- <li id="r1.10"><a href="#h1"><strong>↑</strong></a> <a href="#r1.10">1.10</a>
|
158
|
|
- <strong>Metadata.</strong>
|
159
|
|
- Avoid matching folder names to <?=SITE_NAME?> metadata.
|
160
|
|
- The site design will change but the torrents are evergreen.
|
161
|
|
- When What.cd went down, it was possible to seed most of your old torrents at Redacted.ch because the info hashes matched.
|
162
|
|
- The <code>.torrent</code> points to cryptographically verified folders and files that are tracked for convenience.
|
163
|
|
- On the flipside, please add enough metadata so that people can pick it out of a list.
|
164
|
|
- </li>
|
165
|
|
-
|
166
|
|
- <li id="r1.11"><a href="#h1"><strong>↑</strong></a> <a href="#r1.11">1.11</a>
|
167
|
|
- <strong>Supplemental Packs.</strong>
|
168
|
|
- I strongly recommend <a href="https://semver.org/" target="_blank">Semantic Versioning</a> for your original data.
|
169
|
|
- Supplemental packs may include a collection of documents, utilities, protocols, metadata, etc., specifically prepared for release.
|
170
|
|
- The collection should be a separate torrent if the collection constitutes a project in its own right.
|
171
|
|
- But if you have, e.g., 100 MiB of XML and no other metadata for 5 GB of photos, please include it in the main torrent.
|
172
|
|
- </li>
|
173
|
109
|
</ul>
|
174
|
|
- </div>
|
|
110
|
+ </li>
|
|
111
|
+
|
|
112
|
+ <li id="r1.4"><a href="#h1"><strong>↑</strong></a> <a href="#r1.4">1.4</a>
|
|
113
|
+ <strong>Speak English.</strong>
|
|
114
|
+ <?=SITE_NAME?> is an Anglophone site.
|
|
115
|
+ Everything but private messages, and especially torrents and the forums, should be in English.
|
|
116
|
+ </li>
|
|
117
|
+
|
|
118
|
+ <li id="r1.5"><a href="#h1"><strong>↑</strong></a> <a href="#r1.5">1.5</a>
|
|
119
|
+ <strong>Good Data.</strong>
|
|
120
|
+ Strive to release complete collections of the highest fidelity data in the most sensible format.
|
|
121
|
+ Sometimes I wonder whether certain kinds of people are drawn to private torrent trackers, or if the site
|
|
122
|
+ design encourages otherwise disinterested people to do well.
|
|
123
|
+ </li>
|
|
124
|
+
|
|
125
|
+ <li id="r1.6"><a href="#h1"><strong>↑</strong></a> <a href="#r1.6">1.6</a>
|
|
126
|
+ <strong>No DRM.</strong>
|
|
127
|
+ Archived releases must not be password protected.
|
|
128
|
+ DRM of any kind isn't allowed.
|
|
129
|
+ </li>
|
|
130
|
+
|
|
131
|
+ <hr style="margin: 2em auto; opacity: 0.3; width: 50%;" />
|
|
132
|
+
|
|
133
|
+ <li id="r1.7"><a href="#h1"><strong>↑</strong></a> <a href="#r1.7">1.7</a>
|
|
134
|
+ <strong>Folder Structure.</strong>
|
|
135
|
+ Each torrent should be a single folder so we can manage them easier.
|
|
136
|
+ Please avoid unnecessary nested folders inside your torrent.
|
|
137
|
+ Use one of the examples below for your main folder.
|
175
|
138
|
|
176
|
|
- <h5 id="h2"><a href="#h2k"><strong>↑</strong></a> <a href="#h2">2</a> Duplicates and Trumping</h5>
|
177
|
|
- <div class="box pad" style="padding: 10px 10px 10px 20px;">
|
178
|
139
|
<ul>
|
179
|
|
- <li id="r2.1"><a href="#h2"><strong>↑</strong></a> <a href="#r2.1">2.1</a>
|
180
|
|
- <strong>Multiple Formats Allowed.</strong>
|
181
|
|
- It's fine if there's an EMBL and a FASTA of the same data. If you need to convert a dataset for your analysis, please upload a quality conversion with supplemetal info.
|
182
|
|
- Remember that small, one-shot metadata are better included with the data, and collections of docs and utils are better separate from it.
|
183
|
|
- If only the header is different and it follows the "10 GiB or 10,000 files" rule, uncompressed torrents trump compressed ones.
|
184
|
|
- It should be easy for others with the same data to change a line and check out the new torrent.
|
185
|
|
- </li>
|
186
|
|
-
|
187
|
|
- <li id="r2.2"><a href="#h2"><strong>↑</strong></a> <a href="#r2.2">2.2</a>
|
188
|
|
- <strong>SemVer Trumps.</strong>
|
189
|
|
- Versioned data can be trumped at the patch level.
|
190
|
|
- Major and minor releases can coexist.
|
191
|
|
- Please add a link in the old data's Torrent Group Description to the new data.
|
192
|
|
- Git repos can be trumped at the commit and patch levels.
|
193
|
|
- Then normal SemVer rules take effect for properly tagged releases.
|
194
|
|
- </li>
|
195
|
|
-
|
196
|
|
- <li id="r2.3"><a href="#h2"><strong>↑</strong></a> <a href="#r2.3">2.3</a>
|
197
|
|
- <strong>Report Trumps and Dupes.</strong>
|
198
|
|
- If you trump a torrent or notice a duplicate torrent, please use the report link [RP] to notify staff to remove it.
|
199
|
|
- If you are uploading a superior version, e.g., without watermarks, report the older torrent and include a link to your new torrent.
|
200
|
|
- Your torrent may be deleted as a dupe if the older torrent is not reported.
|
201
|
|
- </li>
|
202
|
|
-
|
203
|
|
- <li id="r2.4"><a href="#h2"><strong>↑</strong></a> <a href="#r2.4">2.4</a>
|
204
|
|
- <strong>Two Weeks Unseeded.</strong>
|
205
|
|
- If you have the original torrent files for the inactive torrent, reseed those original files instead of uploading a new torrent.
|
206
|
|
- Uploading a replacement torrent should be done only when the original files are unavailable.
|
207
|
|
- </li>
|
208
|
|
-
|
209
|
|
- <li id="r2.5"><a href="#h2"><strong>↑</strong></a> <a href="#r2.5">2.5</a>
|
210
|
|
- <strong>Watermarks.</strong>
|
211
|
|
- Data without watermarks trumps watermarked data.
|
|
140
|
+ <li>One-Shot Project Name</li>
|
|
141
|
+ <li>Torrent Title - Accession Number</li>
|
|
142
|
+ <li>Department/Lab - Project Name</li>
|
|
143
|
+ <li>After the Name - Extra comments as necessary</li>
|
212
|
144
|
</ul>
|
213
|
|
- </div>
|
214
|
145
|
|
215
|
|
- <h5 id="h3"><a href="#h3k"><strong>↑</strong></a> <a href="#h3">3</a> Upload Form Walkthrough</h5>
|
216
|
|
- <div class="box pad" style="padding: 10px 10px 10px 20px;">
|
|
146
|
+ I also strongly recommend you compress only large files or long image series, and not simply compress the
|
|
147
|
+ entire dataset.
|
|
148
|
+ This makes it easier to partially seed large datasets, work with discrete parts of the data, and know what's
|
|
149
|
+ on disk.
|
|
150
|
+ </li>
|
|
151
|
+
|
|
152
|
+ <li id="r1.8"><a href="#h1"><strong>↑</strong></a> <a href="#r1.8">1.8</a>
|
|
153
|
+ <strong>File Organization.</strong>
|
|
154
|
+ Please either keep the original filenames from the processing service, or consistently use a legible naming
|
|
155
|
+ scheme.
|
|
156
|
+ Remove all .DS_Store, Thumbs.db, nfo files, and other junk files before making the torrent.
|
|
157
|
+ It should be "clean."
|
|
158
|
+ You're encouraged to keep Git repos, structured data reports, readmes, and other useful annotations.
|
|
159
|
+ Files should sort appropriately: use leading zeroes.
|
|
160
|
+ </li>
|
|
161
|
+
|
|
162
|
+ <li id="r1.9"><a href="#h1"><strong>↑</strong></a> <a href="#r1.9">1.9</a>
|
|
163
|
+ <strong>Compression.</strong>
|
|
164
|
+ "10 GiB or 10,000 files."
|
|
165
|
+ Compression is required if your torrent is > 10 GiB or if it contains > 10,000 files.
|
|
166
|
+ Otherwise, please compress text files if it reduces the torrent size by > 30%.
|
|
167
|
+ Never compress torrents < 2 GiB or binary files < 10 GiB. Multipart archives are only allowed for torrents> 10
|
|
168
|
+ GiB.
|
|
169
|
+ </li>
|
|
170
|
+
|
|
171
|
+ <li id="r1.10"><a href="#h1"><strong>↑</strong></a> <a href="#r1.10">1.10</a>
|
|
172
|
+ <strong>Metadata.</strong>
|
|
173
|
+ Avoid matching folder names to <?=SITE_NAME?> metadata.
|
|
174
|
+ The site design will change but the torrents are evergreen.
|
|
175
|
+ When What.cd went down, it was possible to seed most of your old torrents at Redacted.ch because the info
|
|
176
|
+ hashes matched.
|
|
177
|
+ The <code>.torrent</code> points to cryptographically verified folders and files that are tracked for
|
|
178
|
+ convenience.
|
|
179
|
+ On the flipside, please add enough metadata so that people can pick it out of a list.
|
|
180
|
+ </li>
|
|
181
|
+
|
|
182
|
+ <li id="r1.11"><a href="#h1"><strong>↑</strong></a> <a href="#r1.11">1.11</a>
|
|
183
|
+ <strong>Supplemental Packs.</strong>
|
|
184
|
+ I strongly recommend <a href="https://semver.org/" target="_blank">Semantic Versioning</a> for your original
|
|
185
|
+ data.
|
|
186
|
+ Supplemental packs may include a collection of documents, utilities, protocols, metadata, etc., specifically
|
|
187
|
+ prepared for release.
|
|
188
|
+ The collection should be a separate torrent if the collection constitutes a project in its own right.
|
|
189
|
+ But if you have, e.g., 100 MiB of XML and no other metadata for 5 GB of photos, please include it in the main
|
|
190
|
+ torrent.
|
|
191
|
+ </li>
|
|
192
|
+ </ul>
|
|
193
|
+ </div>
|
|
194
|
+
|
|
195
|
+ <h5 id="h2"><a href="#h2k"><strong>↑</strong></a> <a href="#h2">2</a> Duplicates and Trumping</h5>
|
|
196
|
+ <div class="box pad" style="padding: 10px 10px 10px 20px;">
|
|
197
|
+ <ul>
|
|
198
|
+ <li id="r2.1"><a href="#h2"><strong>↑</strong></a> <a href="#r2.1">2.1</a>
|
|
199
|
+ <strong>Multiple Formats Allowed.</strong>
|
|
200
|
+ It's fine if there's an EMBL and a FASTA of the same data. If you need to convert a dataset for your analysis,
|
|
201
|
+ please upload a quality conversion with supplemetal info.
|
|
202
|
+ Remember that small, one-shot metadata are better included with the data, and collections of docs and utils
|
|
203
|
+ are better separate from it.
|
|
204
|
+ If only the header is different and it follows the "10 GiB or 10,000 files" rule, uncompressed torrents trump
|
|
205
|
+ compressed ones.
|
|
206
|
+ It should be easy for others with the same data to change a line and check out the new torrent.
|
|
207
|
+ </li>
|
|
208
|
+
|
|
209
|
+ <li id="r2.2"><a href="#h2"><strong>↑</strong></a> <a href="#r2.2">2.2</a>
|
|
210
|
+ <strong>SemVer Trumps.</strong>
|
|
211
|
+ Versioned data can be trumped at the patch level.
|
|
212
|
+ Major and minor releases can coexist.
|
|
213
|
+ Please add a link in the old data's Torrent Group Description to the new data.
|
|
214
|
+ Git repos can be trumped at the commit and patch levels.
|
|
215
|
+ Then normal SemVer rules take effect for properly tagged releases.
|
|
216
|
+ </li>
|
|
217
|
+
|
|
218
|
+ <li id="r2.3"><a href="#h2"><strong>↑</strong></a> <a href="#r2.3">2.3</a>
|
|
219
|
+ <strong>Report Trumps and Dupes.</strong>
|
|
220
|
+ If you trump a torrent or notice a duplicate torrent, please use the report link [RP] to notify staff to
|
|
221
|
+ remove it.
|
|
222
|
+ If you are uploading a superior version, e.g., without watermarks, report the older torrent and include a link
|
|
223
|
+ to your new torrent.
|
|
224
|
+ Your torrent may be deleted as a dupe if the older torrent is not reported.
|
|
225
|
+ </li>
|
|
226
|
+
|
|
227
|
+ <li id="r2.4"><a href="#h2"><strong>↑</strong></a> <a href="#r2.4">2.4</a>
|
|
228
|
+ <strong>Two Weeks Unseeded.</strong>
|
|
229
|
+ If you have the original torrent files for the inactive torrent, reseed those original files instead of
|
|
230
|
+ uploading a new torrent.
|
|
231
|
+ Uploading a replacement torrent should be done only when the original files are unavailable.
|
|
232
|
+ </li>
|
|
233
|
+
|
|
234
|
+ <li id="r2.5"><a href="#h2"><strong>↑</strong></a> <a href="#r2.5">2.5</a>
|
|
235
|
+ <strong>Watermarks.</strong>
|
|
236
|
+ Data without watermarks trumps watermarked data.
|
|
237
|
+ </ul>
|
|
238
|
+ </div>
|
|
239
|
+
|
|
240
|
+ <h5 id="h3"><a href="#h3k"><strong>↑</strong></a> <a href="#h3">3</a> Upload Form Walkthrough</h5>
|
|
241
|
+ <div class="box pad" style="padding: 10px 10px 10px 20px;">
|
|
242
|
+ <ul>
|
|
243
|
+ <li id="r3.1"><a href="#h3"><strong>↑</strong></a> <a href="#r3.1">3.1</a>
|
|
244
|
+ <strong>Torrent File.</strong>
|
|
245
|
+ Add the announce URL as the only item on the tracker list and click the checkbox marked private.
|
|
246
|
+ Please don't share <code>.torrent</code> files because they have your passkey embedded in them.
|
|
247
|
+ This passkey lets the tracker know who's uploading and downloading, and leaking it will nuke your ratio.
|
|
248
|
+ <br /><br />
|
|
249
|
+ </li>
|
|
250
|
+
|
|
251
|
+ <li id="r3.2"><a href="#h3"><strong>↑</strong></a> <a href="#r3.2">3.2</a>
|
|
252
|
+ <strong>Type.</strong>
|
|
253
|
+ The categories loosely follow the central dogma.
|
|
254
|
+ It depends on what alphabet the sequence uses, e.g., ACGT vs. ACGU.
|
|
255
|
+ All medical imaging data goes in the Imaging category.
|
|
256
|
+ All extra documentation, custom scripts, etc., goes in Documents.
|
|
257
|
+ Plasmids and things that don't quite fit go in Other.
|
|
258
|
+ <br /><br />
|
|
259
|
+ </li>
|
|
260
|
+
|
|
261
|
+ <li id="r3.3"><a href="#h3"><strong>↑</strong></a> <a href="#r3.3">3.3</a>
|
|
262
|
+ <strong>Accession Number.</strong>
|
|
263
|
+ Please add accession numbers when the data source issued them.
|
|
264
|
+ The number can be any format but it must correspond to the actual torrent data.
|
|
265
|
+ Don't add accession numbers just because the metadata matches.
|
|
266
|
+ RefSeq and UniProt integration is in development.
|
|
267
|
+ <br /><br />
|
|
268
|
+ </li>
|
|
269
|
+
|
|
270
|
+ <li id="r3.4"><a href="#h3"><strong>↑</strong></a> <a href="#r3.4">3.4</a>
|
|
271
|
+ <strong>Torrent Title.</strong>
|
|
272
|
+ A short description of the torrent contents.
|
|
273
|
+ It doesn't need to match the folders but it should tell you what the data is at a glance.
|
|
274
|
+ Please avoid adding other metadata such as Strain, Platform, etc., with a dedicated field.
|
|
275
|
+ <br /><br />
|
|
276
|
+ </li>
|
|
277
|
+
|
|
278
|
+ <li id="r3.5"><a href="#h3"><strong>↑</strong></a> <a href="#r3.5">3.5</a>
|
|
279
|
+ <strong>Organism.</strong>
|
|
280
|
+ The relevant organism's binomial name and optional subspecies.
|
|
281
|
+ Please use <em>Genus species subspecies</em> and no terms such as var. and subsp.
|
|
282
|
+ Multiple organisms and a FASTA/GenBank parser are both in development.
|
|
283
|
+ <br /><br />
|
|
284
|
+ </li>
|
|
285
|
+
|
|
286
|
+ <li id="r3.6"><a href="#h3"><strong>↑</strong></a> <a href="#r3.6">3.6</a>
|
|
287
|
+ <strong>Strain/Variety.</strong>
|
|
288
|
+ The strain's name if known.
|
|
289
|
+ This should correspond to a specific cell line or breed.
|
|
290
|
+ Otherwise, please omit it.
|
|
291
|
+ <br /><br />
|
|
292
|
+ </li>
|
|
293
|
+
|
|
294
|
+ <li id="r3.7"><a href="#h3"><strong>↑</strong></a> <a href="#r3.7">3.7</a>
|
|
295
|
+ <strong>Authors(s).</strong>
|
|
296
|
+ The Author field should contain only the author name.
|
|
297
|
+ The upload form supports multiple authors.
|
|
298
|
+ Do a search before uploading to get their names right.
|
|
299
|
+ Consistent author naming makes browsing easier because it groups torrents on a common page.
|
|
300
|
+ ORCiD integration is in development.
|
|
301
|
+ <br /><br />
|
|
302
|
+ </li>
|
|
303
|
+
|
|
304
|
+ <li id="r3.8"><a href="#h3"><strong>↑</strong></a> <a href="#r3.8">3.8</a>
|
|
305
|
+ <strong>Department/Lab.</strong>
|
|
306
|
+ The lab that did the experiments or the last author's home lab.
|
|
307
|
+ Please use "Unaffiliated" for anonymous or unknown labs.
|
|
308
|
+ <br /><br />
|
|
309
|
+ </li>
|
|
310
|
+
|
|
311
|
+ <li id="r3.9"><a href="#h3"><strong>↑</strong></a> <a href="#r3.9">3.9</a>
|
|
312
|
+ <strong>Location.</strong>
|
|
313
|
+ The lab's physical location in one of the below formats.
|
217
|
314
|
<ul>
|
218
|
|
- <li id="r3.1"><a href="#h3"><strong>↑</strong></a> <a href="#r3.1">3.1</a>
|
219
|
|
- <strong>Torrent File.</strong>
|
220
|
|
- Add the announce URL as the only item on the tracker list and click the checkbox marked private.
|
221
|
|
- Please don't share <code>.torrent</code> files because they have your passkey embedded in them.
|
222
|
|
- This passkey lets the tracker know who's uploading and downloading, and leaking it will nuke your ratio.
|
223
|
|
- <br /><br />
|
224
|
|
-</li>
|
225
|
|
-
|
226
|
|
-<li id="r3.2"><a href="#h3"><strong>↑</strong></a> <a href="#r3.2">3.2</a>
|
227
|
|
- <strong>Type.</strong>
|
228
|
|
- The categories loosely follow the central dogma.
|
229
|
|
- It depends on what alphabet the sequence uses, e.g., ACGT vs. ACGU.
|
230
|
|
- All medical imaging data goes in the Imaging category.
|
231
|
|
- All extra documentation, custom scripts, etc., goes in Documents.
|
232
|
|
- Plasmids and things that don't quite fit go in Other.
|
233
|
|
- <br /><br />
|
234
|
|
-</li>
|
235
|
|
-
|
236
|
|
-<li id="r3.3"><a href="#h3"><strong>↑</strong></a> <a href="#r3.3">3.3</a>
|
237
|
|
- <strong>Accession Number.</strong>
|
238
|
|
- Please add accession numbers when the data source issued them.
|
239
|
|
- The number can be any format but it must correspond to the actual torrent data.
|
240
|
|
- Don't add accession numbers just because the metadata matches.
|
241
|
|
- RefSeq and UniProt integration is in development.
|
242
|
|
- <br /><br />
|
243
|
|
-</li>
|
244
|
|
-
|
245
|
|
-<li id="r3.4"><a href="#h3"><strong>↑</strong></a> <a href="#r3.4">3.4</a>
|
246
|
|
- <strong>Torrent Title.</strong>
|
247
|
|
- A short description of the torrent contents.
|
248
|
|
- It doesn't need to match the folders but it should tell you what the data is at a glance.
|
249
|
|
- Please avoid adding other metadata such as Strain, Platform, etc., with a dedicated field.
|
250
|
|
- <br /><br />
|
251
|
|
-</li>
|
252
|
|
-
|
253
|
|
-<li id="r3.5"><a href="#h3"><strong>↑</strong></a> <a href="#r3.5">3.5</a>
|
254
|
|
- <strong>Organism.</strong>
|
255
|
|
- The relevant organism's binomial name and optional subspecies.
|
256
|
|
- Please use <em>Genus species subspecies</em> and no terms such as var. and subsp.
|
257
|
|
- Multiple organisms and a FASTA/GenBank parser are both in development.
|
258
|
|
- <br /><br />
|
259
|
|
-</li>
|
260
|
|
-
|
261
|
|
-<li id="r3.6"><a href="#h3"><strong>↑</strong></a> <a href="#r3.6">3.6</a>
|
262
|
|
- <strong>Strain/Variety.</strong>
|
263
|
|
- The strain's name if known.
|
264
|
|
- This should correspond to a specific cell line or breed.
|
265
|
|
- Otherwise, please omit it.
|
266
|
|
- <br /><br />
|
267
|
|
-</li>
|
268
|
|
-
|
269
|
|
-<li id="r3.7"><a href="#h3"><strong>↑</strong></a> <a href="#r3.7">3.7</a>
|
270
|
|
- <strong>Authors(s).</strong>
|
271
|
|
- The Author field should contain only the author name.
|
272
|
|
- The upload form supports multiple authors.
|
273
|
|
- Do a search before uploading to get their names right.
|
274
|
|
- Consistent author naming makes browsing easier because it groups torrents on a common page.
|
275
|
|
- ORCiD integration is in development.
|
276
|
|
- <br /><br />
|
277
|
|
-</li>
|
278
|
|
-
|
279
|
|
-<li id="r3.8"><a href="#h3"><strong>↑</strong></a> <a href="#r3.8">3.8</a>
|
280
|
|
- <strong>Department/Lab.</strong>
|
281
|
|
- The lab that did the experiments or the last author's home lab.
|
282
|
|
- Please use "Unaffiliated" for anonymous or unknown labs.
|
283
|
|
- <br /><br />
|
284
|
|
-</li>
|
285
|
|
-
|
286
|
|
-<li id="r3.9"><a href="#h3"><strong>↑</strong></a> <a href="#r3.9">3.9</a>
|
287
|
|
- <strong>Location.</strong>
|
288
|
|
- The lab's physical location in one of the below formats.
|
289
|
|
- <ul>
|
290
|
|
- <li>{City}, {State} {Postal Code}</li>
|
291
|
|
- <li>{Postal Code} {City}, {Country}</li>
|
292
|
|
- </ul>
|
293
|
|
- For example, Berkeley, CA 94720 or 10117 Berlin, Germany.
|
294
|
|
- It's okay to use the American style if the foreign address uses the same format.
|
295
|
|
- Please use "Unknown" for anonymous or unknown labs.
|
296
|
|
- <br /><br />
|
297
|
|
-</li>
|
298
|
|
-
|
299
|
|
-<li id="r3.10"><a href="#h3"><strong>↑</strong></a> <a href="#r3.10">3.10</a>
|
300
|
|
- <strong>Year.</strong>
|
301
|
|
- The year the data was first published.
|
302
|
|
- The publication that announced the data.
|
303
|
|
- <br /><br />
|
304
|
|
-</li>
|
305
|
|
-
|
306
|
|
-<li id="r3.11"><a href="#h3"><strong>↑</strong></a> <a href="#r3.11">3.11</a>
|
307
|
|
- <strong>Platform.</strong>
|
308
|
|
- The class of technology the data comes from.
|
309
|
|
- What sequencing or imaging technique is it the output of?
|
310
|
|
- <a href="forums.php?action=viewforum&forumid=<?= SUGGESTIONS_FORUM_ID ?>">Please post in the suggestions forum</a>
|
311
|
|
- if you'd like to request a new platform.
|
312
|
|
- Note that the platforms change for the Imaging category.
|
313
|
|
- <br /><br />
|
314
|
|
-</li>
|
315
|
|
-
|
316
|
|
-<li id="r3.12"><a href="#h3"><strong>↑</strong></a> <a href="#r3.12">3.12</a>
|
317
|
|
- <strong>Format.</strong>
|
318
|
|
- The file format of the data.
|
319
|
|
- What programs do you need to work with the data?
|
320
|
|
- <a href="forums.php?action=viewforum&forumid=<?= SUGGESTIONS_FORUM_ID ?>">Please post in the suggestions forum</a>
|
321
|
|
- if you'd like to request a new format.
|
322
|
|
- Note that the formats change for the Imaging category.
|
323
|
|
- A file extension parser is in development.
|
324
|
|
- <br /><br />
|
325
|
|
-</li>
|
326
|
|
-
|
327
|
|
-<li id="r3.13"><a href="#h3"><strong>↑</strong></a> <a href="#r3.13">3.13</a>
|
328
|
|
- <strong>Assembly Level.</strong>
|
329
|
|
- The resolution of the data.
|
330
|
|
- How much information about the organism does it represent?
|
331
|
|
- The options correspond in higher conceptual language to:
|
332
|
|
- a single piece of information, structural information, especially deep or broad information, and an exhaustive source.
|
333
|
|
- Please use the Other option if you'd like to enter a resolution such as "420 subjects."
|
334
|
|
- <br /><br />
|
335
|
|
-</li>
|
336
|
|
-
|
337
|
|
-<li id="r3.14"><a href="#h3"><strong>↑</strong></a> <a href="#r3.14">3.14</a>
|
338
|
|
- <strong>License.</strong>
|
339
|
|
- <?= SITE_NAME ?> only allows permissive licenses.
|
340
|
|
- If your data is original, please consider licensing it under one of the available options.
|
341
|
|
- The "Unknown" option is for compatibility with existing releases.
|
342
|
|
- <br /><br />
|
343
|
|
-</li>
|
344
|
|
-
|
345
|
|
-<li id="r3.15"><a href="#h3"><strong>↑</strong></a> <a href="#r3.15">3.15</a>
|
346
|
|
- <strong>Tags.</strong>
|
347
|
|
- Please select at least five appropriate tags.
|
348
|
|
- Don't use irrelevant tags, and consider making new tags as a last resort.
|
349
|
|
- <a href="forums.php?action=viewforum&forumid=<?= SUGGESTIONS_FORUM_ID ?>">Please post in the suggestions forum</a>
|
350
|
|
- if you'd like to request a new official tag.
|
351
|
|
- <br /><br />
|
352
|
|
-</li>
|
353
|
|
-
|
354
|
|
-<li id="r3.16"><a href="#h3"><strong>↑</strong></a> <a href="#r3.16">3.16</a>
|
355
|
|
- <strong>Picture.</strong>
|
356
|
|
- Please upload a meaningful picture, especially if you plan to add the torrent to a collection.
|
357
|
|
- A photo of the sequence sample or a representative photo of the organism; an example (preferably not a thumbnail collection) from an imaging dataset;
|
358
|
|
- a screenshot of a useful table from the publication; or another similarly informative picture.
|
359
|
|
- <br /><br />
|
360
|
|
-</li>
|
361
|
|
-
|
362
|
|
-<li id="r3.17"><a href="#h3"><strong>↑</strong></a> <a href="#r3.17">3.17</a>
|
363
|
|
- <strong>Publications.</strong>
|
364
|
|
- DOI numbers should be well-formed, one per line.
|
365
|
|
- The system currently discards malformed DOI numbers instead of extracting them from arbitrary strings.
|
366
|
|
- An auto-extract feature is in development.
|
367
|
|
- If your research is a URI, please use the Torrent Group Description field.
|
368
|
|
- <br /><br />
|
369
|
|
-</li>
|
370
|
|
-
|
371
|
|
-<li id="r3.18"><a href="#h3"><strong>↑</strong></a> <a href="#r3.18">3.18</a>
|
372
|
|
- <strong>Torrent Group Description.</strong>
|
373
|
|
- General info about the object of study's function or significance.
|
374
|
|
- This is the main body text on a torrent's page.
|
375
|
|
- Please limit the contents of this field to concise and interesting knowledge.
|
376
|
|
- <br /><br />
|
377
|
|
-</li>
|
378
|
|
-
|
379
|
|
-<li id="r3.19"><a href="#h3"><strong>↑</strong></a> <a href="#r3.19">3.19</a>
|
380
|
|
- <strong>Torrent Description.</strong>
|
381
|
|
- Specific info about the protocols and equipment relevant to <em>this</em> data.
|
382
|
|
- This text is hidden by default.
|
383
|
|
- It displays when you click the Torrent Title next to [ DL | ... | PL ].
|
384
|
|
- Please discuss materials and methods here.
|
385
|
|
- <br /><br />
|
386
|
|
-</li>
|
387
|
|
-
|
388
|
|
-<li id="r3.20"><a href="#h3"><strong>↑</strong></a> <a href="#r3.20">3.20</a>
|
389
|
|
- <strong>Aligned Sequence.</strong>
|
390
|
|
- Does the data come with any metadata of an analytical nature, such as alignment data (mandatory)?
|
391
|
|
- If so, does the torrent folder contain the scripts used to generate the metadata (optional)?
|
392
|
|
- <br /><br />
|
393
|
|
-</li>
|
394
|
|
-
|
395
|
|
-<li id="r3.21"><a href="#h3"><strong>↑</strong></a> <a href="#r3.21">3.21</a>
|
396
|
|
- <strong>Upload Anonymously.</strong>
|
397
|
|
- You'll still get upload credit even if you hide your username from the torrent details.
|
398
|
|
- I believe it's still visible to sysops.
|
399
|
|
- </li>
|
|
315
|
+ <li>{City}, {State} {Postal Code}</li>
|
|
316
|
+ <li>{Postal Code} {City}, {Country}</li>
|
400
|
317
|
</ul>
|
|
318
|
+ For example, Berkeley, CA 94720 or 10117 Berlin, Germany.
|
|
319
|
+ It's okay to use the American style if the foreign address uses the same format.
|
|
320
|
+ Please use "Unknown" for anonymous or unknown labs.
|
|
321
|
+ <br /><br />
|
|
322
|
+ </li>
|
|
323
|
+
|
|
324
|
+ <li id="r3.10"><a href="#h3"><strong>↑</strong></a> <a href="#r3.10">3.10</a>
|
|
325
|
+ <strong>Year.</strong>
|
|
326
|
+ The year the data was first published.
|
|
327
|
+ The publication that announced the data.
|
|
328
|
+ <br /><br />
|
|
329
|
+ </li>
|
|
330
|
+
|
|
331
|
+ <li id="r3.11"><a href="#h3"><strong>↑</strong></a> <a href="#r3.11">3.11</a>
|
|
332
|
+ <strong>Platform.</strong>
|
|
333
|
+ The class of technology the data comes from.
|
|
334
|
+ What sequencing or imaging technique is it the output of?
|
|
335
|
+ <a
|
|
336
|
+ href="forums.php?action=viewforum&forumid=<?= SUGGESTIONS_FORUM_ID ?>">Please
|
|
337
|
+ post in the suggestions forum</a>
|
|
338
|
+ if you'd like to request a new platform.
|
|
339
|
+ Note that the platforms change for the Imaging category.
|
|
340
|
+ <br /><br />
|
|
341
|
+ </li>
|
|
342
|
+
|
|
343
|
+ <li id="r3.12"><a href="#h3"><strong>↑</strong></a> <a href="#r3.12">3.12</a>
|
|
344
|
+ <strong>Format.</strong>
|
|
345
|
+ The file format of the data.
|
|
346
|
+ What programs do you need to work with the data?
|
|
347
|
+ <a
|
|
348
|
+ href="forums.php?action=viewforum&forumid=<?= SUGGESTIONS_FORUM_ID ?>">Please
|
|
349
|
+ post in the suggestions forum</a>
|
|
350
|
+ if you'd like to request a new format.
|
|
351
|
+ Note that the formats change for the Imaging category.
|
|
352
|
+ A file extension parser is in development.
|
|
353
|
+ <br /><br />
|
|
354
|
+ </li>
|
|
355
|
+
|
|
356
|
+ <li id="r3.13"><a href="#h3"><strong>↑</strong></a> <a href="#r3.13">3.13</a>
|
|
357
|
+ <strong>Assembly Level.</strong>
|
|
358
|
+ The resolution of the data.
|
|
359
|
+ How much information about the organism does it represent?
|
|
360
|
+ The options correspond in higher conceptual language to:
|
|
361
|
+ a single piece of information, structural information, especially deep or broad information, and an exhaustive
|
|
362
|
+ source.
|
|
363
|
+ Please use the Other option if you'd like to enter a resolution such as "420 subjects."
|
|
364
|
+ <br /><br />
|
|
365
|
+ </li>
|
|
366
|
+
|
|
367
|
+ <li id="r3.14"><a href="#h3"><strong>↑</strong></a> <a href="#r3.14">3.14</a>
|
|
368
|
+ <strong>License.</strong>
|
|
369
|
+ <?= SITE_NAME ?> only allows permissive licenses.
|
|
370
|
+ If your data is original, please consider licensing it under one of the available options.
|
|
371
|
+ The "Unspecified" option is for compatibility with existing releases.
|
|
372
|
+ <br /><br />
|
|
373
|
+ </li>
|
|
374
|
+
|
|
375
|
+ <li id="r3.15"><a href="#h3"><strong>↑</strong></a> <a href="#r3.15">3.15</a>
|
|
376
|
+ <strong>Tags.</strong>
|
|
377
|
+ Please select at least five appropriate tags.
|
|
378
|
+ Don't use irrelevant tags, and consider making new tags as a last resort.
|
|
379
|
+ <a
|
|
380
|
+ href="forums.php?action=viewforum&forumid=<?= SUGGESTIONS_FORUM_ID ?>">Please
|
|
381
|
+ post in the suggestions forum</a>
|
|
382
|
+ if you'd like to request a new official tag.
|
|
383
|
+ <br /><br />
|
|
384
|
+ </li>
|
|
385
|
+
|
|
386
|
+ <li id="r3.16"><a href="#h3"><strong>↑</strong></a> <a href="#r3.16">3.16</a>
|
|
387
|
+ <strong>Picture.</strong>
|
|
388
|
+ Please upload a meaningful picture, especially if you plan to add the torrent to a collection.
|
|
389
|
+ A photo of the sequence sample or a representative photo of the organism; an example (preferably not a
|
|
390
|
+ thumbnail collection) from an imaging dataset;
|
|
391
|
+ a screenshot of a useful table from the publication; or another similarly informative picture.
|
|
392
|
+ <br /><br />
|
|
393
|
+ </li>
|
|
394
|
+
|
|
395
|
+ <li id="r3.17"><a href="#h3"><strong>↑</strong></a> <a href="#r3.17">3.17</a>
|
|
396
|
+ <strong>Publications.</strong>
|
|
397
|
+ DOI numbers should be well-formed, one per line.
|
|
398
|
+ The system currently discards malformed DOI numbers instead of extracting them from arbitrary strings.
|
|
399
|
+ An auto-extract feature is in development.
|
|
400
|
+ If your research is a URI, please use the Torrent Group Description field.
|
|
401
|
+ <br /><br />
|
|
402
|
+ </li>
|
401
|
403
|
|
|
404
|
+ <li id="r3.18"><a href="#h3"><strong>↑</strong></a> <a href="#r3.18">3.18</a>
|
|
405
|
+ <strong>Torrent Group Description.</strong>
|
|
406
|
+ General info about the object of study's function or significance.
|
|
407
|
+ This is the main body text on a torrent's page.
|
|
408
|
+ Please limit the contents of this field to concise and interesting knowledge.
|
|
409
|
+ <br /><br />
|
|
410
|
+ </li>
|
|
411
|
+
|
|
412
|
+ <li id="r3.19"><a href="#h3"><strong>↑</strong></a> <a href="#r3.19">3.19</a>
|
|
413
|
+ <strong>Torrent Description.</strong>
|
|
414
|
+ Specific info about the protocols and equipment relevant to <em>this</em> data.
|
|
415
|
+ This text is hidden by default.
|
|
416
|
+ It displays when you click the Torrent Title next to [ DL | ... | PL ].
|
|
417
|
+ Please discuss materials and methods here.
|
|
418
|
+ <br /><br />
|
|
419
|
+ </li>
|
|
420
|
+
|
|
421
|
+ <li id="r3.20"><a href="#h3"><strong>↑</strong></a> <a href="#r3.20">3.20</a>
|
|
422
|
+ <strong>Aligned Sequence.</strong>
|
|
423
|
+ Does the data come with any metadata of an analytical nature, such as alignment data (mandatory)?
|
|
424
|
+ If so, does the torrent folder contain the scripts used to generate the metadata (optional)?
|
|
425
|
+ <br /><br />
|
|
426
|
+ </li>
|
|
427
|
+
|
|
428
|
+ <li id="r3.21"><a href="#h3"><strong>↑</strong></a> <a href="#r3.21">3.21</a>
|
|
429
|
+ <strong>Upload Anonymously.</strong>
|
|
430
|
+ You'll still get upload credit even if you hide your username from the torrent details.
|
|
431
|
+ I believe it's still visible to sysops.
|
|
432
|
+ </li>
|
|
433
|
+ </ul>
|
|
434
|
+
|
|
435
|
+ </div>
|
|
436
|
+ <!-- END Other Sections -->
|
|
437
|
+ <?php include('jump.php'); ?>
|
402
|
438
|
</div>
|
403
|
|
-<!-- END Other Sections -->
|
404
|
|
-<? include('jump.php'); ?>
|
405
|
|
-</div>
|
406
|
|
-<?
|
|
439
|
+ <?php
|
407
|
440
|
View::show_footer();
|
408
|
|
-?>
|