-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #123 from dynamicslab/PDEFIND_and_IntegralSINDy
Optimizers, libraries, and PDEs, oh my!
- Loading branch information
Showing
73 changed files
with
21,043 additions
and
6,979 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 |
---|---|---|
@@ -0,0 +1,23 @@ | ||
on: [push] | ||
|
||
jobs: | ||
paper: | ||
runs-on: ubuntu-latest | ||
name: Paper Draft | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Build draft PDF | ||
uses: openjournals/openjournals-draft-action@master | ||
with: | ||
journal: joss | ||
# This should be the path to the paper within your repo. | ||
paper-path: docs/JOSS2/paper.md | ||
- name: Upload | ||
uses: actions/upload-artifact@v1 | ||
with: | ||
name: paper | ||
# This is the output path where Pandoc will write the compiled | ||
# PDF. Note, this should be the same directory as the input | ||
# paper.md | ||
path: docs/JOSS2/paper.pdf |
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,2 @@ | ||
# exclude from sdist | ||
recursive-exclude examples * |
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,86 @@ | ||
{ | ||
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld", | ||
"@type": "Code", | ||
"author": [ | ||
{ | ||
"@id": "https://orcid.org/0000-0002-6337-2907", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Alan A. Kaptanoglu", | ||
"affiliation": "Department of Physics, University of Washington" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0003-0944-900X", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Brian M. de Silva", | ||
"affiliation": "Department of Mechanical Engineering, University of Washington" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0002-6337-2907", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Urban Fasel", | ||
"affiliation": "Department of Mechanical Engineering, University of Washington" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0003-2279-2793", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Kadierdan Kaheman", | ||
"affiliation": "Department of Mechanical Engineering, University of Washington" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0002-1972-1233", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Jared L. Callaham", | ||
"affiliation": "Department of Mechanical Engineering, University of Washington" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0003-4860-8069", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Charles B. Delahunt", | ||
"affiliation": "Department of Applied Mathematics, University of Washington" | ||
}, | ||
{ | ||
"@id": "", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Kathleen P. Champion", | ||
"affiliation": "Department of Applied Mathematics, University of Washington" | ||
}, | ||
{ | ||
"@id": "", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Jean-Christophe Loiseau", | ||
"affiliation": "Arts et Métiers Institute of Technology, CNAM, DynFluid, HESAM Université" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0002-6004-2275", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "J. Nathan Kutz", | ||
"affiliation": "Department of Applied Mathematics, University of Washington" | ||
}, | ||
{ | ||
"@id": "https://orcid.org/0000-0002-6565-5118", | ||
"@type": "Person", | ||
"email": "[email protected]", | ||
"name": "Steven L. Brunton", | ||
"affiliation": "Department of Mechanical Engineering, University of Washington" | ||
} | ||
], | ||
"identifier": "https://doi.org/10.5281/zenodo.3832319", | ||
"codeRepository": "https://github.com/dynamicslab/pysindy", | ||
"datePublished": "2021-10-21", | ||
"dateModified": "2021-10-21", | ||
"dateCreated": "2021-10-21", | ||
"description": "A comprehensive Python package for robust sparse system identification", | ||
"keywords": "python, model discovery, dynamical systems, sparse regression, machine learning", | ||
"license": "MIT", | ||
"title": "PySINDy", | ||
"version": "v1.2.3" | ||
} |
Oops, something went wrong.