Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add paper for JuliaCon proceedings #322

Merged
merged 30 commits into from
May 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
513f520
Adding paper branch and associated files.
ayushpatnaikgit Apr 12, 2024
8fa3c6d
Added most of the content from the JuliaCon2023 presentation
ayushpatnaikgit Apr 13, 2024
1a15a21
Finished adding all the content from the slideshow. Added related works.
ayushpatnaikgit Apr 13, 2024
0d1d9fe
Added equation number to make it consistent. All the equation numbers…
ayushpatnaikgit Apr 13, 2024
2d17834
"and" should be fixed in the equation.
ayushpatnaikgit Apr 13, 2024
92abace
Prepare the first draft of the paper. Few lines need to be cut or pus…
ayushpatnaikgit May 19, 2024
fb696fe
Fit in 2 pages.
ayushpatnaikgit May 19, 2024
7dee078
Remove subsection for example
ayushpatnaikgit May 19, 2024
c0ed934
First draft
ayushpatnaikgit May 19, 2024
b49c9b6
Minor changes
ayushpatnaikgit May 19, 2024
fe2532a
Update paper/paper.tex
ayushpatnaikgit May 19, 2024
97db37f
Update paper/paper.tex
ayushpatnaikgit May 19, 2024
76fd6f2
Update paper/paper.tex
ayushpatnaikgit May 19, 2024
fea1f9d
Update paper/paper.tex
ayushpatnaikgit May 19, 2024
65a675d
Update paper/paper.tex
ayushpatnaikgit May 19, 2024
a58f717
Update paper/paper.tex
ayushpatnaikgit May 19, 2024
bd206cd
Update paper/paper.tex
ayushpatnaikgit May 19, 2024
b3d958b
Update paper/paper.tex
ayushpatnaikgit May 19, 2024
a0a07f8
Update header.tex
nadiaenh May 26, 2024
54748f6
Add co-author to paper.yml
nadiaenh May 26, 2024
d9ddc3e
Update paper/header.tex
ayushpatnaikgit May 27, 2024
7059c1e
Adding myself as co-author.
codetalker7 May 27, 2024
6d2e2ae
Update paper/paper.yml
ayushpatnaikgit May 29, 2024
3aa9b04
Update paper/paper.tex
ayushpatnaikgit May 29, 2024
7519ec0
Update paper/paper.tex
ayushpatnaikgit May 29, 2024
a91e5ff
Update paper/paper.tex
ayushpatnaikgit May 29, 2024
c55e3dd
Update paper/paper.tex
ayushpatnaikgit May 29, 2024
3d16936
Update paper/paper.yml
smishr May 29, 2024
fce15b9
Fix formatting
ayushpatnaikgit May 29, 2024
08db4ea
Remove comments
ayushpatnaikgit May 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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},
ayushpatnaikgit marked this conversation as resolved.
Show resolved Hide resolved
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
Loading