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

add report and disclaimer to readme #46

Merged
merged 1 commit into from
Aug 21, 2024
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
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ The Wide-Area Decontamination Tool (WADT) estimates the cost and time associated

Each release's assets will contain an executable that can be downloaded and run. [Click here](https://github.com/USEPA/EPADecon/releases/latest) to access the latest release. Please note that the software dependenices listed above will need to be installed for the application to work.

## More Information

A report containing more information on the methodology used by this tool can be found [here](https://cfpub.epa.gov/si/si_public_record_report.cfm?Lab=CESER&dirEntryId=356515).

# Contribute

Follow the standards set forth by the group for all .NET development.
Expand Down Expand Up @@ -226,3 +230,6 @@ let providedNumber = numberProvider.get();

... // other code
```

# Disclaimer
The United States Environmental Protection Agency (EPA) GitHub project code is provided on an "as is" basis and the user assumes responsibility for its use. EPA has relinquished control of the information and no longer has responsibility to protect the integrity , confidentiality, or availability of the information. Any reference to specific commercial products, processes, or services by service mark, trademark, manufacturer, or otherwise, does not constitute or imply their endorsement, recommendation or favoring by EPA. The EPA seal and logo shall not be used in any manner to imply endorsement of any commercial product or activity by EPA or the United States Government.
Loading