-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #322 from ayushpatnaikgit/paper
Add paper for JuliaCon proceedings
- Loading branch information
Showing
22 changed files
with
4,041 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,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,21 @@ | ||
% **************GENERATED FILE, DO NOT EDIT************** | ||
|
||
\title{Survey.jl - An Efficient Framework for Analysing Complex Surveys} | ||
|
||
\author[1]{Ayush Patnaik} | ||
\author[2]{Nadia Enhaili} | ||
\author[3]{Siddhant Chaudhary} | ||
\author[1]{Shikhar Mishra} | ||
\affil[1]{XKDR Forum} | ||
\affil[2]{Simon Fraser University} | ||
\affil[3]{Chennai Mathematical Institute} | ||
|
||
\keywords{Julia, Survey, Statistics, Sampling} | ||
|
||
\hypersetup{ | ||
pdftitle = {Survey.jl - An Efficient Framework for Analysing Complex Surveys}, | ||
pdfsubject = {JuliaCon 2022 Proceedings}, | ||
pdfauthor = {Ayush Patnaik, Nadia Enhaili, Siddhant Chaudhary, Shikhar Mishra}, | ||
pdfkeywords = {Julia, Survey, Statistics, Sampling}, | ||
} | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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 @@ | ||
% **************GENERATED FILE, DO NOT EDIT************** | ||
|
||
\def\@journalName{Proceedings of JuliaCon} | ||
\def\@volume{1} | ||
\def\@issue{1} | ||
\def\@year{2022} |
Oops, something went wrong.