BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

upload.php 26KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  1. <?php
  2. declare(strict_types=1);
  3. $ENV = ENV::go();
  4. View::show_header('Upload rules', 'rules');
  5. ?>
  6. <!-- Upload -->
  7. <div>
  8. <div class="header">
  9. <h2>
  10. Upload rules
  11. </h2>
  12. </div>
  13. <!-- Uploading Rules Index Links -->
  14. <form class="search_form" name="rules" onsubmit="return false" action="">
  15. <input type="text" id="search_string" value="Filter (empty to reset)" />
  16. <span id="Index">Searching for <strong>upload</strong> returns all rules containing that term.
  17. Searching for <strong>upload+trump</strong> returns all rules containing both terms.</span>
  18. </form>
  19. <br />
  20. <div class="before_rules">
  21. <div class="box">
  22. <ul>
  23. <li id="Introk"><a href="#Intro"><strong>Introduction</strong></a></li>
  24. <li id="defk"><a href="#def"><strong>Definitions</strong></a></li>
  25. <li id="hUk"><a href="#hU"><strong>Upload Rules</strong></a>
  26. <ul>
  27. <li id="h1.1k"><a href="#h1.1">1.1 <strong>General and Formatting</strong></a></li>
  28. <li id="h2.2k"><a href="#h1.2">1.2 <strong>Duplicates and Trumping</strong></a></li>
  29. <li id="h2.1k"><a href="#h1.3">1.3 <strong>Upload Form Walkthrough</strong></a></li>
  30. </ul>
  31. </li>
  32. </ul>
  33. </div>
  34. </div>
  35. <!-- Actual Uploading Rules -->
  36. <div id="actual_rules">
  37. <div class="before_rules">
  38. <!-- Intro -->
  39. <h4 id="Intro"><a href="#Introk"><strong>&uarr;</strong></a> Introduction</h4>
  40. <div class="box">
  41. <p>
  42. <?= $ENV->SITE_NAME ?> is the global DIYbio community's
  43. distributed data repository.
  44. The content includes richly annotated and searchable biological sequence and medical imaging data.
  45. It follows the example of private BitTorrent sites to
  46. <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"
  47. target="_blank">address the free-rider problem</a>
  48. without recourse to institutional funding.
  49. </p>
  50. <p>
  51. Please read this entire page carefully because it explains how the tracker organizes the content.
  52. Referring to this page often will help you search faster and upload smarter.
  53. I'll also go line-by-line through the <a href="upload.php">upload form</a>.
  54. </p>
  55. <p>
  56. Thanks for taking an interest in this project and contributing to its success.
  57. Please note that <?= $ENV->SITE_NAME ?> isn't a pirate
  58. website.
  59. </p>
  60. </div>
  61. <h4 id="def"><a href="#defk"><strong>&uarr;</strong></a> Definitions</h4>
  62. <div class="box">
  63. <ul>
  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>
  67. <li><b>Swarm.</b> All peers associated with a given torrent.</li>
  68. <li><b>Peer.</b> A client that has announced to the tracker and is part of the swarm.</b>
  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>
  77. <li><b>Hentai.</b> A subgenre of anime, manga, and games characterized by being pornographic.</li>
  78. </ul>
  79. </div>
  80. </div>
  81. <!-- Upload Rules: General and Formatting -->
  82. <h4 id="hU"><a href="#hUk"><strong>&uarr;</strong></a> <a href="#hU"></a> Upload Rules</h4>
  83. <h5 id="h1"><a href="#h1k"><strong>&uarr;</strong></a> <a href="#h1">1</a> General and Formatting</h5>
  84. <div class="box">
  85. <ul>
  86. <li id="r1.1"><a href="#h1"><strong>&uarr;</strong></a> <a href="#r1.1">1.1</a>
  87. <strong>Biology Only.</strong>
  88. <?= $ENV->SITE_NAME ?> is an annotated repository of
  89. biology data
  90. and a bioinformatics learning community.
  91. Gazelle in its current state requires lots of hardcoded metadata.
  92. I can help you adapt the design, e.g., for physics or astronomy data.
  93. A generalized science tracker is in development.
  94. </li>
  95. <li id="r1.2"><a href="#h1"><strong>&uarr;</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. <li id="r1.3"><a href="#h1"><strong>&uarr;</strong></a> <a href="#r1.3">1.3</a>
  103. <strong>No Advertising.</strong>
  104. Please don't "tag" torrents, include ASCII art, or make your torrents look like they came from the Pirate Bay.
  105. These kinds of additions are allowed if they serve a relevant purpose.
  106. Enclosing a GPG-signed hash of your data isn't a bad idea at all.
  107. <ul>
  108. </ul>
  109. </li>
  110. <li id="r1.4"><a href="#h1"><strong>&uarr;</strong></a> <a href="#r1.4">1.4</a>
  111. <strong>Speak English.</strong>
  112. <?= $ENV->SITE_NAME ?> is an Anglophone site.
  113. Everything but private messages, and especially torrents and the forums, should be in English.
  114. </li>
  115. <li id="r1.5"><a href="#h1"><strong>&uarr;</strong></a> <a href="#r1.5">1.5</a>
  116. <strong>Good Data.</strong>
  117. Strive to release complete collections of the highest fidelity data in the most sensible format.
  118. Sometimes I wonder whether certain kinds of people are drawn to private torrent trackers, or if the site
  119. design encourages otherwise disinterested people to do well.
  120. </li>
  121. <li id="r1.6"><a href="#h1"><strong>&uarr;</strong></a> <a href="#r1.6">1.6</a>
  122. <strong>No DRM.</strong>
  123. Archived releases must not be password protected.
  124. DRM of any kind isn't allowed.
  125. </li>
  126. <!-- todo: ugh -->
  127. <li id="r1.6.5"><a href="#h1"><strong>&uarr;</strong></a> <a href="#r1.6.5">1.6.5</a>
  128. <strong>Sane Permissions.</strong>
  129. Files should have 644 permissions, folders 755.
  130. <br /><br />
  131. <code>find . -type f -print0 | xargs -0 chmod 0644</code>
  132. <br />
  133. <code>find . -type d -print0 | xargs -0 chmod 0755</code>
  134. </li>
  135. <hr style="margin: 2em auto; opacity: 0.3; width: 50%;" />
  136. <li id="r1.7"><a href="#h1"><strong>&uarr;</strong></a> <a href="#r1.7">1.7</a>
  137. <strong>Folder Structure.</strong>
  138. Each torrent should be a single folder so we can manage them easier.
  139. Please avoid unnecessary nested folders inside your torrent.
  140. Use one of the examples below for your main folder.
  141. <ul>
  142. <li>One-Shot Project Name</li>
  143. <li>Torrent Title - Accession Number</li>
  144. <li>Department/Lab - Project Name</li>
  145. <li>After the Name - Extra comments as necessary</li>
  146. </ul>
  147. I also strongly recommend you compress only large files or long image series, and not simply compress the
  148. entire dataset.
  149. This makes it easier to partially seed large datasets, work with discrete parts of the data, and know what's
  150. on disk.
  151. </li>
  152. <li id="r1.8"><a href="#h1"><strong>&uarr;</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. <li id="r1.9"><a href="#h1"><strong>&uarr;</strong></a> <a href="#r1.9">1.9</a>
  162. <strong>Compression.</strong>
  163. "10 GB or 10,000 files."
  164. Compression is required if your torrent is > 10 GiB or if it contains > 10,000 files.
  165. Otherwise, please compress text files only if it reduces the torrent size by > 30% and avoid compressing
  166. binary files.
  167. Multipart archives are only allowed for torrents > 10 GiB.
  168. </li>
  169. <li id="r1.10"><a href="#h1"><strong>&uarr;</strong></a> <a href="#r1.10">1.10</a>
  170. <strong>Metadata.</strong>
  171. Avoid matching folder names to <?= $ENV->SITE_NAME ?>
  172. metadata.
  173. The site design will change but the torrents are evergreen.
  174. When What.cd went down, it was possible to seed most of your old torrents at Redacted.ch because the info
  175. hashes matched.
  176. The <code>.torrent</code> points to cryptographically verified folders and files that are tracked for
  177. convenience.
  178. On the flipside, please add enough metadata so that people can pick it out of a list.
  179. </li>
  180. <li id="r1.11"><a href="#h1"><strong>&uarr;</strong></a> <a href="#r1.11">1.11</a>
  181. <strong>Supplemental Packs.</strong>
  182. I strongly recommend <a href="https://semver.org/" target="_blank">Semantic Versioning</a> for your original
  183. data.
  184. Supplemental packs may include a collection of citations, documents, utilities, protocols, metadata, disk
  185. images, etc., specifically prepared for release.
  186. The collection should be a separate torrent if the collection constitutes a project in its own right.
  187. If you only have metadata generated in the data processing workflow, please include it in the main torrent.
  188. </li>
  189. </ul>
  190. </div>
  191. <!-- Upload Rules: Duplicates and Trumping -->
  192. <h5 id="h2"><a href="#h2k"><strong>&uarr;</strong></a> <a href="#h2">2</a> Duplicates and Trumping</h5>
  193. <div class="box">
  194. <ul>
  195. <li id="r2.1"><a href="#h2"><strong>&uarr;</strong></a> <a href="#r2.1">2.1</a>
  196. <strong>Multiple Formats Allowed.</strong>
  197. It's fine if there's an EMBL and a FASTA of the same data. If you need to convert a dataset for your own
  198. analysis,
  199. please upload a quality conversion with supplemetal info.
  200. Remember that small, one-shot metadata are better included with the data, and collections of docs and utils
  201. are better separate from it.
  202. If only the header is different and it follows the "10 GB or 10,000 files" rule, uncompressed torrents trump
  203. compressed ones.
  204. It should be easy for others with the same data to change a line and check out the new torrent.
  205. </li>
  206. <li id="r2.2"><a href="#h2"><strong>&uarr;</strong></a> <a href="#r2.2">2.2</a>
  207. <strong>SemVer Trumps.</strong>
  208. Versioned data can be trumped at the patch level.
  209. Major and minor releases can coexist.
  210. Please add a link in the old data's Torrent Group Description to the new data.
  211. Git repos can be trumped at the commit and patch levels.
  212. Then normal SemVer rules take effect for properly tagged releases.
  213. In an ideal world, only releases tagged with a specific version number would be allowed because this is
  214. BitTorrent's main strength.
  215. </li>
  216. <li id="r2.3"><a href="#h2"><strong>&uarr;</strong></a> <a href="#r2.3">2.3</a>
  217. <strong>Report Trumps and Dupes.</strong>
  218. If you trump a torrent or notice a duplicate torrent, please use the report link [RP] to notify staff to
  219. remove it.
  220. If you are uploading a superior version, e.g., without watermarks, report the older torrent and include a link
  221. to your new torrent.
  222. Your torrent may be deleted as a dupe if the older torrent is not reported.
  223. </li>
  224. <li id="r2.4"><a href="#h2"><strong>&uarr;</strong></a> <a href="#r2.4">2.4</a>
  225. <strong>One Month Unseeded.</strong>
  226. Please try requesting a reseed before anything.
  227. This sends a mass PM to all snatchers asking them to resume seeding the files.
  228. If you have the original torrent files for the inactive torrent, reseed those instead of uploading a new
  229. torrent.
  230. Uploading a replacement torrent should be done only when the original files are unavailable and/or the torrent
  231. hasn't been seeded for a month.
  232. The site automatically deletes dead torrents after 6 months.
  233. </li>
  234. <li id="r2.5"><a href="#h2"><strong>&uarr;</strong></a> <a href="#r2.5">2.5</a>
  235. <strong>Watermarks.</strong>
  236. Data without watermarks trumps watermarked data.
  237. </li>
  238. <li id="r2.6"><a href="#h2"><strong>&uarr;</strong></a> <a href="#r2.6">2.6</a>
  239. <strong>Stupid Compression.</strong>
  240. If someone uploads, e.g., a gzip of 1000 images, you can trump the torrent with an uncompressed version.
  241. Likewise, a compressed torrent with folders of 10,000 reads each is trumpable by one where the file structure
  242. is visible, even if the data itself is compressed.
  243. </li>
  244. </ul>
  245. </div>
  246. <!-- Upload Form Walkthrough -->
  247. <h5 id="h3"><a href="#h3k"><strong>&uarr;</strong></a> <a href="#h3">3</a> Upload Form Walkthrough</h5>
  248. <div class="box">
  249. <ul>
  250. <li id="r3.1"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.1">3.1</a>
  251. <strong>Torrent File.</strong>
  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
  254. embedded.
  255. This passkey lets the tracker know who's uploading and downloading, and leaking it will nuke your ratio.
  256. Please don't share any <code>.torrent</code> files you download for this reason.
  257. <br /><br />
  258. </li>
  259. <li id="r3.2"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.2">3.2</a>
  260. <strong>Category.</strong>
  261. Please see the
  262. <a href="/wiki.php?action=article&id=29">Site Categories wiki page</a>
  263. for detailed info about the top-level organization.
  264. <br /><br />
  265. </li>
  266. <li id="r3.3"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.3">3.3</a>
  267. <strong>Accession Number.</strong>
  268. Please add accession numbers if they come with the data or if you acquired them for your own data.
  269. The number can be any format but it must correspond to the actual nucleotide or amino acid sequences
  270. represented on disk.
  271. Don't add accession numbers just because the metadata matches.
  272. RefSeq and UniProt integration, including autofill, is in development.
  273. <br /><br />
  274. </li>
  275. <li id="r3.4"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.4">3.4</a>
  276. <strong>Version.</strong>
  277. Similar to the accession number field, version information should only exist if the original data is
  278. versioned, or if you versioned your own data (recommended).
  279. Any schema is acceptable but Semantic Versioning is strongly encouraged.
  280. You must use x.y.z numbering as with SemVer.
  281. <br /><br />
  282. </li>
  283. <li id="r3.5"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.5">3.5</a>
  284. <strong>Torrent Title.</strong>
  285. A short description of the torrent contents such as a FASTA definition line or publication title.
  286. It doesn't need to match the folders but it should tell you what the data is at a glance.
  287. Please avoid adding other metadata such as strain, platform, etc., with a dedicated field.
  288. <br /><br />
  289. </li>
  290. <li id="r3.6"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.6">3.6</a>
  291. <strong>Organism.</strong>
  292. The relevant organism's binomial name and optional subspecies.
  293. Please use <em>Genus species subspecies</em> and not terms such as var. and subsp.
  294. Multiple organisms and a way to autofill from FASTA/GenBank headers are both in development.
  295. <br /><br />
  296. </li>
  297. <li id="r3.7"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.7">3.7</a>
  298. <strong>Strain/Variety.</strong>
  299. The strain's name if known.
  300. This should correspond to a specific cell line, cultivar, or breed.
  301. If the species is <em>H. sapiens</em> and the subject's ethnicity is known and relevant, e.g., as in a torrent
  302. of gene sequences related to sickle cell anemia, please add it here.
  303. Otherwise, please omit it.
  304. Do not put any identifying patient data here or anywhere else.
  305. <br /><br />
  306. </li>
  307. <li id="r3.8"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.8">3.8</a>
  308. <strong>Authors(s).</strong>
  309. The Author field should contain only the author name and no titles.
  310. The upload form supports multiple authors, which will autocomplete.
  311. Consistent author naming makes browsing easier because it groups torrents on a common page.
  312. ORCiD integration is in development.
  313. <br /><br />
  314. </li>
  315. <li id="r3.9"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.9">3.9</a>
  316. <strong>Department/Lab.</strong>
  317. The lab that did the experiments or the last author's home lab.
  318. Please use "Unaffiliated" for anonymous or unknown labs.
  319. <br /><br />
  320. </li>
  321. <li id="r3.10"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.10">3.10</a>
  322. <strong>Location.</strong>
  323. The lab's physical location in one of the below formats.
  324. <ul>
  325. <li>{City}, {State} {Postal Code}</li>
  326. <li>{Postal Code} {City}, {Country}</li>
  327. </ul>
  328. For example, Berkeley, CA 94720 or 10117 Berlin, Germany.
  329. It's okay to use the American style if the foreign address uses the same format.
  330. Please use "Unknown" for anonymous or unknown labs.
  331. <br /><br />
  332. </li>
  333. <li id="r3.11"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.11">3.11</a>
  334. <strong>Year.</strong>
  335. The year the data was first published.
  336. The publication that announced the data.
  337. <br /><br />
  338. </li>
  339. <li id="r3.12"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.12">3.12</a>
  340. <strong>License.</strong>
  341. <?= $ENV->SITE_NAME ?> only allows permissive licenses.
  342. If your data is original, please consider licensing it under one of the available options.
  343. The "Unspecified" option is for compatibility with existing releases of variable metadata completeness.
  344. <br /><br />
  345. </li>
  346. <li id="r3.13"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.13">3.13</a>
  347. <strong>Platform.</strong>
  348. The class of technology the data comes from.
  349. What sequencing or imaging technique is it the output of?
  350. <a
  351. href="forums.php?action=viewforum&forumid=<?= $ENV->SUGGESTIONS_FORUM ?>">Please
  352. post in the suggestions forum</a>
  353. if you'd like to request a new platform.
  354. Note that the platforms change for each category.
  355. <br /><br />
  356. </li>
  357. <li id="r3.14"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.14">3.14</a>
  358. <strong>Format.</strong>
  359. The file format of the data.
  360. What programs do you need to work with the data?
  361. <a
  362. href="forums.php?action=viewforum&forumid=<?= $ENV->SUGGESTIONS_FORUM ?>">Please
  363. post in the suggestions forum</a>
  364. if you'd like to request a new format.
  365. Note that the formats change for each category.
  366. You can elect to have the site detect the data format by its file extension.
  367. <br /><br />
  368. </li>
  369. <li id="r3.15"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.15">3.15</a>
  370. <strong>Archive.</strong>
  371. The compression algorithm used, if any.
  372. You can elect to have the site detect the archive format by its file extension.
  373. <br /><br />
  374. </li>
  375. <li id="r3.16"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.16">3.16</a>
  376. <strong>Scope.</strong>
  377. The resolution of the data.
  378. How much information about the organism does it represent?
  379. The options correspond in higher conceptual language to:
  380. a single piece of information, structural information, especially deep or broad information, and an exhaustive
  381. source.
  382. Please use the Other option if you'd like to enter a specific resolution such as "420 subjects from Boston."
  383. <br /><br />
  384. </li>
  385. <li id="r3.17"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.17">3.17</a>
  386. <strong>Tags.</strong>
  387. Please select at least five appropriate tags.
  388. Don't use irrelevant tags, and consider making new tags as a last resort.
  389. <a
  390. href="forums.php?action=viewforum&forumid=<?= $ENV->SUGGESTIONS_FORUM ?>">Please
  391. post in the suggestions forum</a>
  392. if you'd like to request a new official tag.
  393. <br /><br />
  394. </li>
  395. <li id="r3.18"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.18">3.18</a>
  396. <strong>Picture.</strong>
  397. Please upload a meaningful picture, especially if you plan to add the torrent to a collection.
  398. A photo of the sequence sample or a representative photo of the organism; an example (preferably not a
  399. thumbnail collection) from an imaging dataset;
  400. a screenshot of a useful table from the publication; or another similarly informative picture.
  401. No picture is better than an irrelevant one.
  402. <br /><br />
  403. </li>
  404. <li id="r3.19"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.19">3.19</a>
  405. <strong>Mirrors.</strong>
  406. <?= $ENV->SITE_NAME ?> supports up to two FTP/HTTP web
  407. seeds on
  408. an experimental basis according to
  409. <a href="https://www.bittorrent.org/beps/bep_0019.html" target="_blank">BEP 19 (GetRight style)</a>.
  410. Please note that not all clients support web seeds, and of those that do, having too many may cause problems
  411. for you.
  412. The web seeds must be unencrypted.
  413. The site automatically rewrites <code>ftps://</code> and <code>https://</code> web addresses.
  414. Additionally, the contents of the FTP/HTTP folder must correspond exactly to the contents of the
  415. <code>.torrent</code> file.
  416. Given these caveats, it's worth documenting the data source for accuracy's sake and to let people save ratio
  417. here.
  418. <br /><br />
  419. </li>
  420. <li id="r3.20"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.20">3.20</a>
  421. <strong>Publications.</strong>
  422. DOI numbers should be well-formed, one per line.
  423. The site currently discards malformed DOI numbers instead of extracting them from arbitrary strings.
  424. An auto-extract and metadata fetching are in development.
  425. If your research is a normal URI, please use the Torrent Group Description field.
  426. <br /><br />
  427. </li>
  428. <li id="r3.21"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.21">3.21</a>
  429. <strong>Torrent Group Description.</strong>
  430. General info about the object of study's function or significance.
  431. This is the main body text on a torrent's page.
  432. Please limit the contents of this field to concise and interesting knowledge.
  433. <br /><br />
  434. </li>
  435. <li id="r3.22"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.22">3.22</a>
  436. <strong>Torrent Description.</strong>
  437. Specific info about the protocols and equipment relevant to <em>this</em> data.
  438. This text is hidden by default.
  439. It displays when you click the Torrent Title next to [ DL | RP ].
  440. Please discuss materials and methods here.
  441. <br /><br />
  442. </li>
  443. <li id="r3.23"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.23">3.23</a>
  444. <strong>Aligned/Annotated.</strong>
  445. Does the data come with any metadata of an analytical nature, such as alignment data (mandatory if checked)?
  446. If so, does the torrent folder contain the scripts used to generate the metadata (optional)?
  447. <br /><br />
  448. </li>
  449. <li id="r3.24"><a href="#h3"><strong>&uarr;</strong></a> <a href="#r3.24">3.24</a>
  450. <strong>Upload Anonymously.</strong>
  451. You'll still get upload credit even if you hide your username from the torrent details.
  452. I believe it's still visible to sysops.
  453. </li>
  454. </ul>
  455. </div>
  456. <!-- End rules -->
  457. <?php include('jump.php'); ?>
  458. </div>
  459. </div>
  460. <?php View::show_footer();