Skip to content

Commit

Permalink
get started with paper
Browse files Browse the repository at this point in the history
  • Loading branch information
cserteGT3 committed Aug 21, 2023
1 parent 5f6eaca commit a9a3b4e
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 13 deletions.
58 changes: 57 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,60 @@
/Manifest.toml
/docs/Manifest.toml
/docs/build/
*.bat
*.bat

# LaTeX output files
## Core latex/pdflatex auxiliary files:
*.aux
*.lof
*.log
*.lot
*.fls
*.out
*.toc
*.fmt
*.fot
*.cb
*.cb2
.*.lb

## Intermediate documents:
*.dvi
*.xdv
*-converted-to.*
# these rules might exclude image files for figures etc.
# *.ps
# *.eps
# *.pdf

## Generated if empty string is given at "Please type another file name for output:"
paper.pdf

## Bibliography auxiliary files (bibtex/biblatex/biber):
*.bbl
*.bcf
*.blg
*-blx.aux
*-blx.bib
*.run.xml

## Build tool auxiliary files:
*.fdb_latexmk
*.synctex
*.synctex(busy)
*.synctex.gz
*.synctex.gz(busy)
*.pdfsync

## Build tool directories for auxiliary files
# latexrun
latex.out/

## Auxiliary and intermediate files from other packages:
# algorithms
*.alg
*.loa

# minted
_minted*
*.pyg
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ This package couldn't have been created without the great people behind the foll
* [Meshes.jl](https://github.com/JuliaGeometry/Meshes.jl), [MeshViz.jl](https://github.com/JuliaGeometry/MeshViz.jl) and the [Makie.jl](https://github.com/MakieOrg/Makie.jl) ecosystem
* [JuMP.jl](https://jump.dev/)
* [DataFrames.jl](https://github.com/JuliaData/DataFrames.jl) and [PrettyTables.jl](https://github.com/ronisbr/PrettyTables.jl)

<!---
To build the paper, use this site: https://whedon.theoj.org/
--->
26 changes: 14 additions & 12 deletions paper/paper.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
title: "My JuliaCon proceeding"
title: "BlankLocalizationCore.jl: implementing blank localization in Julia"
keywords:
- Julia
- Optimization
- Game theory
- Compiler
- Machining
- Blank localization
authors:
- name: 1st author
orcid: 0000-0003-1361-440X
affiliation: 1
- name: 2nd author
- name: Tamás Cserteg
orcid: 0000-0002-8028-8061
affiliation: 1, 2
- name: 3rd author
affiliation: 2
- name: András Kovács
affiliation: 1
- name: József Váncza
affiliation: 1, 3
affiliations:
- name: University
- name: EPIC Centre of Excellence, Institute for Computer Science and Control (SZTAKI), Eötvös Loránd Research Network, Budapest H-1111, Hungary
index: 1
- name: National Lab
- name: Doctoral School of Informatics, ELTE Eötvös Loránd University, Budapest H-1117, Hungary
index: 2
date: 24 April 2019
- name: Department of Manufacturing Science and Technology, Budapest University of Technology and Economics, Budapest H-1111, Hungary
index: 3
date: 21 August 2023
bibliography: ref.bib

0 comments on commit a9a3b4e

Please sign in to comment.