From a9a3b4e4757182a23128daa86ce303ff08927437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Cserteg?= Date: Mon, 21 Aug 2023 11:10:07 +0200 Subject: [PATCH] get started with paper --- .gitignore | 58 ++++++++++++++++++++++++++++++++++++++++++++++++- README.md | 4 ++++ paper/paper.yml | 26 ++++++++++++---------- 3 files changed, 75 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index b636361..3e2c36e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,60 @@ /Manifest.toml /docs/Manifest.toml /docs/build/ -*.bat \ No newline at end of file +*.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 diff --git a/README.md b/README.md index a950a2b..3f37318 100644 --- a/README.md +++ b/README.md @@ -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) + + diff --git a/paper/paper.yml b/paper/paper.yml index d7d953f..bad072f 100644 --- a/paper/paper.yml +++ b/paper/paper.yml @@ -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