{"id":29615520,"url":"https://github.com/control-toolbox/tutorials.jl","last_synced_at":"2025-07-21T00:04:03.511Z","repository":{"id":292124854,"uuid":"979896921","full_name":"control-toolbox/Tutorials.jl","owner":"control-toolbox","description":"Tutorials on optimal control problems using control-toolbox.","archived":false,"fork":false,"pushed_at":"2025-07-11T14:01:32.000Z","size":5977,"stargazers_count":2,"open_issues_count":15,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-11T15:52:22.325Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://control-toolbox.org/Tutorials.jl/","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/control-toolbox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-08T08:38:50.000Z","updated_at":"2025-06-16T11:17:28.000Z","dependencies_parsed_at":"2025-06-16T10:27:01.915Z","dependency_job_id":"90d20eae-1f94-4210-a122-fe64a84b2775","html_url":"https://github.com/control-toolbox/Tutorials.jl","commit_stats":null,"previous_names":["control-toolbox/tutorials.jl"],"tags_count":5,"template":false,"template_full_name":"control-toolbox/CTApp.jl","purl":"pkg:github/control-toolbox/Tutorials.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/control-toolbox%2FTutorials.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/control-toolbox%2FTutorials.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/control-toolbox%2FTutorials.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/control-toolbox%2FTutorials.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/control-toolbox","download_url":"https://codeload.github.com/control-toolbox/Tutorials.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/control-toolbox%2FTutorials.jl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266217170,"owners_count":23894242,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-07-21T00:04:02.424Z","updated_at":"2025-07-21T00:04:03.495Z","avatar_url":"https://github.com/control-toolbox.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tutorials.jl\n\n[ci-img]: https://github.com/control-toolbox/Tutorials.jl/actions/workflows/CI.yml/badge.svg?branch=main\n[ci-url]: https://github.com/control-toolbox/Tutorials.jl/actions/workflows/CI.yml?query=branch%3Amain\n\n[co-img]: https://codecov.io/gh/control-toolbox/Tutorials.jl/branch/main/graph/badge.svg?token=YM5YQQUSO3\n[co-url]: https://codecov.io/gh/control-toolbox/Tutorials.jl\n\n[doc-dev-img]: https://img.shields.io/badge/docs-dev-8A2BE2.svg\n[doc-dev-url]: https://control-toolbox.org/Tutorials.jl/dev/\n\n[doc-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg\n[doc-stable-url]: https://control-toolbox.org/Tutorials.jl/stable/\n\n[licence-img]: https://img.shields.io/badge/License-MIT-yellow.svg\n[licence-url]: https://github.com/control-toolbox/Tutorials.jl/blob/master/LICENSE\n\n[aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg\n[aqua-url]: https://github.com/JuliaTesting/Aqua.jl\n\n[blue-img]: https://img.shields.io/badge/code%20style-blue-4495d1.svg\n[blue-url]: https://github.com/JuliaDiff/BlueStyle\n\nThis repo is part of the [control-toolbox ecosystem](https://github.com/control-toolbox).\nThe control-toolbox ecosystem gathers Julia packages for mathematical control and applications. The root package is [OptimalControl.jl](https://github.com/control-toolbox/OptimalControl.jl) which aims to provide tools to model and solve optimal control problems with ordinary differential equations by direct and indirect methods, both on CPU and GPU.\n\n[![doc OptimalControl.jl](https://img.shields.io/badge/Documentation-OptimalControl.jl-blue)](http://control-toolbox.org/OptimalControl.jl)\n\n| **Name**          | **Badge**         |\n:-------------------|:------------------|\n| Documentation     | [![Documentation][doc-stable-img]][doc-stable-url] [![Documentation][doc-dev-img]][doc-dev-url]                   | \n| Code Status       | [![Build Status][ci-img]][ci-url] [![Covering Status][co-img]][co-url] [![Aqua.jl][aqua-img]][aqua-url] [![Code Style: Blue][blue-img]][blue-url] |\n| Licence           | [![License: MIT][licence-img]][licence-url]   |\n\n## Contributing\n\n[issue-url]: https://github.com/control-toolbox/Tutorials.jl/issues\n[first-good-issue-url]: https://github.com/control-toolbox/Tutorials.jl/contribute\n\nIf you think you found a bug or if you have a feature request / suggestion, feel free to open an [issue][issue-url].\nBefore opening a pull request, please start an issue or a discussion on the topic. \n\nContributions are welcomed, check out [how to contribute to a Github project](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project). \nIf it is your first contribution, you can also check [this first contribution tutorial](https://github.com/firstcontributions/first-contributions).\nYou can find first good issues (if any 🙂) [here][first-good-issue-url]. You may find other packages to contribute to at the [control-toolbox organization](https://github.com/control-toolbox).\n\nIf you want to ask a question, feel free to start a discussion [here](https://github.com/orgs/control-toolbox/discussions). This forum is for general discussion about this repository and the [control-toolbox organization](https://github.com/control-toolbox).\n\n\u003e[!NOTE]\n\u003e If you want to add an application or a package to the control-toolbox ecosystem, please follow this [set up tutorial](https://github.com/control-toolbox/Tutorials.jl/discussions/9).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontrol-toolbox%2Ftutorials.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontrol-toolbox%2Ftutorials.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontrol-toolbox%2Ftutorials.jl/lists"}