Skip to content

Commit

Permalink
horizontal centering of image
Browse files Browse the repository at this point in the history
  • Loading branch information
FHoltorf committed May 25, 2022
1 parent e83b878 commit f2cacb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ $$
\frac{dY}{dt}(t) = \Pi_{\mathcal{T}_{\mathcal{M}_r}(Y(t))} F(Y(t),t).
$$

<center> <img src = "docs/assets/DLRA_geometry.png" alt = "logo" width = 400/> </center>
<p align="center">
<img src = "docs/assets/DLRA_geometry.png" alt = "logo" width = 400/>
</p>

## Example applications
While seemingly abstract at first, the solution of exceedingly large matrix-valued ODEs is quite a common problem. In the following we briefly discuss two general applications.
Expand Down

2 comments on commit f2cacb6

@FHoltorf
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/61029

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" f2cacb6889e733d65e3672202579d791a900b8eb
git push origin v0.1.0

Please sign in to comment.