Skip to content

Commit

Permalink
Merge branch 'master' into update_commcall_date
Browse files Browse the repository at this point in the history
  • Loading branch information
ljgarcia committed Sep 8, 2023
2 parents 613bd10 + b7977e2 commit 83affde
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 23 deletions.
5 changes: 0 additions & 5 deletions _includes/live-deploy-site-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ <h4>Implemented Profiles</h4>
<a href="https://validator.schema.org/#url={{profile.exampleURL}}" data-bs-toggle="tooltip" data-bs-placement="top" title="{{page.schemaHoverText}}" class="btn btn-sm btn-primary" target="_blank">SMV</a>
</div>
{%- endif %}
{%- if profile.exampleURL != nil %}
<div class="ps-1">
<a href="https://swel.macs.hw.ac.uk/scraper/getRDF?url={{profile.exampleURL}}&output=jsonld" data-bs-toggle="tooltip" data-bs-placement="top" title="{{page.bmuseHoverText}}" class="btn btn-sm btn-primary" target="_blank">BMUSE</a>
</div>
{%- endif %}
</div>
{%- endfor %}
</div>
Expand Down
5 changes: 0 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,6 @@ <h3>Latest Presentation</h3>
</div>
<small>See more <a href="{{ '/about/publications' | relative_url }}">presentations and publications</a>.</small>
</section>
<hr>
<section>
<a class="twitter-timeline" data-height="450" data-theme="light" data-chrome="noborders"data-link-color="#2BB673" href="https://twitter.com/Bioschemas?ref_src=twsrc%5Etfw">Tweets by Bioschemas</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</section>
</div>
</div>
</div>
11 changes: 1 addition & 10 deletions pages/_developer/liveDeploys.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
- "/liveDeploys"
exampleHoverText: "View example page"
schemaHoverText: "Visualise on the Schema.org Markup Validation Tool (SMV)"
bmuseHoverText: "Retrieve using Bioschemas Scraping service"
---
<!-- This count is used to provide a unique ID -->
{%- assign count = 0 %}
<h1>{{ page.title }}</h1>
<p>Below we list the sites that use <a href="/">Bioschemas</a> markup to describe what they are offering. We provide a direct link to the site, an example deployment page, a link to test the markup syntax using the Schema.org Markup Validation tool (<a href="https://validator.schema.org/">SMV</a>), and also a link to the results of using the Bioschemas Markup Scraper and Extractor tool (<a href="https://github.com/HW-SWeL/BMUSE">BMUSE</a>). The links to the Schema.org Markup Validation tool and BMUSE show one example page from the site; however, many more may exist.</p>
<p>Below we list the sites that use <a href="/">Bioschemas</a> markup to describe what they are offering. We provide a direct link to the site, an example deployment page and a link to test the markup syntax using the Schema.org Markup Validation tool (<a href="https://validator.schema.org/">SMV</a>).</p>

<p>Note that when using the Schema.org Markup Validator, you may encounter some error warnings for types and properties. These should correspond to the types and properties that are being proposed by Bioschemas as extensions to the Schema.org vocabulary.</p>

Expand Down Expand Up @@ -104,9 +103,6 @@ <h2 class="accordion-header pt-0" id="profiles_heading{{profile.name | json }}">
<div class="ps-1">
<a href="https://validator.schema.org/#url={{live.exampleURL}}" data-bs-toggle="tooltip" data-bs-placement="top" title="{{page.schemaHoverText}}" class="btn btn-sm btn-primary" target="_blank">SMV</a>
</div>
<div class="ps-1">
<a href="https://swel.macs.hw.ac.uk/scraper/getRDF?url={{live.exampleURL}}&output=jsonld" data-bs-toggle="tooltip" data-bs-placement="top" title="{{page.bmuseHoverText}}" class="btn btn-sm btn-primary" target="_blank">BMUSE</a>
</div>
{%- endif %}
{%- break %}
{%- endif %}
Expand Down Expand Up @@ -248,11 +244,6 @@ <h4>Implemented Profiles</h4>
<a href="https://validator.schema.org/#url={{profile.exampleURL}}" data-bs-toggle="tooltip" data-bs-placement="top" title="{{page.schemaHoverText}}" class="btn btn-sm btn-primary" target="_blank">SMV</a>
</div>
{%- endif %}
{%- if profile.exampleURL != nil %}
<div class="ps-1">
<a href="https://swel.macs.hw.ac.uk/scraper/getRDF?url={{profile.exampleURL}}&output=jsonld" data-bs-toggle="tooltip" data-bs-placement="top" title="{{page.bmuseHoverText}}" class="btn btn-sm btn-primary" target="_blank">BMUSE</a>
</div>
{%- endif %}
</div>
{%- endfor %}
</div>
Expand Down
2 changes: 0 additions & 2 deletions pages/_people/ChrisChild.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ first-name: Chris
last-name: Child
collection: people
affiliation: The University of Manchester
homepage: https://hardcopy.dev/
github_username: christopherchild
orcid: 0000-0003-0758-6908
---
2 changes: 1 addition & 1 deletion pages/_tutorials/what_why_bioschemas.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Using schema.org markup on web pages enables the generation of 'info box' summar

Imagine an insulin summary appearing within search results, but rather than pointing to Wikipedia, that summary would direct one to specialized resources such as Orphanet or CATH as seen in Figure 1. In this way you would get a quick overview while also being provided links to relevant resources, all in one search.

{% include image.html file="/tutorials/images/ilustration_life_sciences_event.png" caption="Figure 1. Insulin summary on a search engine" alt="Insulin summary on a search engine" %}
{% include image.html file="/tutorials/images/insulin.png" caption="Figure 1. Insulin summary on a search engine" alt="Insulin summary on a search engine" %}


## 2. What are the benefits of Bioschemas?
Expand Down

0 comments on commit 83affde

Please sign in to comment.