Triton-private Repository branch, master, updated. 373bcb09b9cb7d203c50de9c87063d8ec58ec5f1
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Triton-private Repository". The branch, master has been updated via 373bcb09b9cb7d203c50de9c87063d8ec58ec5f1 (commit) from dea32ecc4756ced6307d7e9820858917f92aa043 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 373bcb09b9cb7d203c50de9c87063d8ec58ec5f1 Author: Dries Kimpe <[email protected]> Date: Thu Mar 22 16:52:55 2012 -0500 Triton overview paper ----------------------------------------------------------------------- Summary of changes: .../{2011/aesop => triton-overview}/IEEEtran.bst | 0 .../{2011/aesop => triton-overview}/IEEEtran.cls | 0 papers/triton-overview/Makefile | 17 +++++++++++++ papers/triton-overview/README | 2 + .../{2011/aesop => triton-overview}/REFERENCES.bib | 0 .../{2011/aesop => triton-overview}/bibspacing.sty | 0 .../aesop/aesop.bib => triton-overview/triton.bib} | 0 .../aesop/aesop.tex => triton-overview/triton.tex} | 25 ++----------------- 8 files changed, 22 insertions(+), 22 deletions(-) copy papers/{2011/aesop => triton-overview}/IEEEtran.bst (100%) copy papers/{2011/aesop => triton-overview}/IEEEtran.cls (100%) create mode 100644 papers/triton-overview/Makefile create mode 100644 papers/triton-overview/README copy papers/{2011/aesop => triton-overview}/REFERENCES.bib (100%) copy papers/{2011/aesop => triton-overview}/bibspacing.sty (100%) copy papers/{2011/aesop/aesop.bib => triton-overview/triton.bib} (100%) copy papers/{2011/aesop/aesop.tex => triton-overview/triton.tex} (95%) Diff of changes: diff --git a/papers/2011/aesop/IEEEtran.bst b/papers/triton-overview/IEEEtran.bst similarity index 100% copy from papers/2011/aesop/IEEEtran.bst copy to papers/triton-overview/IEEEtran.bst diff --git a/papers/2011/aesop/IEEEtran.cls b/papers/triton-overview/IEEEtran.cls similarity index 100% copy from papers/2011/aesop/IEEEtran.cls copy to papers/triton-overview/IEEEtran.cls diff --git a/papers/triton-overview/Makefile b/papers/triton-overview/Makefile new file mode 100644 index 0000000..9731ad8 --- /dev/null +++ b/papers/triton-overview/Makefile @@ -0,0 +1,17 @@ +BASE=triton +BASEPDF=$(addsuffix .pdf,$(BASE)) + +all: $(BASEPDF) + @ echo REMAINING TODO ITEMS: `grep TODO *.tex | wc -l` + + +.phony: figures +figures: + #make -C fig + +%.pdf: %.tex figures + TEXMFOUTPUT=`pwd` rubber -d $< # || (rm $@; exit 1) + +clean:: + rubber -d --clean $(BASE) + diff --git a/papers/triton-overview/README b/papers/triton-overview/README new file mode 100644 index 0000000..16439d1 --- /dev/null +++ b/papers/triton-overview/README @@ -0,0 +1,2 @@ +Triton overview paper + diff --git a/papers/2011/aesop/REFERENCES.bib b/papers/triton-overview/REFERENCES.bib similarity index 100% copy from papers/2011/aesop/REFERENCES.bib copy to papers/triton-overview/REFERENCES.bib diff --git a/papers/2011/aesop/bibspacing.sty b/papers/triton-overview/bibspacing.sty similarity index 100% copy from papers/2011/aesop/bibspacing.sty copy to papers/triton-overview/bibspacing.sty diff --git a/papers/2011/aesop/aesop.bib b/papers/triton-overview/triton.bib similarity index 100% copy from papers/2011/aesop/aesop.bib copy to papers/triton-overview/triton.bib diff --git a/papers/2011/aesop/aesop.tex b/papers/triton-overview/triton.tex similarity index 95% copy from papers/2011/aesop/aesop.tex copy to papers/triton-overview/triton.tex index 7620496..8de2876 100644 --- a/papers/2011/aesop/aesop.tex +++ b/papers/triton-overview/triton.tex @@ -139,29 +139,9 @@ distributed system software development models while at the same time reducing code complexity and enhancing developer productivity. \end{abstract} -\section{Introduction} -\input{intro} -%% -\input{context} -\input{related} -\section{Programming Model} - -\input{model} - -\section{Implementation} - -\input{implementation} - -\section{Evaluation} - -\input{evaluation} - -\section{Conclusions} - -\input {conclusion} \section*{Acknowledgments} %The authors would like to thank the Peops. @@ -201,8 +181,9 @@ Laboratory Computing Resource Center at Argonne National Laboratory. %\begin{spacing}{0.5} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %\bibliographystyle{splncs03} -\bibliographystyle{IEEEtran} -\bibliography{aesop,REFERENCES} + +%\bibliographystyle{IEEEtran} +%\bibliography{triton,REFERENCES} \newpage The submitted manuscript has been created by UChicago Argonne, LLC, hooks/post-receive -- Triton-private Repository
participants (1)
-
noreply@mcs.anl.gov