Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy authored Oct 16, 2018
1 parent 577af89 commit a0049e6
Showing 1 changed file with 15 additions and 9 deletions.
24 changes: 15 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# GeophysicalFlows.jl

<table>
<tr align="center">
<td><b>Documentation</b></td> <td>Travis</td> <td>Appveyor</td>
</tr>
<tr align="center">
<td><a href="https://fourierflows.github.io/GeophysicalFlows.jl/latest/"><img src="https://img.shields.io/badge/docs-latest-blue.svg"></a><!--</br><a href="https://GeophysicalFlows.github.io/GeophysicalFlows.jl/stable/"><img src="https://img.shields.io/badge/docs-stable-blue.svg"></a>--></td> <td><a href="https://travis-ci.org/FourierFlows/GeophysicalFlows.jl"><img src="https://travis-ci.org/FourierFlows/GeophysicalFlows.jl.svg?branch=master" title="Build Status"></a><td><a href="https://ci.appveyor.com/project/navidcy/geophysicalflows-jl"><img src="https://ci.appveyor.com/api/projects/status/7c5f4wfckq5gb6qv?svg=true" title="Build Status"></a></td>
</tr>
</table>

<p align="left">
<a href="https://GeophysicalFlows.github.io/GeophysicalFlows.jl/stable/">
<img src="https://img.shields.io/badge/docs-stable-blue.svg">
</a>
<a href="https://fourierflows.github.io/GeophysicalFlows.jl/latest/">
<img src="https://img.shields.io/badge/docs-latest-blue.svg">
</a>
<a href="https://travis-ci.org/FourierFlows/GeophysicalFlows.jl">
<img src="https://travis-ci.org/FourierFlows/GeophysicalFlows.jl.svg?branch=master" title="Build Status">
</a>
<a href="https://ci.appveyor.com/project/navidcy/geophysicalflows-jl">
<img src="https://ci.appveyor.com/api/projects/status/7c5f4wfckq5gb6qv?svg=true" title="Build Status">
</a>
</p>

This package leverages the [FourierFlows.jl]() framework to provide modules for solving problems in
Geophysical Fluid Dynamics on periodic domains using Fourier-based pseudospectral methods.

Expand Down

0 comments on commit a0049e6

Please sign in to comment.