Skip to content

Commit

Permalink
Updated authors and news
Browse files Browse the repository at this point in the history
  • Loading branch information
ericneiva committed Jan 22, 2024
1 parent 67a2710 commit bf8f9da
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 15 deletions.
38 changes: 27 additions & 11 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GridapEmbedded.jl Copyright and License
==

Copyright (c) 2020 by [Francesc Verdugo](mailto:[email protected]) and [Santiago Badia](mailto:[email protected]).
Copyright (c) 2020 by [Francesc Verdugo](mailto:[email protected]), [Eric Neiva](mailto:[email protected]) and [Santiago Badia](mailto:[email protected]).

GridapEmbedded.jl is licensed under the MIT Expat License

Expand All @@ -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}
}
```

Expand Down Expand Up @@ -92,4 +108,4 @@ By making a contribution to this project, I certify that:
Contact
==

Please, contact the project administrators, [Santiago Badia](mailto:[email protected]) and [Francesc Verdugo](mailto:[email protected].edu), for further questions about licenses and terms of use.
Please, contact the project administrators, [Francesc Verdugo](mailto:[email protected]), [Eric Neiva](mailto:[email protected]) and [Santiago Badia](mailto:santiago.badia@monash.edu), for further questions about licenses and terms of use.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "GridapEmbedded"
uuid = "8838a6a3-0006-4405-b874-385995508d5d"
authors = ["Francesc Verdugo <[email protected].edu>"]
version = "0.8.3"
authors = ["Francesc Verdugo <[email protected]>", "Eric Neiva <[email protected]>", "Santiago Badia <santiago.badia@monash.edu>"]
version = "0.9.0"

[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ makedocs(;
],
repo="https://github.com/gridap/GridapEmbedded.jl/blob/{commit}{path}#L{line}",
sitename="GridapEmbedded.jl",
authors="Francesc Verdugo <[email protected].edu>",
authors="Francesc Verdugo <[email protected]>, Eric Neiva <[email protected]> and Santiago Badia <santiago.badia@monash.edu>",
)

deploydocs(;
Expand Down

0 comments on commit bf8f9da

Please sign in to comment.