Skip to content

Commit debf65a

Browse files
committed
some details
1 parent 93977a8 commit debf65a

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,16 @@
11
# 🌎 TrixiAtmo.jl 🌍
22

3-
<!--
4-
[![Docs-stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://trixi-framework.github.io/TrixiAtmo.jl/stable)
5-
-->
3+
[comment]: <> ([![Docs-stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://trixi-framework.github.io/TrixiAtmo.jl/stable))
64
[![Docs-dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://trixi-framework.github.io/TrixiAtmo.jl/dev)
75
[![Slack](https://img.shields.io/badge/chat-slack-e01e5a)](https://join.slack.com/t/trixi-framework/shared_invite/zt-sgkc6ppw-6OXJqZAD5SPjBYqLd8MU~g)
86
[![Build Status](https://github.com/trixi-framework/TrixiAtmo.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/trixi-framework/TrixiAtmo.jl/actions?query=workflow%3ACI)
97
[![Codecov](https://codecov.io/gh/trixi-framework/TrixiAtmo.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/trixi-framework/TrixiAtmo.jl)
108
[![Coveralls](https://coveralls.io/repos/github/trixi-framework/TrixiAtmo.jl/badge.svg?branch=main)](https://coveralls.io/github/trixi-framework/TrixiAtmo.jl?branch=main)
119
[![License: MIT](https://img.shields.io/badge/License-MIT-success.svg)](https://opensource.org/licenses/MIT)
12-
<!--
13-
[![DOI](https://zenodo.org/badge/DOI/TODO.svg)](https://doi.org/TODO)
14-
-->
10+
[comment]: <> ([![DOI](https://zenodo.org/badge/DOI/TODO.svg)](https://doi.org/TODO))
1511

1612
<p align="center">
17-
<img width="300px" src="https://trixi-framework.github.io/assets/logo_atmo.png">
13+
<img width="70%" src="https://trixi-framework.github.io/assets/logo_atmo.png">
1814
</p>
1915

2016
**Note: This repository is still in its alpha stage and anything might change at
@@ -88,7 +84,7 @@ or [create an issue](https://github.com/trixi-framework/TrixiAtmo.jl/issues/new)
8884
## Acknowledgments
8985
<p align="center">
9086
<!-- BMBF -->
91-
<img align="middle" src="https://user-images.githubusercontent.com/3637659/231436391-b28a76a4-f027-40f9-bd28-14e3a2f3e16a.png" height="100" />
87+
<img width="100px" src="https://user-images.githubusercontent.com/3637659/231436391-b28a76a4-f027-40f9-bd28-14e3a2f3e16a.png"/>
9288
</p>
9389

9490
This project has benefited from funding from the

src/TrixiAtmo.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
🌍 TrixiAtmo 🌍
2+
TrixiAtmo
33
44
**TrixiAtmo.jl** is a simulation package for atmospheric models based on
55
[Trixi.jl](https://github.com/trixi-framework/Trixi.jl)

0 commit comments

Comments
 (0)