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

Update broken logo urls #2545

Merged
merged 1 commit into from
Oct 2, 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
2 changes: 1 addition & 1 deletion src/js/templates/portals/editor/MarkdownExample.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Markdown is a simple way to format text.

For example, _this text will be italic_ and **this text will be bold**. Here is a link to [DataOne](https://www.dataone.org), and here is an equation written using the TeX language: $$ y =X\beta + \epsilon $$.

Add an image like so: ![DataOne logo](https://www.dataone.org/sites/default/files/d1-logo-v8_aligned_left.png)
Add an image like so: ![DataOne logo](https://www.dataone.org/uploads/dataone-logo-color.png)

Show in-line code using `single backticks`, or show it as a separate block using triple backticks:

Expand Down
4 changes: 2 additions & 2 deletions src/js/themes/knb/templates/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ <h2>
research.
</p>
<p>The KNB was launched in 1998 with a grant from the National Science Foundation (NSF), with the purpose of being the long term home for synthesis datasets and research products generated by <a href="https://nceas.ucsb.edu">National Center for Ecological Analysis and Synthesis</a> (NCEAS) working groups. Since then, NCEAS has continued to operate the KNB not only as an archive for NCEAS working group products, but also for the broader ecology and environmental science community. The KNB acceps all environmental or ecological related data and publishes datasets with Digital Object Identifiers for the express purpose of ensuring long-term access to these datasets. We strive to abide by FAIR (findable, accessible, interoperable, resuble) principles of data sharing and preservation.</p>
<img class="pull-right" style="height: 100px; margin: 10px 40px 10px 20px" alt="NCEAS" src="https://www.nceas.ucsb.edu/files/newLogo_0.png">
<img class="pull-right" style="height: 100px; margin: 10px 40px 10px 20px" alt="NCEAS" src="https://www.nceas.ucsb.edu/sites/default/files/inline-images/NCEAS-Stacked-4C_1.png">
<h3>Hosted by the National Center for Ecological Analysis and Synthesis</h3>
<p>
NCEAS has fostered a global community of ecologists and multidisciplinary environmental scientists eager to solve some of the toughest environmental questions through collaborative, synthesis research, since 1995. NCEAS believes data transparency and reproducibility are essential to the utility of the environmental sciences, and works to advance scientific culture in the direction of open science. The KNB is a primary public data archive for NCEAS working group research products, and hosts data from NCEAS initiatives such as <a href="https://alaskasalmonandpeople.org">the State of Alaska's Salmon and People</a> project and the <a href="https://snappartnership.net/">Science for Nature and People Parnership</a>.
</p>

<img class="pull-right" style="height: 100px; margin: 10px 40px 10px 20px" alt="DataONE" src="https://www.dataone.org/sites/default/files/d1-logo-v8_aligned_left.png">
<img class="pull-right" style="height: 100px; margin: 10px 40px 10px 20px" alt="DataONE" src="https://www.dataone.org/uploads/dataone-logo-color.png">
<h3>Partnered with DataONE</h3>
<p>
Data Observation Network for Earth (DataONE) provides a distributed framework and sustainable cyberinfrastructure that meets the needs of science and society for open, persistent, robust, and secure access to well-described and easily discovered Earth observational data. DataONE is a federation of repositories based on a common infrastructure that allows for federated search and replication between repositories. The KNB is a Tier 4 DataONE member node, meaning that it allows the DataONE infrastructure to use available storage space on the KNB for storing copies of objects that originate on other member nodes in the DataONE network, based on the Node Replication Policy. This helps ensure dataset longevity by providing geographically distinct copies of data on multiple servers.
Expand Down
Loading