Skip to content

Commit

Permalink
Changes tab to Graph Summary, release as version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jermnelson committed Feb 29, 2024
1 parent befb441 commit e95b039
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

</py-config>
<py-script>
__version__ = "0.1.2"
__version__ = "1.0.0"
import asyncio
import sys
import js
Expand Down Expand Up @@ -89,11 +89,11 @@ <h4>Version <span id="version" ></span></h4>
<button class="nav-link"
id="bibframe-tab"
data-bs-toggle="tab"
data-bs-target="#bibframe"
data-bs-target="#graph-summary"
type="button"
role="tab"
aria-controls="profile"
aria-selected="false">BIBFRAME</button>
aria-selected="false">Graph Summary</button>
</li>
<li class="nav-item" role="presentation">
<button class="nav-link"
Expand Down Expand Up @@ -153,13 +153,12 @@ <h4>Individual Resources</h4>
</div>
</div>
</div>
<div class="tab-pane fade" id="bibframe" role="tabpanel" aria-labelledby="profile-tab">
<div class="tab-pane fade" id="graph-summary" role="tabpanel" aria-labelledby="profile-tab">
<div class="container">
<div id="bf-work-instance-item-rdf">
## PCC BIBFRAME Work-Instance-Item Graph
We can use [Sinopia API](https://github.com/ld4p/sinopia_api) to construct a small
RDF graph made up of a [BIBFRAME](https://bibframe.org/) Work, Instance, and Item
and then create a knowledge graph for analysis and visualization of the entities
## Graph Summary
The [Sinopia API](https://github.com/ld4p/sinopia_api) is used to construct a small
RDF graph and then create a knowledge graph for analysis and visualization of the entities
along with their properties.
</div>
<div class="row">
Expand Down

0 comments on commit e95b039

Please sign in to comment.