This repository has been archived by the owner on Sep 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
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
21 changed files
with
1,359 additions
and
1,063 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
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,14 +1,14 @@ | ||
Cite As: | ||
|
||
C. Himpe (2021). emgr - EMpirical GRamian Framework (Version 5.9) [Software]. | ||
Available from https://gramian.de . doi:10.5281/zenodo.4454679 | ||
C. Himpe (2022). emgr - EMpirical GRamian Framework (Version 5.99) [Software]. | ||
Available from https://gramian.de . doi:10.5281/zenodo.6457616 | ||
|
||
BibTeX Entry: | ||
|
||
@MISC{emgr59, | ||
@MISC{emgr599, | ||
author = {C.~Himpe}, | ||
title = {{emgr - EMpirical GRamian Framework} (Version~5.9)}, | ||
title = {{emgr - EMpirical GRamian Framework} (Version~5.99)}, | ||
howpublished = {\url{https://gramian.de}}, | ||
year = {2021}, | ||
doi = {10.5281/zenodo.4454679} | ||
year = {2022}, | ||
doi = {10.5281/zenodo.6457616} | ||
} |
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,15 +1,19 @@ | ||
cff-version: 1.1.0 | ||
cff-version: 1.2.0 | ||
message: "If you use this software, please cite it as below." | ||
authors: | ||
- family-names: Himpe | ||
given-names: Christian | ||
orcid: https://orcid.org/0000-0003-2194-6754 | ||
title: "emgr - EMpirical GRamian Framework" | ||
version: 5.9 | ||
date-released: 2021-01-21 | ||
doi: 10.5281/zenodo.4454679 | ||
version: 5.99 | ||
date-released: 2022-04-13 | ||
doi: 10.5281/zenodo.6457616 | ||
license: BSD-2-Clause | ||
url: https://gramian.de | ||
abstract: "Empirical system Gramians for (nonlinear) input-output systems." | ||
keywords: Controllability, Observability, Empirical Gramians, Model Reduction, Model Order Reduction | ||
|
||
keywords: | ||
- "Controllability" | ||
- "Observability" | ||
- "Empirical Gramians" | ||
- "Model Reduction" | ||
- "Model Order Reduction" |
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
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
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 +1 @@ | ||
5.9 | ||
5.99 |
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 |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"@context": "10.5281/zenodo.6457616", | ||
"@type": "SoftwareSourceCode", | ||
"identifier": "emgr", | ||
"name": "emgr -- EMpirical GRamian Framework", | ||
"author": { "@type": "Person", "givenName": "Christian", "familyName": "Himpe", "@id": "http://orcid.org/0000-0003-2194-6754" }, | ||
"description": "Empirical system Gramians for (nonlinear) input-output systems.", | ||
"version": "5.99", | ||
"datePublished": "2022-04-13", | ||
"license": "https://opensource.org/licenses/BSD-2-Clause", | ||
"copyrightHolder": "Christian Himpe", | ||
"copyrightYear": "2013", | ||
"programmingLanguage": "Matlab", | ||
"runtimePlatform": [ "Mathworks MATLAB >=2017b", "GNU Octave >=5.2" ], | ||
"url": "https://gramian.de", | ||
"downloadUrl": "https://gramian.de/emgr.m", | ||
"codeRepository": "https://github.com/gramian/emgr", | ||
"readme": "https://gramian.de/README.md", | ||
"releaseNotes": "https://gramian.de/CHANGELOG", | ||
"citation": [ "https://gramian.de/CITATION", "https://gramian.de/CITATION.cff"], | ||
"codemeta": [ "https://gramian.de/codemeta.json", "https://gramian.de/CODE" ], | ||
"referencePublication": "https://doi.org/10.3390/a11070091", | ||
"applicationCategory": "Science", | ||
"applicationSubCategory": "Mathematics", | ||
"keywords": [ "Controllability", "Observability", "Cross Gramian", "Model Reduction", "Model Order Reduction" ] | ||
} |
Binary file not shown.
Oops, something went wrong.