Skip to content
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

fix in readme, added citation file #9

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Show file tree
Hide file tree
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
20 changes: 20 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cff-version: 0.0.1
message: "If you use this software, please cite it as below."
authors:
- family-names: "Setinek"
given-names: "Paul"
- family-names: "Mosser"
given-names: "Lukas"
- family-names: "Guasch"
given-names: "Lluis"
title: "A nerfstudio implementation of SeaThru-NeRF"
version: 0.0.1
doi: "10.5281/zenodo.13381726"
date-released: 2023-09-22
url: "https://github.com/AkerBP/seathru_nerf"
keywords:
- NeRF
- Underwater Imaging
repository-code: "https://github.com/AkerBP/seathru_nerf.git"
repository-branch: "main"
license: "MIT"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ This repository was developed as part of an Independent Research Project, a coll

## **License**

MIT License

Copyright (c) [2023] [Paul Setinek]

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
Expand Down
Loading