Last active
December 28, 2015 14:09
-
-
Save khaledmdiab/7512831 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
bibtex2html -d -r kdiab_bibtex.bib |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@inproceedings{Diab:2013:DSG:2510648.2510885, | |
author = {Diab, Khaled M. and Rafique, M. Mustafa and Hefeeda, Mohamed}, | |
title = {Dynamic Sharing of GPUs in Cloud Systems}, | |
booktitle = {Proceedings of the 2013 IEEE 27th International Symposium on Parallel and Distributed Processing Workshops and PhD Forum}, | |
series = {IPDPSW '13}, | |
year = {2013}, | |
isbn = {978-0-7695-4979-8}, | |
pages = {947--954}, | |
numpages = {8}, | |
url = {http://dx.doi.org/10.1109/IPDPSW.2013.102}, | |
doi = {10.1109/IPDPSW.2013.102}, | |
acmid = {2510885}, | |
publisher = {IEEE Computer Society}, | |
address = {Washington, DC, USA}, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment