Skip to content

Commit

Permalink
Update date [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmaostc committed Aug 10, 2021
1 parent 8590616 commit 482a278
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
5 changes: 5 additions & 0 deletions paper/.latexmkrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
sub build_header {
system("ruby ./prep.rb")
}

build_header()
20 changes: 10 additions & 10 deletions paper/header.tex
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
% **************GENERATED FILE, DO NOT EDIT**************

\title{DeconvOptim.jl - Signal Deconvolution with Julia}
\title{My JuliaCon proceeding}

\author[1, 2]{Felix Wechsler}
\author[1, 2, 3]{Rainer Heintzmann}
\affil[1]{Faculty of Physics and Astronomy, Friedrich-Schiller-University, Jena, Germany}
\affil[2]{Leibniz Institute of Photonic Technology, Albert-Einstein-Straße 9, 07745 Jena, Germany}
\affil[3]{Institute of Physical Chemistry and Abbe Center of Photonics, Friedrich-Schiller-University, Helmholtzweg 4, Jena, Germany}
\author[1]{1st author}
\author[1, 2]{2nd author}
\author[2]{3rd author}
\affil[1]{University}
\affil[2]{National Lab}

\keywords{Julia, Image Processing, Deconvolution, Microscopy}
\keywords{Julia, Optimization, Game theory, Compiler}

\hypersetup{
pdftitle = {DeconvOptim.jl - Image Deconvolution with Julia},
pdftitle = {My JuliaCon proceeding},
pdfsubject = {JuliaCon 2019 Proceedings},
pdfauthor = {Felix Wechsler, Rainer Heintzmann},
pdfkeywords = {Julia, Image Processing, Deconvolution, Microscopy},
pdfauthor = {1st author, 2nd author, 3rd author},
pdfkeywords = {Julia, Optimization, Game theory, Compiler},
}
2 changes: 1 addition & 1 deletion paper/paper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ affiliations:
- name: Institute of Physical Chemistry and Abbe Center of Photonics, Friedrich-Schiller-University, Helmholtzweg 4, Jena, Germany
index: 3

date: 30.6.2021
date: 10.8.2021
bibliography: ref.bib

2 comments on commit 482a278

@roflmaostc
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

  • plan_conv returns conv functions which itself returns a reference to an array and not a new array for memory efficiency

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/42536

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.5.0 -m "<description of version>" 482a27855ee704bb482b63941f05bf47495a46ed
git push origin v0.5.0

Please sign in to comment.