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 25KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. <?
  2. //Include the header
  3. View::show_header('Uploading Rules', 'rules');
  4. ?>
  5. <!-- Upload -->
  6. <div class="thin">
  7. <div class="header">
  8. <h2>Upload</h2>
  9. </div>
  10. <!-- Uploading Rules Index Links -->
  11. <br />
  12. <form class="search_form" name="rules" onsubmit="return false" action="">
  13. <input type="text" id="search_string" value="Filter (empty to reset)" />
  14. <span id="Index">Searching for <strong>upload</strong> returns all rules containing the term.
  15. Searching for <strong>upload+trump</strong> returns all rules containing both terms</span>
  16. </form>
  17. <br />
  18. <div class="before_rules">
  19. <div class="box pad" style="padding: 10px 10px 10px 20px;">
  20. <ul>
  21. <li id="Introk"><a href="#Intro"><strong>Introduction</strong></a></li>
  22. <li id="defk"><a href="#def"><strong>Definitions</strong></a></li>
  23. <li id="h1k"><a href="#h1">1. <strong>Content Rules</strong></a>
  24. <ul>
  25. <li id="h1.1k"><a href="#h1.1">1.1. <strong>General</strong></a></li>
  26. <li id="h1.2k"><a href="#h1.2">1.2. <strong>Formatting</strong></a></li>
  27. <li id="h1.3k"><a href="#h1.3">1.3. <strong>Specifically Banned</strong></a></li>
  28. </ul>
  29. </li>
  30. <li id="h2k"><a href="#h2">2. <strong>Site Rules</strong></a>
  31. <ul>
  32. <li id="h2.1k"><a href="#h2.1">2.1. <strong>Upload Form Walkthrough</strong></a></li>
  33. <li id="h2.2k"><a href="#h2.2">2.2. <strong>Duplicates and Trumping</strong></a></li>
  34. </ul>
  35. </li>
  36. </ul>
  37. </div>
  38. </div>
  39. <!-- Actual Uploading Rules -->
  40. <div id="actual_rules">
  41. <div class="before_rules">
  42. <h4 id="Intro"><a href="#Introk"><strong>&uarr;</strong></a> Introduction</h4>
  43. <div class="box pad" style="padding: 10px 10px 10px 20px;">
  44. <p>
  45. <?= SITE_NAME ?> is the global DIYbio community's distrubuted data repository.
  46. The content includes richly annotated and searchable biological sequence and medical imaging data.
  47. It follows the example of private BitTorrent sites to
  48. <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>
  49. without recourse to institutional funding.
  50. </p>
  51. <p>
  52. Please read this entire page carefully because it explains how the tracker organizes the content.
  53. Referring to this page often will help you search faster and upload smarter.
  54. I'll go line-by-line through <a href="upload.php">the upload form</a>.
  55. </p>
  56. <p>
  57. Thanks for taking an interest in this project and contributing to its success.
  58. Please note that <?= SITE_NAME ?> isn't a piracy site and only allows permissively licensed datasets.
  59. </p>
  60. </div>
  61. <h4 id="def"><a href="#defk"><strong>&uarr;</strong></a> Definitions</h4>
  62. <div class="box pad" style="padding: 10px 10px 10px 20px;">
  63. <ul>
  64. <li><b>Torrent</b> - Broadly used as a noun to describe a .torrent 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>
  65. <li><b>Swarm</b> - All peers associated with a given torrent.</li>
  66. <li><b>Peer</b> - A client that has announced to the tracker and is part of the swarm.</b>
  67. <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>
  68. <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>
  69. <li><b>Metadata</b> - The information we record here on the site for each torrent, such as title, encoding information, and tags.</li>
  70. <li><b>Hentai</b> - A subgenre of anime, manga, and games characterized by being pornographic.</li>
  71. </ul>
  72. </div>
  73. </div>
  74. <h4 id="h1"><a href="#h1k"><strong>&uarr;</strong></a> <a href="#h1">1.</a> Content Rules</h4>
  75. <h5 id="h1.1"><a href="#h1.1k"><strong>&uarr;</strong></a> <a href="#h1.1">1.1.</a> General</h5>
  76. <div class="box pad" style="padding: 10px 10px 10px 20px;">
  77. <ul>
  78. <li id="r1.1.1"><a href="#h1.1"><strong>&uarr;</strong></a> <a href="#r1.1.1">1.1.1.</a>
  79. <strong>Only biological sequences and medical imaging data are allowed on the site.</strong>
  80. <?=SITE_NAME?> is an annotated repository.
  81. The only expections to this rule live in the Other category, which is explained in its own section.
  82. </li>
  83. <li id="r1.1.2"><a href="#h1.1"><strong>&uarr;</strong></a> <a href="#r1.1.2">1.1.2.</a>
  84. <strong>Duplicate torrents in any category are not allowed.</strong>
  85. There are some exceptions to this rule, which are outlined in their relevant sections below.
  86. </li>
  87. <li id="r1.1.3"><a href="#h1.1"><strong>&uarr;</strong></a> <a href="#r1.1.3">1.1.3.</a>
  88. <strong>Seed complete copies of your uploads.</strong>
  89. Do not upload a torrent unless you intend to seed until there are at least 1.0 distributed copies. Seeding past this minimum is strongly encouraged.
  90. </li>
  91. <li id="r1.1.4"><a href="#h1.1"><strong>&uarr;</strong></a> <a href="#r1.1.4">1.1.4.</a>
  92. <strong>No advertising or personal credits.</strong>
  93. Providing author, lab, or other information is not considered advertising.
  94. <ul>
  95. <li id="r1.1.4.1"><a href="#h1.1.4"><strong>&uarr;</strong></a> <a href="#r1.1.4.1">1.1.4.1</a>
  96. <strong>Do not advertise sites, groups, or persons in torrent contents (e.g., folder names, file names, or file tags).</strong>
  97. </li>
  98. <li id="r1.1.4.2"><a href="#h1.1.4"><strong>&uarr;</strong></a> <a href="#r1.1.4.2">1.1.4.2</a>
  99. <strong>Do not advertise sites, groups, or persons in torrent descriptions.</strong>
  100. </li>
  101. </ul>
  102. </li>
  103. <li id="r1.1.5"><a href="#h1.1"><strong>&uarr;</strong></a> <a href="#r1.1.5">1.1.5.</a>
  104. <strong>Archived files in uploads under 5 GiB are not allowed.</strong>
  105. Specific archival rules can be found in their respective sections.
  106. </li>
  107. <li id="r1.1.6"><a href="#h1.1"><strong>&uarr;</strong></a> <a href="#r1.1.6">1.1.6.</a>
  108. <strong>English is the language of <?=SITE_NAME?>.</strong>
  109. The data folder structure should correspond to its English labels on <?= SITE_NAME ?> whenever possible.
  110. </li>
  111. <li id="r1.1.7"><a href="#h1.1"><strong>&uarr;</strong></a> <a href="#r1.1.7">1.1.7.</a>
  112. <strong>Watermarked uploads are allowed,</strong>
  113. however they may be trumpable by non-watermarked uploads (see <a href="#r2.2.5">rule 2.2.5.</a>).
  114. </li>
  115. <li id="r1.1.8"><a href="#h1.1"><strong>&uarr;</strong></a> <a href="#r1.1.8">1.1.8.</a>
  116. <strong>No protected archives.</strong>
  117. Archived releases must not be password protected.
  118. </li>
  119. <li id="r1.1.9"><a href="#h1.1"><strong>&uarr;</strong></a> <a href="#r1.1.9">1.1.9.</a>
  120. <strong>DO NOT PUT METADATA IN THE TITLE FIELD.</strong>
  121. Metadata should go in the proper fields.
  122. </li>
  123. </ul>
  124. </div>
  125. <h5 id="h1.2"><a href="#h1.2k"><strong>&uarr;</strong></a> <a href="#h1.2">1.2.</a> Formatting</h5>
  126. <div class="box pad" style="padding: 10px 10px 10px 20px;">
  127. <ul>
  128. <li id="r1.2.1"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r1.2.1">1.2.1.</a>
  129. <strong>Torrents must be in a directory that contains the files</strong>
  130. if there are multiple files.
  131. Single-file torrents may be uploaded on their own, without a directory.
  132. </li>
  133. <li id="r1.2.2"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r1.2.2">1.2.2.</a>
  134. <strong>Directories should have meaningful titles.</strong>
  135. "Title - Accession Number" or "Lab - Title."
  136. The minimum acceptable is "Title," although it is preferable to include more information.
  137. Uploads that do not follow this rule are trumpable.
  138. </li>
  139. <li id="r1.2.3"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r1.2.3">1.2.3.</a>
  140. <strong>Files within directories should have meaningful names.</strong>
  141. For uploads containing multiple parts, they should include the part number.
  142. Torrents that do not follow this rule are trumpable.
  143. </li>
  144. <li id="r1.2.4"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.4">2.1.4.</a>
  145. <strong>Files should sort appropriately.</strong>
  146. If your upload contains multiple parts, they should sort in the file manager according to the part number (use leading zeroes).
  147. Torrents that do not follow this rule are trumpable.
  148. </li>
  149. <li id="r1.2.5"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r1.2.5">1.2.5.</a>
  150. <strong>Avoid creating unnecessary nested folders inside your properly named directory.</strong>
  151. A torrent with unnecessary nested folders is trumpable by a torrent with such folders removed.
  152. For single-part torrents, all files must be included in the main torrent folder.
  153. For multi-part torrents, the main torrent folder may include sub-folders that hold the file contents for each of the parts.
  154. </li>
  155. <li id="r1.2.6"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r1.2.6">1.2.6.</a>
  156. <strong>Torrents should never have [Req] or [Request] in the title or artist name.</strong>
  157. If you fill a request using the <a href="requests.php">requests system</a>, everyone who voted for it will be automatically notified.
  158. </li>
  159. <li id="r1.2.7"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r1.2.7">1.2.7.</a>
  160. <strong>Torrent titles must accurately reflect the actual titles.</strong>
  161. Use proper capitalization when giving titles.
  162. Typing titles in all lowercase letters or all capital letters is unacceptable and makes the torrent trumpable.
  163. Natural sentence language is best for long titles.
  164. </li>
  165. <li id="r1.2.8"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r1.2.8">1.2.8.</a>
  166. <strong>The Author field in the torrent name should contain only the author name.</strong>
  167. Do not add additional information about the author in the author field unless the work credits the author in that manner.
  168. It is recommended that you search existing torrents for the author name so that you can be sure that you name the author the exact same way.
  169. A torrent with a proper artist name will be grouped with the existing torrents for that artist on a common artist page, and thus will be easy to find.
  170. Capitalization problems will also make a torrent trumpable.
  171. Labeling the author incorrectly prevents your torrent from being grouped with the other torrents for the same author.
  172. </li>
  173. <li id="r1.2.9"><a href="#h1.2"><strong>&uarr;</strong></a> <a href="#r1.2.9">1.2.9.</a>
  174. <strong>Torrent contents should be clean.</strong>
  175. Torrents should contain <strong>only</strong> relevant files.
  176. <strong>Do</strong> include files such as pictures and videos, source code, etc., as long as it belongs to the experimental source of the data or any publications that cite it.
  177. The exceptions are web releases, which may be uploaded as-released and may contain nfo files and readmes.
  178. <strong>Don't</strong> put these kinds of files, or anything likely to change independently of the data, in new torrents.
  179. </li>
  180. </ul>
  181. </div>
  182. <h5 id="h1.3"><a href="#h1.3k"><strong>&uarr;</strong></a> <a href="#h1.3">1.3.</a> Specifically Banned</h5>
  183. <div class="box pad" style="padding: 10px 10px 10px 20px;">
  184. <ul>
  185. <li id="r1.3.1"><a href="#h1.3"><strong>&uarr;</strong></a> <a href="#r1.3.1">1.3.1.</a>
  186. <strong>Anything not specifically allowed below.</strong> If you have any doubts, ask before uploading.
  187. </li>
  188. <li id="r1.3.2"><a href="#h1.3"><strong>&uarr;</strong></a> <a href="#r1.3.2">1.3.2.</a>
  189. <strong>Collections of audio files.</strong>
  190. <?= SITE_NAME ?> doesn't yet support collections of audio files, e.g., non-visual ultrasound data.
  191. </li>
  192. <li id="r1.3.3"><a href="#h1.3"><strong>&uarr;</strong></a> <a href="#r1.3.3">1.3.3.</a>
  193. <strong>Torrent packs, database rips, etc., are strictly prohibited.</strong>
  194. They may not be uploaded under any circumstance, e.g., Wikipedia English Official Offline Edition 2014-07-07.
  195. Torrent "packs" containing mixed samples are allowed if under 10 GiB and corresponding to one finished experiment.
  196. </li>
  197. <li id="r1.3.4"><a href="#h1.3"><strong>&uarr;</strong></a> <a href="#r1.3.4">1.3.4.</a>
  198. <strong>DRM-restricted files.</strong>
  199. Files must not be encrypted or be in a restricted format that impedes sharing.
  200. You are also highly encouraged to remove personal information from any non-DRM protected files.
  201. </li>
  202. <li id="r1.3.5"><a href="#h1.3"><strong>&uarr;</strong></a> <a href="#r1.3.5">1.3.5.</a>
  203. <strong>Multi-part archives</strong>
  204. for torrents under 10 GiB.
  205. </li>
  206. </ul>
  207. </div>
  208. <h4 id="h2"><a href="#h2k"><strong>&uarr;</strong></a> <a href="#h2">2.</a> Site Rules</h4>
  209. <h5 id="h2.1"><a href="#h2.1k"><strong>&uarr;</strong></a> <a href="#h2.1">2.1.</a> Upload Form Walkthrough</h5>
  210. <div class="box pad" style="padding: 10px 10px 10px 20px;">
  211. <ul>
  212. <li id="r2.1.1"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.1">2.1.1.</a>
  213. <strong>Torrent File.</strong>
  214. Add the announce URL to the tracker list (the only item) and click the checkbox marked private.
  215. </li>
  216. <li id="r2.1.2"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.2">2.1.2.</a>
  217. <strong>Type.</strong>
  218. The categories loosely follow the central dogma.
  219. It depends on what alphabet the sequence uses, e.g., ACGT vs. ACGU.
  220. All medical imaging data goes in the Imaging category.
  221. Plasmids and things that don't quite fit go in the Other category.
  222. Only uploads not belonging in other categories are allowed there.
  223. </li>
  224. <li id="r2.1.3"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.3">2.1.3.</a>
  225. <strong>Accession Number.</strong>
  226. For nucleotide, amino acid sequences or whatever number the source repository uses.
  227. RefSeq and UniProt integration is in development.
  228. You're encouraged to add an accession number whenever the <?= SITE_NAME ?> and repo data hashes match.
  229. </li>
  230. <li id="r2.1.4"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.4">2.1.4.</a>
  231. <strong>Torrent Title.</strong>
  232. A short description of the torrent contents.
  233. It doesn't need to match the folders but it should tell you what the data <em>is</em> at a glance.
  234. </li>
  235. <li id="r2.1.5"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.5">2.1.5.</a>
  236. <strong>Organism.</strong>
  237. The subject of study's binomial name.
  238. Multiple organisms and FASTA header parser are in development.
  239. </li>
  240. <li id="r2.1.6"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.6">2.1.6.</a>
  241. <strong>Strain/Variety.</strong>
  242. The strain's name if known.
  243. </li>
  244. <li id="r2.1.7"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.7">2.1.7.</a>
  245. <strong>Authors(s).</strong>
  246. The upload form supports multiple authors per torrent.
  247. Please limit yourself to the top four authors on the paper for the release.
  248. Do an author search before uploading to get their names right.
  249. ORCiD integration is in development.
  250. </li>
  251. <li id="r2.1.8"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.8">2.1.8.</a>
  252. <strong>Department/Lab.</strong>
  253. The lab that did the experiments or the last author's home lab.
  254. Please use "Unaffiliated" for anonymous or unknown labs.
  255. </li>
  256. <li id="r2.1.9"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.9">2.1.9.</a>
  257. <strong>Location.</strong>
  258. The lab's physical location as City, (State || Country) Postal Code.
  259. For example, Berkeley, CA 94720 or Berlin, Germany 10117.
  260. Please use "Unknown" if needed.
  261. </li>
  262. <li id="r2.1.10"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.10">2.1.10.</a>
  263. <strong>Year.</strong>
  264. The year the data was first published.
  265. The publication that announced the data.
  266. </li>
  267. <li id="r2.1.11"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.11">2.1.11.</a>
  268. <strong>Platform.</strong>
  269. The class of technology the data comes from.
  270. What sequencing or imaging technique is it the output of?
  271. <a href="forums.php?action=viewforum&forumid=<?= SUGGESTIONS_FORUM_ID ?>">Please post in the suggestions forum</a>
  272. if you'd like to request a new platform.
  273. Note that the platforms change for the Imaging category.
  274. </li>
  275. <li id="r2.1.12"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.12">2.1.12.</a>
  276. <strong>Format.</strong>
  277. The file format of the data itself.
  278. What programs do you need to work with the data?
  279. <a href="forums.php?action=viewforum&forumid=<?= SUGGESTIONS_FORUM_ID ?>">Please post in the suggestions forum</a>
  280. if you'd like to request a new format.
  281. Note that the formats change for the Imaging category.
  282. </li>
  283. <li id="r2.1.13"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.13">2.1.13.</a>
  284. <strong>Assembly Level.</strong>
  285. The resolution of the data itself.
  286. How much information about the organism does it represent?
  287. Please use the Other selection if you'd like to enter a resolution.
  288. 20 character limit.
  289. </li>
  290. <li id="r2.1.14"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.14">2.1.14.</a>
  291. <strong>License.</strong>
  292. <?= SITE_NAME ?> only allows permissive licenses.
  293. If your data is original, please consider licensing it under the available options.
  294. The "Unknown" option is for compatibility with existing web releases.
  295. </li>
  296. <li id="r2.1.15"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.15">2.1.15.</a>
  297. <strong>Tags.</strong>
  298. Please select at least five appropriate tags.
  299. Don't use irrelevant tags, and consider making new tags a last resort.
  300. <a href="forums.php?action=viewforum&forumid=<?= SUGGESTIONS_FORUM_ID ?>">Please post in the suggestions forum</a>
  301. if you'd like to request a new official tag.
  302. </li>
  303. <li id="r2.1.16"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.16">2.1.16.</a>
  304. <strong>Picture.</strong>
  305. Please upload a meaningful picture, especially if you plan to add the torrent to a collection.
  306. A photo of the specimen sequenced or a representative photo of the organism; a sample from an imaging dataset;
  307. a screenshot of a useful table from the publication; or another similarly informative picture.
  308. </li>
  309. <li id="r2.1.17"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.17">2.1.17.</a>
  310. <strong>Publications.</strong>
  311. DOI numbers should be well-formed, one per line.
  312. The upload system currently discards malformed DOI numbers instead of extracting them from arbitrary strings.
  313. If your research is a URI, please use the Torrent Group Description field.
  314. 10 publication limit.
  315. </li>
  316. <li id="r2.1.18"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.18">2.1.18.</a>
  317. <strong>Torrent Group Description.</strong>
  318. General info about the object of study's function or significance.
  319. Please limit the contents of this field to the object of study.
  320. </li>
  321. <li id="r2.1.19"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.19">2.1.19.</a>
  322. <strong>Torrent Description.</strong>
  323. Specific info about the protocols and equipment relevant to <em>this</em> data.
  324. Please discuss the technical details of getting the data in this torrent-specific field.
  325. </li>
  326. <li id="r2.1.20"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.20">2.1.20.</a>
  327. <strong>Aligned Sequence.</strong>
  328. Does the data come with any metadata of an analytical nature, such as alignment data?
  329. If so, does the torrent folder contain the scripts used to generate the metadata?
  330. </li>
  331. <li id="r2.1.21"><a href="#h2.1"><strong>&uarr;</strong></a> <a href="#r2.1.21">2.1.21.</a>
  332. <strong>Upload Anonymously.</strong>
  333. You'll still get upload credit even if you hide your username from the torrent details.
  334. I believe it's still visible to sysops.
  335. </li>
  336. </ul>
  337. </div>
  338. <h5 id="h2.2"><a href="#h2.2k"><strong>&uarr;</strong></a> <a href="#h2.2">2.2.</a> Duplicates and Trumping</h5>
  339. <div class="box pad" style="padding: 10px 10px 10px 20px;">
  340. <ul>
  341. <li id="r2.2.1"><a href="#h2.2"><strong>&uarr;</strong></a> <a href="#r2.2.1">2.2.1.</a>
  342. <strong>Upload an allowed format if it doesn't already exist on the site.</strong>
  343. If there is no existing torrent of the title in the format you've chosen, you can upload it, so long as it is an allowed format.
  344. </li>
  345. <li id="r2.2.2"><a href="#h2.2"><strong>&uarr;</strong></a> <a href="#r2.2.2">2.2.2.</a>
  346. <strong>Torrents that have the same platform, formats, assembly level, etc., are duplicates.</strong>
  347. If a torrent is already present on the site in the format you wanted to upload, you are not allowed to upload it.
  348. Different editions and sources do not count as dupes.
  349. </li>
  350. <li id="r2.2.3"><a href="#h2.2"><strong>&uarr;</strong></a> <a href="#r2.2.3">2.2.3.</a>
  351. <strong>Report all trumped and duplicated torrents.</strong>
  352. If you trump a torrent or notice a duplicate torrent, please use the report link [RP] to notify staff for removal of the old or duplicate torrent.
  353. If you are uploading a superior version of the current one in the same format on the site, report the older torrent and include a link to your new torrent.
  354. Your torrent may be deleted as a dupe if the older torrent is not reported because the most recent upload is considered a duplicate.
  355. </li>
  356. <li id="r2.2.4"><a href="#h2.2"><strong>&uarr;</strong></a> <a href="#r2.2.4">2.2.4.</a>
  357. <strong>Torrents that have been inactive (unseeded) for two weeks may be trumped by the identical torrent (reuploaded).</strong>
  358. If you have the original torrent files for the inactive torrent, it is preferable to reseed those original files instead of uploading a new torrent.
  359. Uploading a replacement torrent should be done only when the files from the original torrent cannot be recovered or are unavailable.
  360. </li>
  361. <li id="r2.2.5"><a href="#2.2"><strong>&uarr;</strong></a> <a href="#r2.2.5">2.2.5.</a>
  362. <strong>Uploads without watermarks trump those with them.</strong>
  363. </ul>
  364. </div>
  365. </div>
  366. <!-- END Other Sections -->
  367. <? include('jump.php'); ?>
  368. </div>
  369. <?
  370. View::show_footer();
  371. ?>