Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Commit

Permalink
Add (WIP) paper (#224)
Browse files Browse the repository at this point in the history
Co-authored-by: BrianGun <[email protected]>
  • Loading branch information
friggog and BrianGun authored Jul 8, 2021
1 parent 2fc6249 commit 47052fa
Show file tree
Hide file tree
Showing 14 changed files with 2,873 additions and 0 deletions.
9 changes: 9 additions & 0 deletions paper/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
paper.pdf
*.aux
*.fdb_latexmk
*.fls
*.blg
*.out
*.bbl
*.synctex.gz
*.log
6 changes: 6 additions & 0 deletions paper/.latexmkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

sub build_header {
system("ruby ./prep.rb")
}

build_header()
4 changes: 4 additions & 0 deletions paper/bib.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
% **************GENERATED FILE, DO NOT EDIT**************

\bibliographystyle{juliacon}
\bibliography{ref.bib}
22 changes: 22 additions & 0 deletions paper/header.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
% **************GENERATED FILE, DO NOT EDIT**************

\title{OpticSim.jl: Design of complex optical systems at scale}

\author[1]{Charlie Hewitt}
\author[2]{Brian Guenter}
\author[2]{Ran Gal}
\author[1]{Alfred Wong}
\author[1]{Andreas Georgiou}
\author[2]{Joel Kollin}
\affil[1]{IMG, Microsoft Research, Cambridge, UK}
\affil[2]{IMG, Microsoft Research, Redmond, WA, USA}

\keywords{Julia, Optics, Optical, Simulation}

\hypersetup{
pdftitle = {OpticSim.jl: Design of complex optical systems at scale},
pdfsubject = {JuliaCon 2019 Proceedings},
pdfauthor = {Charlie Hewitt, Brian Guenter, Ran Gal, Alfred Wong, Andreas Georgiou, Joel Kollin},
pdfkeywords = {Julia, Optics, Optical, Simulation},
}

Loading

0 comments on commit 47052fa

Please sign in to comment.