Skip to content

Commit 998a7cf

Browse files
committed
Update readme (#36)
* Update README.md
1 parent 4dc70dc commit 998a7cf

File tree

1 file changed

+16
-7
lines changed

1 file changed

+16
-7
lines changed

README.md

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,21 +71,30 @@ A runtime directory will be created in a `results` folder. The experiment result
7171
* `pyCSEP` [Github](https://github.com/sceccode/pycsep)
7272
* `pyCSEP` [Documentation](https://docs.cseptesting.org/)
7373

74+
7475
# Roadmap and Known Issues
7576

76-
* Add functionality to compare original results and reproduced results
77-
* Add registry to filetrees (e.g. hash/byte count) for a proper experiment re-instantiation
7877
* Add report customization
79-
* Fix the hooks properly (user code) to be inserted into plotting/reporting functionalities.
80-
* Add multiple logging/levels
81-
* Create tool to check a TD model's interface with ``fecsep``
78+
* Create tool to check a TD model's interface with ``floatcsep``
8279
* Define a dependency strategy to ensure experiments' reproducibility.
83-
* Publish in `conda`
80+
* Implement spatial database and HDF5 experiment storage feature
81+
* Set up task paralellization
82+
8483

8584
# Contributing
8685

8786
We encourage all types of contributions, from reporting bugs, suggesting enhancements, adding new features and more. Please refer to the [Contribution Guidelines](https://github.com/cseptesting/floatcsep/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/cseptesting/floatcsep/blob/main/CODE_OF_CONDUCT.md) for more information
8887

8988
# License
9089

91-
The `floatCSEP` (as well as `pyCSEP`) software is distributed under the BSD 3-Clause open-source license. Please see the [license file](https://github.com/cseptesting/floatcsep/blob/main/LICENSE) for more information.
90+
The `floatCSEP` (as well as `pyCSEP`) software is distributed under the BSD 3-Clause open-source license. Please see the [license file](https://github.com/cseptesting/floatcsep/blob/main/LICENSE) for more information.
91+
92+
## Support
93+
94+
<div style="max-width: 100px; margin: auto;">
95+
96+
| <img src="https://i.postimg.cc/tC1LdjYf/scec.png" width="150"/> | <img src="https://i.postimg.cc/2S7ThcFM/eu-flag.jpg" width="150"/> |
97+
|:---|:---|
98+
| <div style="text-align: left;">This research was supported by the <a href="https://www.scec.org/">Statewide California Earthquake Center</a>. SCEC is funded by NSF Cooperative Agreement EAR-2225216 and USGS Cooperative Agreement G24AC00072-00.</div> | <div style="text-align: left;">The work in this repository has received funding from the European Union’s Horizon research and innovation programme under grant agreements No.s 101058518 and 821115 of the projects <a href="https://www.geo-inquire.eu/">GeoInquire</a> and <a href="https://www.rise-eu.org/">RISE</a>.</div> |
99+
100+
</div>

0 commit comments

Comments
 (0)