Skip to content

Commit 7ac9142

Browse files
committed
Updated papers
1 parent e72768b commit 7ac9142

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

index.html

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,53 @@ <h5 class="card-title">
338338
<div>
339339
<h1>Publications</h1>
340340

341+
<!-- Card6 -->
342+
<div class="card">
343+
<div class="card-body">
344+
<h5 class="card-title">
345+
Adrastea: An Efficient FPGA Design Environment for Heterogeneous Scientific Computing and Machine Learning
346+
<span class="badge bg-dark">SMC 2022</span>
347+
</h5>
348+
<p class="card-text">
349+
Aaron R. Young, Narasinga Rao Miniskar, Frank Liu, Willem Blokland, Jeffrey S. Vetter
350+
</p>
351+
<button type='button' class='btn btn-success' data-bs-toggle='modal' data-bs-target='#young2023adrastea'>cite this</button>
352+
<a href='https://doi.org/10.1007/978-3-031-23606-8_14' class="btn btn-outline-success">doi</a>
353+
<!-- <a href='pdf/hpec21-cosmiccastle.pdf' class="btn btn-outline-success">pdf</a> -->
354+
<!-- <a href='pdf/hpec21-cosmiccastle-slide.pdf' class="btn btn-outline-success">slide</a> -->
355+
356+
<div class='modal fade' id='young2023adrastea' tabindex='-1'>
357+
<div class='modal-dialog'>
358+
<div class='modal-content'>
359+
<div class='modal-header'>
360+
<h5 class='modal-title'>BibTeX</h5>
361+
<button type='button' class='btn-close' data-bs-dismiss='modal'></button>
362+
</div>
363+
<div class='modal-body text-start'>
364+
<pre class='font-sm' id="bib">
365+
@inproceedings{young2023adrastea,
366+
title={Adrastea: An Efficient FPGA Design Environment for Heterogeneous Scientific Computing and Machine Learning},
367+
author={Young, Aaron R and Miniskar, Narasinga Rao and Liu, Frank and Blokland, Willem and Vetter, Jeffrey S},
368+
booktitle={Accelerating Science and Engineering Discoveries Through Integrated Research Infrastructure for Experiment, Big Data, Modeling and Simulation: 22nd Smoky Mountains Computational Sciences and Engineering Conference, SMC 2022, Virtual Event, August 23--25, 2022, Revised Selected Papers},
369+
pages={227--243},
370+
year={2023},
371+
organization={Springer Nature Switzerland Cham}
372+
}
373+
</pre>
374+
</div>
375+
<div class='modal-footer'>
376+
<button type='button' class='btn btn-dark' onclick='copytoclipboard("bib")'><i class="far fa-copy"></i> Copy</button>
377+
</div>
378+
</div>
379+
</div>
380+
</div>
381+
382+
</div>
383+
</div>
384+
<!-- /Card6 -->
385+
386+
<p></p>
387+
341388
<!-- Card5 -->
342389
<div class="card">
343390
<div class="card-body">

0 commit comments

Comments
 (0)