Skip to content

Commit

Permalink
Update branding and copyrights (#102)
Browse files Browse the repository at this point in the history
* Update branding and copyrights

Remove MITRE logo from header.
Remove MITRE section from about page. Add HL7 section to about page.
Change copyright to HL7. Change maintainers to HL7 community.

* Use bigger HL7 logo, remove PRS statement
  • Loading branch information
mint-thompson authored Sep 12, 2024
1 parent 030a5d6 commit 97f707a
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 29 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build the site and push its contents to the

## FHIR Foundation Project Statement

- Maintainers: This project is maintained by The MITRE Corporation.
- Maintainers: This project is maintained by the HL7 community.
- Issues / Discussion: For FSH School website issues, such as bug reports, comments, suggestions, questions, and feature requests, visit [FSH School website GitHub Issues](https://github.com/FSHSchool/site/issues). For discussion of FHIR Shorthand and its associated projects, visit the FHIR Community Chat @ https://chat.fhir.org. The [#shorthand stream](https://chat.fhir.org/#narrow/stream/215610-shorthand) is used for all FHIR Shorthand questions and discussion.
- License: All contributions to this project will be released under the Apache 2.0 License, and a copy of this license can be found in [LICENSE](LICENSE).
- Contribution Policy: The FSH School website Contribution Policy can be found in [CONTRIBUTING.md](CONTRIBUTING.md).
Expand All @@ -27,7 +27,7 @@ To develop this site locally:
$ git submodule update --init --recursive
```
2. [Install Hugo](https://gohugo.io/getting-started/installing/)
3. Add and edit content, refferring to the [Hugo documentation](https://gohugo.io/documentation/)
3. Add and edit content, referring to the [Hugo documentation](https://gohugo.io/documentation/)
as needed
4. Run the Hugo server
```bash
Expand Down Expand Up @@ -59,7 +59,7 @@ standard HTTP server.

# License

Copyright 2020+ The MITRE Corporation
Copyright 2020+ Health Level Seven International

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
19 changes: 0 additions & 19 deletions assets/icons/logo.svg

This file was deleted.

4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ id = "UA-00000000-0"
# Everything below this are Site Params

[params]
copyright = "The MITRE Corporation"
copyright = "Health Level Seven International"

# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
github_repo = "https://github.com/FSHSchool/site"
Expand All @@ -87,7 +87,7 @@ breadcrumb_disable = false
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)
sidebar_search_disable = false
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
navbar_logo = true
navbar_logo = false
# Set to true to disable the About link in the site footer
footer_about_disable = false

Expand Down
8 changes: 4 additions & 4 deletions layouts/partials/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ <h2>FHIR Shorthand</h2>
<div class="col-sm-12 col-md-4">
<img src="/fsh-school-logo.png" style="display: flex; max-width: 100%; height: auto; max-height: 200px; margin: auto">
<h2>FSH School</h2>
<p>FSH School is a free resource provided by The MITRE Corporation for learning and applying FHIR Shorthand. FSH School includes FSH Online (a coding playground for FHIR Shorthand complete with example of FSH), FSH Finder (a list of public FSH projects found on GitHub, refreshed daily), as well as documentation and tutorials for running SUSHI and GoFSH (the compiler and decomplier for FSH).
<p>FSH School is a free resource provided by Health Level Seven International for learning and applying FHIR Shorthand. FSH School includes FSH Online (a coding playground for FHIR Shorthand complete with example of FSH), FSH Finder (a list of public FSH projects found on GitHub, refreshed daily), as well as documentation and tutorials for running SUSHI and GoFSH (the compiler and decomplier for FSH).
</div>
<div class="col-sm-12 col-md-4">
<img src="/mitre-logo.svg" style="display: flex; max-width: 100%; height: auto; max-height: 200px; margin: auto">
<h2>The MITRE Corporation</h2>
<p>The MITRE Corporation is a not-for-profit organization that works in the public interest across federal, state and local governments, as well as industry and academia. MITRE operates FFRDCs—federally funded research and development centers. FFRDCs are unique organizations that assist the United States government with scientific research and analysis; development and acquisition; and systems engineering and integration. MITRE also has an independent research program that explores new and expanded uses of technologies to solve sponsors problems.
<img src="/HL7-logo.webp" style="display: flex; max-width: 100%; height: auto; max-height: 200px; margin: auto">
<h2>About HL7</h2>
<p>Founded in 1987, Health Level Seven International (HL7) is a not-for-profit, ANSI-accredited standards developing organization dedicated to providing a comprehensive framework and related standards for the exchange, integration, sharing, and retrieval of electronic health information that supports clinical practice and the management, delivery and evaluation of health services. HL7 is supported by more than 1,600 members from over 50 countries, including 500+ corporate members representing healthcare providers, government stakeholders, payers, pharmaceutical companies, vendors/suppliers, and consulting firms.
</div>
</section>
2 changes: 1 addition & 1 deletion layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{{ end }}
</div>
<div class="col-12 col-sm-4 text-center py-2 order-sm-2">
{{ with .Site.Params.copyright }}<small class="text-white">&copy; {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}. Approved for Public Release 19-3439. Distribution Unlimited. FHIR® is a registered trademark of Health Level Seven International.</small>{{ end }}
{{ with .Site.Params.copyright }}<small class="text-white">&copy; {{ now.Year}} {{ .}} {{ T "footer_all_rights_reserved" }}. FHIR® is a registered trademark of Health Level Seven International.</small>{{ end }}
{{ with .Site.Params.privacy_policy }}<small class="ml-1"><a href="{{ . }}" target="_blank">{{ T "footer_privacy_policy" }}</a></small>{{ end }}
</div>
</div>
Expand Down
Binary file added static/HL7-logo.webp
Binary file not shown.

0 comments on commit 97f707a

Please sign in to comment.