{"id":29276518,"url":"https://github.com/juliamanifolds/manoptexamples.jl","last_synced_at":"2025-07-05T08:36:02.088Z","repository":{"id":65718103,"uuid":"598065559","full_name":"JuliaManifolds/ManoptExamples.jl","owner":"JuliaManifolds","description":"🏔️⛷️ ManoptExamples.jl – A collection of research and tutorial example problems for Manopt.jl","archived":false,"fork":false,"pushed_at":"2025-04-13T14:22:12.000Z","size":5564,"stargazers_count":5,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-06-14T04:21:53.173Z","etag":null,"topics":["examples","julia","manifolds","manopt"],"latest_commit_sha":null,"homepage":"https://juliamanifolds.github.io/ManoptExamples.jl/stable","language":"Julia","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JuliaManifolds.png","metadata":{"files":{"readme":"Readme.md","changelog":"Changelog.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.bib","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":".zenodo.json"}},"created_at":"2023-02-06T10:21:48.000Z","updated_at":"2025-04-13T13:42:37.000Z","dependencies_parsed_at":"2024-02-14T20:10:02.807Z","dependency_job_id":"8edf134f-9e32-4b27-af8a-e8a14f847943","html_url":"https://github.com/JuliaManifolds/ManoptExamples.jl","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/JuliaManifolds/ManoptExamples.jl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaManifolds%2FManoptExamples.jl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaManifolds%2FManoptExamples.jl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaManifolds%2FManoptExamples.jl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaManifolds%2FManoptExamples.jl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JuliaManifolds","download_url":"https://codeload.github.com/JuliaManifolds/ManoptExamples.jl/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JuliaManifolds%2FManoptExamples.jl/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263711085,"owners_count":23499818,"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":["examples","julia","manifolds","manopt"],"created_at":"2025-07-05T08:36:01.251Z","updated_at":"2025-07-05T08:36:02.079Z","avatar_url":"https://github.com/JuliaManifolds.png","language":"Julia","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ManoptExamples.jl\n\n[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliamanifolds.github.io/ManoptExamples.jl/stable)\n[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliamanifolds.github.io/ManoptExamples.jl/dev)\n[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)\n[![CI](https://github.com/JuliaManifolds/ManoptExamples.jl/workflows/CI/badge.svg)](https://github.com/JuliaManifolds/ManoptExamples.jl/actions?query=workflow%3ACI+branch%3Amain)\n[![codecov](https://codecov.io/gh/JuliaManifolds/ManoptExamples.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaManifolds/ManoptExamples.jl)\n[![DOI](https://zenodo.org/badge/598065559.svg)](https://zenodo.org/badge/latestdoi/598065559)\n\n\nThis package provides examples of optimizations problems on Riemannian manifolds.\n\nIt uses the manifolds from [Manifolds.jl](https://juliamanifolds.github.io/Manifolds.jl/) and the structures provided by [Manopt.jl](https://manoptjl.org/).\nto state the problems.\nFurthermore the problems are illustrated in their usage in [Quarto](https://quarto.org) Markdown files, that\nare pre-rendered into the documentation. This way, the package also provides examples of\nthe provided examples “in action”.\n\n## Citation\n\nIf you use `ManoptExamples.jl` in your work, please cite `Manopt.jl`, i.e. the following\n\n```biblatex\n@article{Bergmann2022,\n    Author    = {Ronny Bergmann},\n    Doi       = {10.21105/joss.03866},\n    Journal   = {Journal of Open Source Software},\n    Number    = {70},\n    Pages     = {3866},\n    Publisher = {The Open Journal},\n    Title     = {Manopt.jl: Optimization on Manifolds in {J}ulia},\n    Volume    = {7},\n    Year      = {2022},\n}\n```\n\nTo refer to a certain version or the source code in general we recommend to cite for example\n\n```biblatex\n@software{manoptjl-zenodo-mostrecent,\n    Author = {Ronny Bergmann},\n    Copyright = {MIT License},\n    Doi = {10.5281/zenodo.4290905},\n    Publisher = {Zenodo},\n    Title = {Manopt.jl},\n    Year = {2023},\n}\n```\n\nfor the most recent version or a corresponding version specific DOI, see [the list of all versions](https://zenodo.org/search?page=1\u0026size=20\u0026q=conceptrecid:%224290905%22\u0026sort=-version\u0026all_versions=True).\nNote that both citations are in [BibLaTeX](https://ctan.org/pkg/biblatex) format.\n\nSimilarly this package has a zenodo DOI, for example\n\n```biblatex\n@software{manoptjl-zenodo-mostrecent,\n    Author = {Ronny Bergmann},\n    Copyright = {MIT License},\n    Doi = {10.5281/zenodo.7662431},\n    Publisher = {Zenodo},\n    Title = {ManoptExamples.jl},\n    Year = {2023},\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliamanifolds%2Fmanoptexamples.jl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliamanifolds%2Fmanoptexamples.jl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliamanifolds%2Fmanoptexamples.jl/lists"}