add USDA quote (#10198)

This commit is contained in:
Faith Xu 2022-01-06 10:57:27 -08:00 committed by GitHub
parent 7f0b170fd9
commit 12d98dc189
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 1 deletions

View file

@ -187,6 +187,14 @@
<div class="quote-attribution text-right">&ndash;Suraj Raghuraman, Head of AI Engine, Topaz Labs</div>
</div>
</div>
<div id = "usda" class="quotebox row col-12 col-md-12 mb-4">
<div class="sponsor-logo col-12 col-md-3 text-center">
<img src="./images/logos/usda-logo.png" alt="USDA logo">
</div>
<div class="col-12 col-md-9 quote">&ldquo;At the USDA we use ONNX Runtime in GuideMaker, a program we developed to design pools of guide RNAs needed for large-scale gene editing experiments with CRISPR-Cas. ONNX allowed us to make an existing model more interoperable and ONNX Runtime speeds up predictions of guide RNA binding.&rdquo;<br/><br/>
<div class="quote-attribution text-right">&ndash;Adam Rivers, Computational Biologist, United States Department of Agriculture, Agricultural Research Service</div>
</div>
</div>
<div id = "vespa" class="quotebox row col-12 col-md-12 mb-4">
<div class="sponsor-logo col-12 col-md-3 text-center">
<img src="./images/logos/vespa-logo.png" alt="Vespa logo">

BIN
images/logos/usda-logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View file

@ -476,7 +476,11 @@
<a href="community.html#topaz-labs"><img src="./images/logos/topazlabs-logo.png" alt="Topaz Labs logo"></a>
</div>
</div>
<div class="col-6 col-md-2 mb-4 mb-md-0">
<div class="sponsor-logo text-center">
<a href="community.html#usda"><img src="./images/logos/usda-logo.png" alt="USDA logo"></a>
</div>
</div>
<div class="col-6 col-md-2 mb-4 mb-md-0">
<div class="sponsor-logo text-center">
<a href="community.html#vespa"><img src="./images/logos/vespa-logo.png" alt="Vespa logo"></a>