Skip to content

Update README #93

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 15, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 13 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Read the paper [here](https://arxiv.org/abs/1902.06714).
- [Building with CMake](https://github.com/modern-fortran/neural-fortran#building-with-cmake)
* [Examples](https://github.com/modern-fortran/neural-fortran#examples)
* [API documentation](https://github.com/modern-fortran/neural-fortran#api-documentation)
* [Contributors](https://github.com/modern-fortran/neural-fortran#contributors)
* [Related projects](https://github.com/modern-fortran/neural-fortran#related-projects)
* [Acknowledgement](https://github.com/modern-fortran/neural-fortran#acknowledgement)

## Features

Expand Down Expand Up @@ -234,18 +234,20 @@ ford ford.md
from the neural-fortran top-level directory to generate the API documentation in doc/html.
Point your browser to doc/html/index.html to read it.

## Contributors
## Acknowledgement

Thanks to all open-source contributors to neural-fortran:

* [@awvwgk](https://github.com/awvwgk)
* [@ivan-pi](https://github.com/ivan-pi)
* [@jacobwilliams](https://github.com/jacobwilliams),
* [@jvdp1](https://github.com/jvdp1)
* [@milancurcic](https://github.com/milancurcic)
* [@pirpyn](https://github.com/pirpyn)
* [@rouson](https://github.com/rouson)
* [@scivision](https://github.com/scivision)
[@awvwgk](https://github.com/awvwgk),
[@ivan-pi](https://github.com/ivan-pi),
[@jacobwilliams](https://github.com/jacobwilliams),
[@jvdp1](https://github.com/jvdp1),
[@milancurcic](https://github.com/milancurcic),
[@pirpyn](https://github.com/pirpyn),
[@rouson](https://github.com/rouson),
and [@scivision](https://github.com/scivision).

Development of convolutional networks in neural-fortran was funded by a
contract from NASA Goddard Space Flight Center to the University of Miami.

## Related projects

Expand Down