Skip to content

Commit 12ffb4b

Browse files
committed
Updated README.md
Signed-off-by: Marvin Hansen <[email protected]>
1 parent bbf4879 commit 12ffb4b

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

deep_causality_uncertain/README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,15 @@ To run an example:
219219
cargo run --example gps_navigation -p deep_causality_uncertain
220220
```
221221

222+
## Acknowledgements
223+
224+
This crate is inspired by the Blog post ["Uncertain⟨T⟩"](https://nshipster.com/uncertainty) by [@Mattt](https://github.com/mattt) and his Implementation of [Uncertain for Swift](https://github.com/mattt/Uncertain).
225+
Furthermore, prior art in the [uncertain crate](https://crates.io/crates/uncertain) and [uncertain-rs](https://crates.io/crates/uncertain-rs) crate inspired some of the implementation and examples.
226+
227+
The Uncertain⟨T⟩ type is based by the foundational research presented in:
228+
229+
* Bornholt, J., Mytkowicz, T., & McKinley, K. S. (2014). [**Uncertain<T>: A First-Order Type for Uncertain Data**.](https://www.microsoft.com/en-us/research/publication/uncertaint-a-first-order-type-for-uncertain-data-2) *Proceedings of the 19th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS '14)*. ACM, New York, NY, USA, 123-136. ([Download Paper](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/asplos077-bornholtA.pdf))
230+
222231
## Contributing
223232

224233
Contributions are welcome! Please refer to the [CONTRIBUTING.md](../CONTRIBUTING.md) for guidelines.
@@ -227,8 +236,8 @@ Contributions are welcome! Please refer to the [CONTRIBUTING.md](../CONTRIBUTING
227236

228237
This project is licensed under the MIT License. See the [LICENSE](../LICENSE) file for details.
229238

230-
## Acknowledgements
231-
232-
This crate is inspired by the foundational research presented in:
239+
## 💻 Author
233240

234-
* Bornholt, J., Mytkowicz, T., & McKinley, K. S. (2014). **Uncertain<T>: A First-Order Type for Uncertain Data**. *Proceedings of the 19th International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS '14)*. ACM, New York, NY, USA, 123-136.
241+
* [Marvin Hansen](https://github.com/marvin-hansen).
242+
* Github GPG key ID: 369D5A0B210D39BC
243+
* GPG Fingerprint: 4B18 F7B2 04B9 7A72 967E 663E 369D 5A0B 210D 39BC

0 commit comments

Comments
 (0)