Skip to content

Commit

Permalink
Merge pull request #322 from ayushpatnaikgit/paper
Browse files Browse the repository at this point in the history
Add paper for JuliaCon proceedings
  • Loading branch information
ayushpatnaikgit authored May 29, 2024
2 parents 6b90210 + 08db4ea commit 6cc1f77
Show file tree
Hide file tree
Showing 22 changed files with 4,041 additions and 0 deletions.
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}
21 changes: 21 additions & 0 deletions paper/header.tex
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},
}

420 changes: 420 additions & 0 deletions paper/jlcode.sty

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions paper/journal_dat.tex
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}
Loading

0 comments on commit 6cc1f77

Please sign in to comment.