diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..251e2c82 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,15 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: + - family-names: García + given-names: Salvador G. + orcid: https://orcid.org/0000-0001-7317-1423 + - family-names: Angulo + given-names: Luis D. + orcid: https://orcid.org/0000-0002-1690-7892 + - family-names: Gascón + given-names: Alberto + orcid: https://orcid.org/0000-0003-1190-2248 +url: "https://github.com/opensemba/fdtd" +title: "semba-fdtd" +date-released: 2024-01-01 \ No newline at end of file diff --git a/README.md b/README.md index 099b98d1..2a0ac908 100755 --- a/README.md +++ b/README.md @@ -32,22 +32,17 @@ In a nutshell, semba-fdtd capabilities are + Time, frequency and transfer function probes . + Near-to-far field transformation. -Most of these capabilities are explained in further detail in the references below +# Usage -- Miguel Ruiz Cabello, Maksims Abalenkovs, Luis Diaz Angulo, Clemente Cobos Sanchez, Franco Moglie, Salvador Gonzalez Garcia, *Performance of parallel FDTD method for shared- and distributed-memory architectures: Application to bioelectromagnetics*. PLOS ONE. 2020. https://doi.org/10.1371/journal.pone.0238115 +## Running from release -- Luis Diaz Angulo, Miguel Ruiz Cabello, Jesus Alvarez, Amelia Rubio Bretones, Salvador Gonzalez Garcia, *From Microscopic to Macroscopic Description of Composite Thin Panels: A Road Map for Their Simulation in Time Domain*. IEEE Transactions on Microwave Theory and Techniques. 2018. https://doi.org/10.1109/TMTT.2017.2786263. +### Windows -- Miguel Ruiz Cabello, Luis Diaz Angulo, Jesus Alvarez, Ian Flintoft, Samuel Bourke, John Dawson, *A Hybrid Crank–Nicolson FDTD Subgridding Boundary Condition for Lossy Thin-Layer Modeling*. IEEE Transactions on Microwave Theory and Techniques. 2017. https://doi.org/10.1109/TMTT.2016.2637348. +Install intel runtime libraries: https://www.intel.com/content/www/us/en/developer/articles/tool/oneapi-standalone-components.html -- Miguel Ruiz Cabello, Luis Diaz Angulo, Amelia Rubio Bretones, Rafael Gomez Martin, Salvador Gonzalez Garcia and Jesus Alvarez, *A novel subgriding scheme for arbitrarily dispersive thin-layer modeling*, 2017 IEEE MTT-S International Conference on Numerical Electromagnetic and Multiphysics Modeling and Optimization for RF, Microwave, and Terahertz Applications (NEMO), Seville, Spain, 2017. -https://doi.org/10.1109/NEMO.2017.7964255. -- Guadalupe Gutierrez Gutierrez, Daniel Mateos Romero, Miguel Ruiz Cabello, Enrique Pascual-Gil, Luis Diaz Angulo, David Garcia Gomez, Salvador Gonzalez Garcia, -*On the Design of Aircraft Electrical Structure Networks*, -IEEE Transactions on Electromagnetic Compatibility. 2016. https://doi.org/10.1109/TEMC.2016.2514379. +### Linux -# Usage ## Compilation and testing @@ -60,13 +55,18 @@ Tests must be run from the root folder. `python` wrapper test assumes that `semb # License This code is licensed under the terms of the [MIT License](LICENSE). All rights reserved by the University of Granada (Spain) -_______________________________________________________________ -Authors: -- Salvador Gonzalez Garcia -- Miguel Ruiz Cabello -- Luis Diaz Angulo -- Amelia Rubio Bretones -- Rafael Gomez Martin -_______________________________________________________________ +# References + +- Miguel Ruiz Cabello, Maksims Abalenkovs, Luis Diaz Angulo, Clemente Cobos Sanchez, Franco Moglie, Salvador Gonzalez Garcia, *Performance of parallel FDTD method for shared- and distributed-memory architectures: Application to bioelectromagnetics*. PLOS ONE. 2020. https://doi.org/10.1371/journal.pone.0238115 + +- Luis Diaz Angulo, Miguel Ruiz Cabello, Jesus Alvarez, Amelia Rubio Bretones, Salvador Gonzalez Garcia, *From Microscopic to Macroscopic Description of Composite Thin Panels: A Road Map for Their Simulation in Time Domain*. IEEE Transactions on Microwave Theory and Techniques. 2018. https://doi.org/10.1109/TMTT.2017.2786263. + +- Miguel Ruiz Cabello, Luis Diaz Angulo, Jesus Alvarez, Ian Flintoft, Samuel Bourke, John Dawson, *A Hybrid Crank–Nicolson FDTD Subgridding Boundary Condition for Lossy Thin-Layer Modeling*. IEEE Transactions on Microwave Theory and Techniques. 2017. https://doi.org/10.1109/TMTT.2016.2637348. +- Miguel Ruiz Cabello, Luis Diaz Angulo, Amelia Rubio Bretones, Rafael Gomez Martin, Salvador Gonzalez Garcia and Jesus Alvarez, *A novel subgriding scheme for arbitrarily dispersive thin-layer modeling*, 2017 IEEE MTT-S International Conference on Numerical Electromagnetic and Multiphysics Modeling and Optimization for RF, Microwave, and Terahertz Applications (NEMO), Seville, Spain, 2017. +https://doi.org/10.1109/NEMO.2017.7964255. + +- Guadalupe Gutierrez Gutierrez, Daniel Mateos Romero, Miguel Ruiz Cabello, Enrique Pascual-Gil, Luis Diaz Angulo, David Garcia Gomez, Salvador Gonzalez Garcia, +*On the Design of Aircraft Electrical Structure Networks*, +IEEE Transactions on Electromagnetic Compatibility. 2016. https://doi.org/10.1109/TEMC.2016.2514379. \ No newline at end of file