Skip to content

Commit

Permalink
Deploy preview for PR 257 🛫
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Apr 22, 2024
1 parent 16ac0d7 commit 15a6449
Show file tree
Hide file tree
Showing 9 changed files with 55 additions and 55 deletions.
12 changes: 6 additions & 6 deletions preview/pr-257/2019/01/07/example-post-1.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@

<meta name="author" content="sarah-johnson">
<meta property="og:type" content="article">
<meta property="og:updated_time" content="2024-04-22T20:06:50+00:00">
<meta property="og:updated_time" content="2024-04-22T20:21:28+00:00">
<meta property="article:published_time" content="2019-01-07T00:00:00+00:00">
<meta property="article:modified_time" content="2024-04-22T20:06:50+00:00">
<meta name="revised" content="2024-04-22T20:06:50+00:00">
<meta property="article:modified_time" content="2024-04-22T20:21:28+00:00">
<meta name="revised" content="2024-04-22T20:21:28+00:00">


<script type="application/ld+json">
Expand All @@ -75,7 +75,7 @@
"@type": "BlogPosting",
"author": { "@type": "Person", "name": "Example post 1" },
"datePublished": "2019-01-07T00:00:00+00:00",
"dateModified": "2024-04-22T20:06:50+00:00",
"dateModified": "2024-04-22T20:21:28+00:00",

"name": "Example post 1",
"description": "by the Greene Lab. An easy-to-use, flexible website template for labs, with automatic citations, GitHub tag imports, pre-built components, and more.",
Expand Down Expand Up @@ -535,8 +535,8 @@ <h1 class="center">Example post 1</h1>
medicine
</a>

<a href="/lab-website-template/preview/pr-257/blog?search=%22tag:%20big%20data%22" class="tag" data-tooltip='Show items with the tag "big data"'>
big data
<a href="/lab-website-template/preview/pr-257/blog?search=%22tag:%20big-data%22" class="tag" data-tooltip='Show items with the tag "big-data"'>
big-data
</a>

</div>
Expand Down
8 changes: 4 additions & 4 deletions preview/pr-257/2021/09/30/example-post-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@

<meta name="author" content="jane-smith">
<meta property="og:type" content="article">
<meta property="og:updated_time" content="2024-04-22T20:06:50+00:00">
<meta property="og:updated_time" content="2024-04-22T20:21:28+00:00">
<meta property="article:published_time" content="2021-09-30T00:00:00+00:00">
<meta property="article:modified_time" content="2024-04-22T20:06:50+00:00">
<meta name="revised" content="2024-04-22T20:06:50+00:00">
<meta property="article:modified_time" content="2024-04-22T20:21:28+00:00">
<meta name="revised" content="2024-04-22T20:21:28+00:00">


<script type="application/ld+json">
Expand All @@ -75,7 +75,7 @@
"@type": "BlogPosting",
"author": { "@type": "Person", "name": "Example post 2" },
"datePublished": "2021-09-30T00:00:00+00:00",
"dateModified": "2024-04-22T20:06:50+00:00",
"dateModified": "2024-04-22T20:21:28+00:00",

"name": "Example post 2",
"description": "by the Greene Lab. An easy-to-use, flexible website template for labs, with automatic citations, GitHub tag imports, pre-built components, and more.",
Expand Down
8 changes: 4 additions & 4 deletions preview/pr-257/2023/02/23/example-post-3.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@

<meta name="author" content="john-doe">
<meta property="og:type" content="article">
<meta property="og:updated_time" content="2024-04-22T20:06:50+00:00">
<meta property="og:updated_time" content="2024-04-22T20:21:28+00:00">
<meta property="article:published_time" content="2023-02-23T00:00:00+00:00">
<meta property="article:modified_time" content="2024-04-22T20:06:50+00:00">
<meta name="revised" content="2024-04-22T20:06:50+00:00">
<meta property="article:modified_time" content="2024-04-22T20:21:28+00:00">
<meta name="revised" content="2024-04-22T20:21:28+00:00">


