dotfiles

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README

commit d1ff1f6975b25f0b3152c8b12b6ab31841b7940e
parent d10794c148b109d0de64ad431a85770b8b8168ea
Author: Pablo Cárdenas <pablo.cardenas@imca.edu.pe>
Date:   Fri, 29 Nov 2024 01:32:42 -0500

bib: added admb

Diffstat:
M.config/bib/references.bib | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)

diff --git a/.config/bib/references.bib b/.config/bib/references.bib @@ -905,3 +905,18 @@ year = "2012", publisher = "Instituto de Matem{\'a}tica Pura e Aplicada", } + +@Book{autodif2021, + title = "Autodif", + author = "David Fournier", + year = "2021", + URL = "https://github.com/admb-project/admb/releases/download/admb-12.3/autodif-12.3.pdf", +} + + +@Book{admb2021, + title = "AD Model Builder", + author = "David Fournier", + year = "2021", + URL = "https://github.com/admb-project/admb/releases/download/admb-12.3/admb-12.3.pdf", +}