Skip to content

Commit

Permalink
add ODIS Node to glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
jmckenna committed Feb 7, 2024
1 parent 133d502 commit 1da0863
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dashboard/dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ def publicurls(client, bucket, prefix):
st.markdown('The ODIS graph connects information through a triple; *Subject, Predicate, Object*. In the information "Leonard Nimoy was an actor who played the character Spock", LeonardNimoy is the *Subject*, "played" is the *Predicate*, and "Spock" is the *Object*.')
st.subheader('Types')
st.markdown('The ODIS graph leverages core [thematic patterns](https://book.oceaninfohub.org/thematics/README.html), which are expanded from [schema.org](https://schema.org/docs/full.html) types.')

st.subheader('ODIS Node')
st.markdown('An ODIS Node (not to be confused with a graph "node", described above) is a data source that is networked into and part of the ODIS Federation. ODIS Nodes are operated by ODIS partner oganisations, which may have one or many Nodes.')

with st.expander("ODIS Graph Endpoint Status", expanded=True):

#use markdown trick, as st.expander label cannot be styled
Expand Down

0 comments on commit 1da0863

Please sign in to comment.