From bf8f9da0d53e3c76706af482c423c8a5cad1c431 Mon Sep 17 00:00:00 2001 From: Eric Neiva Date: Mon, 22 Jan 2024 11:47:50 +0100 Subject: [PATCH] Updated authors and news --- LICENSE.md | 38 +++++++++++++++++++++++++++----------- NEWS.md | 2 +- Project.toml | 4 ++-- docs/make.jl | 2 +- 4 files changed, 31 insertions(+), 15 deletions(-) diff --git a/LICENSE.md b/LICENSE.md index bc8fbce..41792ce 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,7 +1,7 @@ GridapEmbedded.jl Copyright and License == -Copyright (c) 2020 by [Francesc Verdugo](mailto:fverdugo@cimne.upc.edu) and [Santiago Badia](mailto:santiago.badia@monash.edu). +Copyright (c) 2020 by [Francesc Verdugo](mailto:f.verdugo.rojano@vu.nl), [Eric Neiva](mailto:eric.neiva@college-de-france.fr) and [Santiago Badia](mailto:santiago.badia@monash.edu). GridapEmbedded.jl is licensed under the MIT Expat License @@ -28,19 +28,35 @@ SOFTWARE. Citing `Gridap` == -In order to give credit to the `Gridap` contributors, we simply ask you to cite the refence below in any publication in which you have made use of `Gridap` packages. +In order to give credit to the `Gridap` contributors, we simply ask you to cite the references below in any publication in which you have made use of `Gridap` packages. F. Verdugo and S. Badia. *A user-guide to Gridap -- grid-based approximation of partial differential equations in Julia*, 2019. [arXiv:1910.01412](https://arxiv.org/abs/1910.01412) ``` -@article{gridap_guide_2019, - author={Francesc Verdugo and Santiago Badia}, - journal = {{arXiv}}, - title = {{A user-guide to Gridap -- grid-based approximation of partial differential equations in Julia}}, - year = {2019}, - eprint={1910.01412}, - archivePrefix={arXiv}, - primaryClass={cs.MS}, +@article{Badia2020, + doi = {10.21105/joss.02520}, + url = {https://doi.org/10.21105/joss.02520}, + year = {2020}, + publisher = {The Open Journal}, + volume = {5}, + number = {52}, + pages = {2520}, + author = {Santiago Badia and Francesc Verdugo}, + title = {Gridap: An extensible Finite Element toolbox in Julia}, + journal = {Journal of Open Source Software} +} + +@article{Verdugo2022, + doi = {10.1016/j.cpc.2022.108341}, + url = {https://doi.org/10.1016/j.cpc.2022.108341}, + year = {2022}, + month = jul, + publisher = {Elsevier {BV}}, + volume = {276}, + pages = {108341}, + author = {Francesc Verdugo and Santiago Badia}, + title = {The software design of Gridap: A Finite Element package based on the Julia {JIT} compiler}, + journal = {Computer Physics Communications} } ``` @@ -92,4 +108,4 @@ By making a contribution to this project, I certify that: Contact == -Please, contact the project administrators, [Santiago Badia](mailto:santiago.badia@monash.edu) and [Francesc Verdugo](mailto:fverdugo@cimne.upc.edu), for further questions about licenses and terms of use. +Please, contact the project administrators, [Francesc Verdugo](mailto:f.verdugo.rojano@vu.nl), [Eric Neiva](mailto:eric.neiva@college-de-france.fr) and [Santiago Badia](mailto:santiago.badia@monash.edu), for further questions about licenses and terms of use. diff --git a/NEWS.md b/NEWS.md index e149230..82c962d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.9.0] - 2024-01-22 ### Added - Interface to Algoim v0.2, which provides algoim's high-order quadrature algorithms for domains implicitly-defined by multivariate polynomials and high-order accurate algorithms for computing closest points on implicitly-defined surfaces. Since PR [#76](https://github.com/gridap/GridapEmbedded.jl/pull/76). diff --git a/Project.toml b/Project.toml index 3d20492..2a82563 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GridapEmbedded" uuid = "8838a6a3-0006-4405-b874-385995508d5d" -authors = ["Francesc Verdugo "] -version = "0.8.3" +authors = ["Francesc Verdugo ", "Eric Neiva ", "Santiago Badia "] +version = "0.9.0" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" diff --git a/docs/make.jl b/docs/make.jl index c09398c..3bad67a 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -8,7 +8,7 @@ makedocs(; ], repo="https://github.com/gridap/GridapEmbedded.jl/blob/{commit}{path}#L{line}", sitename="GridapEmbedded.jl", - authors="Francesc Verdugo ", + authors="Francesc Verdugo , Eric Neiva and Santiago Badia ", ) deploydocs(;