<script type="application/ld+json">
Expand All @@ -75,7 +75,7 @@
"@type": "BlogPosting",
"author": { "@type": "Person", "name": "Example post 3" },
"datePublished": "2023-02-23T00:00:00+00:00",
"dateModified": "2024-04-22T20:06:50+00:00",
"dateModified": "2024-04-22T20:21:28+00:00",

"name": "Example post 3",
"description": "by the Greene Lab. An easy-to-use, flexible website template for labs, with automatic citations, GitHub tag imports, pre-built components, and more.",
Expand Down
2 changes: 1 addition & 1 deletion preview/pr-257/_scripts/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

// normalize tag string for comparison
window.normalizeTag = (tag) =>
tag.trim().toLowerCase().replaceAll(/-|\s+/g, " ");
tag.trim().toLowerCase().replaceAll(/\s+/g, "-");

// get data attribute contents of element and children
const getAttr = (element, attr) =>
Expand Down
8 changes: 4 additions & 4 deletions preview/pr-257/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -538,8 +538,8 @@ <h1 id="blog">
medicine
</a>

<a href="/lab-website-template/preview/pr-257/blog/?search=%22tag:%20big%20data%22" class="tag" data-tooltip='Show items with the tag "big data"'>
big data
<a href="/lab-website-template/preview/pr-257/blog/?search=%22tag:%20big-data%22" class="tag" data-tooltip='Show items with the tag "big-data"'>
big-data
</a>

</div>
Expand Down Expand Up @@ -814,8 +814,8 @@ <h3 id="2019">2019</h3>
medicine
</a>

<a href="/lab-website-template/preview/pr-257/blog?search=%22tag:%20big%20data%22" class="tag" data-tooltip='Show items with the tag "big data"'>
big data
<a href="/lab-website-template/preview/pr-257/blog?search=%22tag:%20big-data%22" class="tag" data-tooltip='Show items with the tag "big-data"'>
big-data
</a>

