Skip to content

Commit

Permalink
Merge pull request #24 from lukemartinlogan/main
Browse files Browse the repository at this point in the history
Add daos OSR citation
  • Loading branch information
lukemartinlogan authored Aug 25, 2024
2 parents d839a8c + 3e51e9c commit 427baab
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/05-jarvis/02-jarvis-cd/02-getting-started.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Getting Standard
# Getting Started

In this section, we will discuss the jarvis command line interface.
We will discuss the basic steps of how to create a deployment
Expand Down
22 changes: 22 additions & 0 deletions src/data/publications.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,28 @@ const publications: Publication[] = [
tags: ["DNN Model Transferring", "Inference Serving"],
links: {},
},
{
authors: ["L. Logan", "J. Lofstead", "A. Kougkas", "X.-H. Sun"],
title:
"An Evaluation of DAOS for Simulation and Deep Learning HPC Workloads",
venue:
"SIGOPS Operating Systems Review (OSR'24)",
type: "Journal",
date: "June, 2024",
tags: [
"Distributed Computing",
"Distributed Storage",
"Flash Memory",
"Machine Learning",
"Parallel Computing",
"Phase Change Memory",
],
links: {
pdf: "http://cs.iit.edu/~scs/assets/files/logan2023daos.pdf"
// bibtex: "http://cs.iit.edu/~scs/assets/files/logan2024daos.bib",
// citation: "http://cs.iit.edu/~scs/assets/files/logan2024daos.txt",
},
},
{
authors: [
"J. Cernuda",
Expand Down

0 comments on commit 427baab

Please sign in to comment.