This repository has been archived by the owner on Oct 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: BrianGun <[email protected]>
- Loading branch information
Showing
14 changed files
with
2,873 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
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 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
sub build_header { | ||
system("ruby ./prep.rb") | ||
} | ||
|
||
build_header() |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
% **************GENERATED FILE, DO NOT EDIT************** | ||
|
||
\bibliographystyle{juliacon} | ||
\bibliography{ref.bib} |
This file contains 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
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}, | ||
} | ||
|
Oops, something went wrong.