</div>
Expand Down
2 changes: 1 addition & 1 deletion preview/pr-257/feed.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="/lab-website-template/preview/pr-257/feed.xml" rel="self" type="application/atom+xml" /><link href="/lab-website-template/preview/pr-257/" rel="alternate" type="text/html" /><updated>2024-04-22T20:10:13+00:00</updated><id>/lab-website-template/preview/pr-257/feed.xml</id><title type="html">Lab Website Template</title><subtitle>An easy-to-use, flexible website template for labs, with automatic citations, GitHub tag imports, pre-built components, and more.</subtitle><entry><title type="html">Example post 3</title><link href="/lab-website-template/preview/pr-257/2023/02/23/example-post-3.html" rel="alternate" type="text/html" title="Example post 3" /><published>2023-02-23T00:00:00+00:00</published><updated>2024-04-22T20:06:50+00:00</updated><id>/lab-website-template/preview/pr-257/2023/02/23/example-post-3</id><content type="html" xml:base="/lab-website-template/preview/pr-257/2023/02/23/example-post-3.html"><![CDATA[<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>]]></content><author><name>john-doe</name></author><category term="biology," /><category term="medicine" /><summary type="html"><![CDATA[Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="/lab-website-template/preview/pr-257/images/photo.jpg" /><media:content medium="image" url="/lab-website-template/preview/pr-257/images/photo.jpg" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Example post 2</title><link href="/lab-website-template/preview/pr-257/2021/09/30/example-post-2.html" rel="alternate" type="text/html" title="Example post 2" /><published>2021-09-30T00:00:00+00:00</published><updated>2024-04-22T20:06:50+00:00</updated><id>/lab-website-template/preview/pr-257/2021/09/30/example-post-2</id><content type="html" xml:base="/lab-website-template/preview/pr-257/2021/09/30/example-post-2.html"><![CDATA[<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>]]></content><author><name>jane-smith</name></author><summary type="html"><![CDATA[Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.]]></summary></entry><entry><title type="html">Example post 1</title><link href="/lab-website-template/preview/pr-257/2019/01/07/example-post-1.html" rel="alternate" type="text/html" title="Example post 1" /><published>2019-01-07T00:00:00+00:00</published><updated>2024-04-22T20:06:50+00:00</updated><id>/lab-website-template/preview/pr-257/2019/01/07/example-post-1</id><content type="html" xml:base="/lab-website-template/preview/pr-257/2019/01/07/example-post-1.html"><![CDATA[<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>]]></content><author><name>sarah-johnson</name></author><category term="biology" /><category term="medicine" /><category term="big data" /><summary type="html"><![CDATA[Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.]]></summary></entry></feed>
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.3.2">Jekyll</generator><link href="/lab-website-template/preview/pr-257/feed.xml" rel="self" type="application/atom+xml" /><link href="/lab-website-template/preview/pr-257/" rel="alternate" type="text/html" /><updated>2024-04-22T20:22:46+00:00</updated><id>/lab-website-template/preview/pr-257/feed.xml</id><title type="html">Lab Website Template</title><subtitle>An easy-to-use, flexible website template for labs, with automatic citations, GitHub tag imports, pre-built components, and more.</subtitle><entry><title type="html">Example post 3</title><link href="/lab-website-template/preview/pr-257/2023/02/23/example-post-3.html" rel="alternate" type="text/html" title="Example post 3" /><published>2023-02-23T00:00:00+00:00</published><updated>2024-04-22T20:21:28+00:00</updated><id>/lab-website-template/preview/pr-257/2023/02/23/example-post-3</id><content type="html" xml:base="/lab-website-template/preview/pr-257/2023/02/23/example-post-3.html"><![CDATA[<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>]]></content><author><name>john-doe</name></author><category term="biology," /><category term="medicine" /><summary type="html"><![CDATA[Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.]]></summary><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="/lab-website-template/preview/pr-257/images/photo.jpg" /><media:content medium="image" url="/lab-website-template/preview/pr-257/images/photo.jpg" xmlns:media="http://search.yahoo.com/mrss/" /></entry><entry><title type="html">Example post 2</title><link href="/lab-website-template/preview/pr-257/2021/09/30/example-post-2.html" rel="alternate" type="text/html" title="Example post 2" /><published>2021-09-30T00:00:00+00:00</published><updated>2024-04-22T20:21:28+00:00</updated><id>/lab-website-template/preview/pr-257/2021/09/30/example-post-2</id><content type="html" xml:base="/lab-website-template/preview/pr-257/2021/09/30/example-post-2.html"><![CDATA[<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>]]></content><author><name>jane-smith</name></author><summary type="html"><![CDATA[Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.]]></summary></entry><entry><title type="html">Example post 1</title><link href="/lab-website-template/preview/pr-257/2019/01/07/example-post-1.html" rel="alternate" type="text/html" title="Example post 1" /><published>2019-01-07T00:00:00+00:00</published><updated>2024-04-22T20:21:28+00:00</updated><id>/lab-website-template/preview/pr-257/2019/01/07/example-post-1</id><content type="html" xml:base="/lab-website-template/preview/pr-257/2019/01/07/example-post-1.html"><![CDATA[<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>]]></content><author><name>sarah-johnson</name></author><category term="biology" /><category term="medicine" /><category term="big data" /><summary type="html"><![CDATA[Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.]]></summary></entry></feed>
8 changes: 4 additions & 4 deletions preview/pr-257/research/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -617,8 +617,8 @@ <h2 id="highlighted">Highlighted</h2>

<div class="tags" data-repo="greenelab/meta-review" data-link="/lab-website-template/preview/pr-257/research/">

<a href="/lab-website-template/preview/pr-257/research/?search=%22tag:%20open%20science%22" class="tag" data-tooltip='Show items with the tag "open science"'>
open science
<a href="/lab-website-template/preview/pr-257/research/?search=%22tag:%20open-science%22" class="tag" data-tooltip='Show items with the tag "open-science"'>
open-science
</a>

<a href="/lab-website-template/preview/pr-257/research/?search=%22tag:%20collaboration%22" class="tag" data-tooltip='Show items with the tag "collaboration"'>
Expand Down Expand Up @@ -997,8 +997,8 @@ <h3 id="2020">2020</h3>

<div class="tags" data-repo="greenelab/meta-review" data-link="/lab-website-template/preview/pr-257/research/">

<a href="/lab-website-template/preview/pr-257/research/?search=%22tag:%20open%20science%22" class="tag" data-tooltip='Show items with the tag "open science"'>
open science
<a href="/lab-website-template/preview/pr-257/research/?search=%22tag:%20open-science%22" class="tag" data-tooltip='Show items with the tag "open-science"'>
open-science
</a>

<a href="/lab-website-template/preview/pr-257/research/?search=%22tag:%20collaboration%22" class="tag" data-tooltip='Show items with the tag "collaboration"'>
Expand Down
26 changes: 13 additions & 13 deletions preview/pr-257/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,54 +2,54 @@
<urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>/lab-website-template/preview/pr-257/members/jane-smith.html</loc>
<lastmod>2024-04-22T20:06:50+00:00</lastmod>
<lastmod>2024-04-22T20:21:28+00:00</lastmod>
</url>
<url>
<loc>/lab-website-template/preview/pr-257/members/john-doe.html</loc>
<lastmod>2024-04-22T20:06:50+00:00</lastmod>
<lastmod>2024-04-22T20:21:28+00:00</lastmod>
</url>
<url>
<loc>/lab-website-template/preview/pr-257/members/sarah-johnson.html</loc>
<lastmod>2024-04-22T20:06:50+00:00</lastmod>
<lastmod>2024-04-22T20:21:28+00:00</lastmod>
</url>
<url>
<loc>/lab-website-template/preview/pr-257/2019/01/07/example-post-1.html</loc>
<lastmod>2024-04-22T20:06:50+00:00</lastmod>
<lastmod>2024-04-22T20:21:28+00:00</lastmod>
</url>
<url>
<loc>/lab-website-template/preview/pr-257/2021/09/30/example-post-2.html</loc>
<lastmod>2024-04-22T20:06:50+00:00</lastmod>
<lastmod>2024-04-22T20:21:28+00:00</lastmod>
</url>
<url>
<loc>/lab-website-template/preview/pr-257/2023/02/23/example-post-3.html</loc>
<lastmod>2024-04-22T20:06:50+00:00</lastmod>
<lastmod>2024-04-22T20:21:28+00:00</lastmod>
</url>
<url>
<loc>/lab-website-template/preview/pr-257/contact/</loc>
<lastmod>2024-04-22T20:06:50+00:00</lastmod>
<lastmod>2024-04-22T20:21:28+00:00</lastmod>
</url>
<url>
<loc>/lab-website-template/preview/pr-257/blog/</loc>
<lastmod>2024-04-22T20:06:50+00:00</lastmod>
<lastmod>2024-04-22T20:21:28+00:00</lastmod>
</url>
<url>
<loc>/lab-website-template/preview/pr-257/projects/</loc>
<lastmod>2024-04-22T20:06:50+00:00</lastmod>
<lastmod>2024-04-22T20:21:28+00:00</lastmod>
</url>
<url>
<loc>/lab-website-template/preview/pr-257/team/</loc>
<lastmod>2024-04-22T20:06:50+00:00</lastmod>
<lastmod>2024-04-22T20:21:28+00:00</lastmod>
</url>
<url>
<loc>/lab-website-template/preview/pr-257/research/</loc>
<lastmod>2024-04-22T20:06:50+00:00</lastmod>
<lastmod>2024-04-22T20:21:28+00:00</lastmod>
</url>
<url>
<loc>/lab-website-template/preview/pr-257/</loc>
<lastmod>2024-04-22T20:06:50+00:00</lastmod>
<lastmod>2024-04-22T20:21:28+00:00</lastmod>
</url>
<url>
<loc>/lab-website-template/preview/pr-257/testbed.html</loc>
<lastmod>2024-04-22T20:06:50+00:00</lastmod>
<lastmod>2024-04-22T20:21:28+00:00</lastmod>
</url>
</urlset>
Loading

0 comments on commit 15a6449

Please sign in to comment.