Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkapfham/per2012-paper
Source Code of and Supporting Files for a Paper Published in the PER Journal
https://github.com/gkapfham/per2012-paper
latex-document paper performance-evaluation research
Last synced: 2 days ago
JSON representation
Source Code of and Supporting Files for a Paper Published in the PER Journal
- Host: GitHub
- URL: https://github.com/gkapfham/per2012-paper
- Owner: gkapfham
- Created: 2015-07-16T00:51:14.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-27T18:48:29.000Z (over 8 years ago)
- Last Synced: 2024-11-08T13:15:03.396Z (about 2 months ago)
- Topics: latex-document, paper, performance-evaluation, research
- Language: Mathematica
- Size: 1.86 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# per2012-paper
This repository contains the LaTeX source code and additional resources for a research paper that was accepted for
publication in the ACM SIGMETRICS Performance Evaluation Review. The source code of the research paper uses the LaTeX
style files provided by the editors of the journal and a wide variety of other packages that are normally standard with
a modern LaTeX distribution such a TeXLive 2015.You are invited to use this repository as a means for learning more about preparing papers in the field of performance
evaluation and as a way to investigate the results and writing in our paper. If you find this example useful, could I
trouble you to star this repository and then acknowledge it in your own research efforts? If you would like to learn
more about my research program, then you can checkout my
[gkapfham/research-bibliography](https://github.com/gkapfham/research-bibliography).You can type the following command if you want to clone this repository:
```shell
git clone https://github.com/gkapfham/per2012-paper.git
```If you want to compile the paper to a PDF, then you should type the following commands.
```shell
cd per2012-paper
cd paper
pdflatex java_remote_primitives_compare.tex
bibtex java_remote_primitives_compare.aux
pdflatex java_remote_primitives_compare.tex
pdflatex java_remote_primitives_compare.tex
```Please note that this has been tested on an Ubuntu 15.04 workstation running a very recent version of LaTeX that was
manually installed using the TeXLive installer. It is also worth noting that you can also compile the paper using other
LaTeX development tools, such as `latexmk`. If you are unable to compile the paper with your development tools and your
execution environment, then please open a new issue and I will attempt to resolve your concerns.