VyLala commited on
Commit
b97ef52
·
verified ·
1 Parent(s): dcdfdba

Update offer.html

Browse files
Files changed (1) hide show
  1. offer.html +6 -5
offer.html CHANGED
@@ -35,12 +35,13 @@
35
  <th>Case Type</th>
36
  <th>Price/Sample</th>
37
  <th>Output</th>
 
38
  </tr>
39
  </thead>
40
  <tbody>
41
- <tr><td>Normal</td><td>$0.10</td><td>Sample Type + Country</td></tr>
42
- <tr><td>Edge</td><td>$1.00</td><td>Sample Type + Country</td></tr>
43
- <tr><td>Niche</td><td>$2.00</td><td>Sample Type + Country + 1 Custom Label</td></tr>
44
  </tbody>
45
  </table>
46
 
@@ -48,8 +49,8 @@
48
 
49
  <h2>Batch Discount (1000+ Samples)</h2>
50
  <ul>
51
- <li><strong>Normal Output</strong> → $100 total ($0.10/sample)<br>Unsatisfied samples? We’ll refund them.</li>
52
- <li><strong>Niche Output</strong> → $500 total ($0.50/sample)<br>Includes an extra label like ethnicity or phenotype.</li>
53
  </ul>
54
 
55
  <hr>
 
35
  <th>Case Type</th>
36
  <th>Price/Sample</th>
37
  <th>Output</th>
38
+ <th>Description</th>
39
  </tr>
40
  </thead>
41
  <tbody>
42
+ <tr><td>Normal</td><td>$0.10</td><td>Sample Type + Country</td><td>Sample has known publication (e.g., PubMed ID) but no clear label</td></tr>
43
+ <tr><td>Edge</td><td>$1.00</td><td>Sample Type + Country</td><td>Direct submissions, no DOI/article/PubMed ID</td></tr>
44
+ <tr><td>Niche</td><td>$2.00</td><td>Sample Type + Country + 1 Custom Label</td><td>Adds output for phenotype, ethnicity, or city/province</td></tr>
45
  </tbody>
46
  </table>
47
 
 
49
 
50
  <h2>Batch Discount (1000+ Samples)</h2>
51
  <ul>
52
+ <li><strong>Normal Output (Sample Type, Country)</strong> → $100 total ($0.10/sample)<br>Unsatisfied samples? We’ll reduce the cost ($0.10/sample deducted)</li>
53
+ <li><strong>Niche Output ((Sample Type, Country + 1 Niche Label))</strong> → $500 total ($0.50/sample)<br>Unsatisfied outputs will also be refunded proportionally</li>
54
  </ul>
55
 
56
  <hr>