-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
31 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
||
|
@@ -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:[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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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(; | ||
|