FourierFlows / GeophysicalFlows.jl

Geophysical fluid dynamics pseudospectral solvers with Julia and FourierFlows.jl.
https://fourierflows.github.io/GeophysicalFlowsDocumentation/stable/
MIT License
153 stars 31 forks source link

Add paper and preprint section to `index.md` #308

Closed jbisits closed 1 year ago

jbisits commented 1 year ago

Can be added somewhere else if you think better?

I started using the the vs-code settings as suggested by the SciML Style Guide for Julia (towards the bottom of the README) which gets rid of extra spaces at the end of lines and extraneous extra lines. This makes it looks like there are a fair few changes even though all I have added is the paper section to index.md. Sorry if this is annoying!

Once the paper is released (not just early online release) I will update the entry.

jbisits commented 1 year ago

Will have to look into what is happening with the tests some other time this week sorry! No real rush on this one.

jbisits commented 1 year ago

I merged my fork upstream, maybe something went wrong with that or I have some other changes left here that I did not correct.

navidcy commented 1 year ago

@thdrivas, can you write here for us any papers of yours (or others that you know) that used GeophysicalFlows.jl?

navidcy commented 1 year ago

@jbisits can we keep this PR only for the index.md? let's do a different one for code beautification?

navidcy commented 1 year ago

(perhaps you can remove some commits with git rebase -i (I've never done it -- google it?) :)

jbisits commented 1 year ago

@jbisits can we keep this PR only for the index.md? let's do a different one for code beautification?

Yes good idea. I will revert these changes.

navidcy commented 1 year ago

Closing in favor of #309