Skip to content

Commit 98c1f3b

Browse files
marycrawfordmarycrawford
and
marycrawford
authored
relocate public domain notic and fix rendering video in README (#516)
Co-authored-by: marycrawford <[email protected]>
1 parent a0d6d95 commit 98c1f3b

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

README.md

+21-18
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
- [2.1 Privacy Standard Notice](#21-privacy-standard-notice)
99
- [2.2 Records Management Standard Notice](#22-records-management-standard-notice)
1010
- [2.3 Domestic Copyright Protection Notice](#23-domestic-copyright-protection-notice)
11-
- [2.4 Open Source Notice](#24-open-source-notice)
12-
- [2.5 License Standard Notice](#25-license-standard-notice)
13-
- [2.6 Github Notice](#26-github-notice)
14-
- [2.7 Contributing Standard Notice](#27-contributing-standard-notice)
11+
- [2.4 Public Domain Standard Notice](#24-public-domain-standard-notice)
12+
- [2.5 Open Source Notice](#25-open-source-notice)
13+
- [2.6 License Standard Notice](#26-license-standard-notice)
14+
- [2.7 Github Notice](#27-github-notice)
15+
- [2.8 Contributing Standard Notice](#28-contributing-standard-notice)
1516

1617
[3. General Disclaimer](#3-general-disclaimer)
1718

@@ -27,15 +28,6 @@ Please see the [UserGuide](/docs/user_guide.md) to get a technical overview of t
2728

2829
The exchange of public health data is hindered by outdated, manual processes. Some state, local, tribal, and territorial health departments still rely on fax, email, and physical mail to receive case data, requiring staff to manually review and re-enter information from lab reports. This labor-intensive process can take up to 20 minutes per report, and electronic data extraction remains cumbersome and error-prone, particularly when handling multiple documents. As a result, low accuracy in data ingestion impedes the ability of public health departments to efficiently process and utilize critical health data.
2930

30-
## Public Domain Standard Notice
31-
This repository constitutes a work of the United States Government and is not
32-
subject to domestic copyright protection under 17 USC § 105. This repository is in
33-
the public domain within the United States, and copyright and related rights in
34-
the work worldwide are waived through the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/).
35-
All contributions to this repository will be released under the CC0 dedication. By
36-
submitting a pull request you are agreeing to comply with this waiver of
37-
copyright interest.
38-
3931
## The Solution
4032

4133
ReportVision is a powerful tool designed to automate the reading and extracting of data from lab reports, helping public health departments streamline their workflows. Leveraging the power of the Tesseract engine and Microsoft Azure Cloud Platform, ReportVision allows teams to create customizable, data-driven templates for automatic extraction and annotation of multiple datasets—delivering notable accuracy and speed.
@@ -50,7 +42,7 @@ Check out the following videos to see how the updated OCR model works in action,
5042

5143
<div align="center">
5244
<video width="500" height="280" controls>
53-
<source src="images-and-media/reportvision-demo.mp4" type="video/mp4">
45+
<source src="/images-and-media/reportvision-demo.mp4" type="video/mp4">
5446
Video Extracting Data From Lab Reports.
5547
</video>
5648
</div align="center">
@@ -85,13 +77,24 @@ This repository is a work of the United States Government and is not subject to
8577

8678
+ [Return to Table of Contents](#table-of-contents).
8779

88-
## 2.4 Open Source Notice
80+
## 2.4 Public Domain Standard Notice
81+
This repository constitutes a work of the United States Government and is not
82+
subject to domestic copyright protection under 17 USC § 105. This repository is in
83+
the public domain within the United States, and copyright and related rights in
84+
the work worldwide are waived through the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/).
85+
All contributions to this repository will be released under the CC0 dedication. By
86+
submitting a pull request you are agreeing to comply with this waiver of
87+
copyright interest.
88+
89+
+ [Return to Table of Contents](#table-of-contents).
90+
91+
## 2.5 Open Source Notice
8992

9093
This repository is open source and follows [open practices](docs/open_practices.md). Contributors are expected to adhere to the organization's [rules of behavior](docs/rules_of_behavior.md).
9194

9295
+ [Return to Table of Contents](#table-of-contents).
9396

94-
## 2.5 License Standard Notice
97+
## 2.6 License Standard Notice
9598

9699
The code in this repository is licensed under the Apache License 2.0 (ASL v2), or any later version at your discretion.
97100

@@ -103,14 +106,14 @@ Additionally, any code forked from this open-source project will retain its orig
103106

104107
+ [Return to Table of Contents](#table-of-contents).
105108

106-
## 2.6 Github Notice
109+
## 2.7 Github Notice
107110

108111
GitHub is not hosted by the CDC, but is a third party website used by CDC and its partners to share information and collaborate on software. CDC use of GitHub does not imply an endorsement of any one particular service, product, or enterprise. If you are new to GitHub, we recommend starting with this
109112
[basic tutorial](https://help.github.com/articles/set-up-git) to familiarize yourself with version control and collaboration.
110113

111114
+ [Return to Table of Contents](#table-of-contents).
112115

113-
## 2.7 Contributing Standard Notice
116+
## 2.8 Contributing Standard Notice
114117

115118
While we encourage continuous development of this repository's codebase, there is currently no designated department overseeing its management. If you'd like to contribute, you have two options:
116119

0 commit comments

Comments
 (0)