-
Notifications
You must be signed in to change notification settings - Fork 567
Paper: SciPy Optimize and Reachability of Nonlinear Systems #1116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
iperezav
wants to merge
16
commits into
scipy-conference:2025
Choose a base branch
from
iperezav:2025
base: 2025
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
e2d47fd
Draft of paper
iperezav ab02419
Corrected title
iperezav d051c84
Added 'Paper:' at the begining of the title
iperezav 5226283
Merge branch '2025' into 2025
iperezav 4363db9
Worked on the intro
iperezav 4a9e270
Intro and references
iperezav 6aadee8
Added Python code
iperezav b618182
Added Mitchell2007, Perez2024, Bullo2022 to the ignore DOI list
iperezav ba1b8aa
Preliminaries
iperezav 40e20f8
Changed example
iperezav 84679d9
Added reachability example
iperezav d4e8e66
fixed DOI
iperezav 999ae6f
Editor's comments were addressed
iperezav 6637056
fixed integral limits in the Broadcasting section
iperezav 2f9d789
several tweaks
iperezav 69e7cb3
Added more content to section 3.4, added the pol_inputs function to t…
iperezav File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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.
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.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or 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,58 @@ | ||
version: 1 | ||
extends: ../papers.yml | ||
project: | ||
# Update this to match `scipy-2025-<folder>` the folder should be `<firstname_surname>` | ||
id: scipy-2025-myst_template | ||
# Ensure your title is the same as in your `main.md` | ||
#title: 'Paper: SciPy Optimize and Reachability of Nonlinear Systems' | ||
title:'CFSpy: A Python Library for the Computation of Chen-Fliess Series' | ||
# subtitle: | ||
description: the CFSpy Python package is presented to compute reachable sets of nonlinear control-affine systems. The optimization part is done using SciPy Optimize. | ||
# Authors should have affiliations, emails and ORCIDs if available | ||
authors: | ||
- name: Ivan Perez Avellaneda | ||
email: [email protected] | ||
orcid: 0000-0003-3127-8454 | ||
affiliations: | ||
- Monaghan Medical Corp. | ||
# - Egyptian Embassy, S.P.Q.R. | ||
# - name: Mark Anthony | ||
# email: [email protected] | ||
# affiliations: | ||
# - Egyptian Embassy, S.P.Q.R. | ||
# - name: Jarrod Millman | ||
# email: [email protected] | ||
# affiliations: | ||
# - Egyptian Embassy, S.P.Q.R. | ||
# - Yet another place, S.P.Q.R. | ||
# corresponding: true | ||
# - name: Cleopatra | ||
# email: [email protected] | ||
# affiliation: Ptolemaic Kingdom | ||
keywords: | ||
- Chen-Fliess series | ||
- Nonlinear Control Systems | ||
- Python | ||
# Add the abbreviations that you use in your paper here | ||
abbreviations: | ||
MyST: Markedly Structured Text | ||
# It is possible to explicitly ignore the `doi-exists` check for certain citation keys | ||
error_rules: | ||
- rule: doi-exists | ||
severity: ignore | ||
keys: | ||
- Atr03 | ||
- terradesert | ||
- jupyter | ||
- sklearn1 | ||
- sklearn2 | ||
- Mitchell2007 | ||
- Perez2024 | ||
- Bullo2022 | ||
- Salomaa1973 | ||
exports: | ||
- id: pdf | ||
format: typst | ||
template: https://github.com/curvenote-templates/scipy.git | ||
article: main.md | ||
output: full_text.pdf |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.