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

Please force this change #4

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ docs_section_pager = true # Display pager in Docs layout (e.g. tutorials)?
sharing = true

# Link authors to their profile page? (true/false)
link_authors = true
link_authors = true

# Load JS plugins
# E.g. To load `/assets/js/custom.js`, set `plugins_js = ["custom"]`.
Expand Down
64 changes: 19 additions & 45 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en-us">

<head>
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>



Expand Down Expand Up @@ -35,7 +35,7 @@
<meta name="description" content="COGNITIVE DISORDERS RESEARCH LABORATORY">


<link rel="alternate" hreflang="en-us" href="./404.html">
<link rel="alternate" hreflang="en-us" href="//localhost:1313/404.html">



Expand Down Expand Up @@ -95,42 +95,6 @@





<script async src="https://www.googletagmanager.com/gtag/js?id=UA-149864972-2"></script>
<script>
window.dataLayer = window.dataLayer || [];

function gtag() {
dataLayer.push(arguments);
}

function trackOutboundLink(url) {
gtag('event', 'click', {
'event_category': 'outbound',
'event_label': url,
'transport_type': 'beacon',
'event_callback': function () {
document.location = url;
}
});
console.debug("Outbound link clicked: " + url);
}

function onClickCallback(event) {
if ((event.target.tagName !== 'A') || (event.target.host === window.location.host)) {
return;
}
trackOutboundLink(event.target);
}

gtag('js', new Date());
gtag('config', 'UA-149864972-2', {});


document.addEventListener('click', onClickCallback, false);
</script>




Expand All @@ -140,7 +104,7 @@
<link rel="icon" type="image/png" href="./img/icon-32.png">
<link rel="apple-touch-icon" type="image/png" href="./img/icon-192.png">

<link rel="canonical" href="./404.html">
<link rel="canonical" href="//localhost:1313/404.html">



Expand All @@ -153,10 +117,10 @@
<meta property="twitter:card" content="summary">

<meta property="og:site_name" content="CDRL">
<meta property="og:url" content="/404.html">
<meta property="og:url" content="//localhost:1313/404.html">
<meta property="og:title" content="404 Page not found | CDRL">
<meta property="og:description" content="COGNITIVE DISORDERS RESEARCH LABORATORY"><meta property="og:image" content="/img/cdrl_logo_square.png">
<meta property="twitter:image" content="/img/cdrl_logo_square.png"><meta property="og:locale" content="en-us">
<meta property="og:description" content="COGNITIVE DISORDERS RESEARCH LABORATORY"><meta property="og:image" content="//localhost:1313/img/cdrl_logo_square.png">
<meta property="twitter:image" content="//localhost:1313/img/cdrl_logo_square.png"><meta property="og:locale" content="en-us">



Expand Down Expand Up @@ -495,6 +459,8 @@ <h2>Latest</h2>

<li><a href="./project/webinars_and_workshops/intro-to-coding/">Intro to Coding Course Summer 2019</a></li>

<li><a href="./project/projects_and_posters/paver/">PAVER</a></li>

<li><a href="./post/accomplishments_abdul_may2022/">Abdul-rizaq Hamoud Writes Column in Toledo Blade</a></li>

<li><a href="./post/accomplishments_nick_may2022/">Nicholas Henkel receives Graduate Research Award for 2022</a></li>
Expand All @@ -509,8 +475,6 @@ <h2>Latest</h2>

<li><a href="./publication/2022-03-11_rn5409/">Schizophrenia: a disorder of broken brain bioenergetics</a></li>

<li><a href="./resources/">Public Resources</a></li>

</ul>


Expand Down Expand Up @@ -615,7 +579,7 @@ <h2>Latest</h2>



<script src="./js/academic.min.d6bd04fdad2ad213aa8111c5a3b72fc5.js"></script>
<script src="./js/academic.min.01f68d44d80310e669a1731b68a35481.js"></script>



Expand All @@ -629,6 +593,16 @@ <h2>Latest</h2>
<div class="container">
<footer class="site-footer">

<p class="powered-by">

<a href="./privacy/">Privacy Policy</a>


&middot;
<a href="./terms/">Terms</a>

</p>


<p class="powered-by">

Expand Down
60 changes: 17 additions & 43 deletions docs/authors/a.-a.-hamoud/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en-us">

<head>
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>



Expand Down Expand Up @@ -35,7 +35,7 @@
<meta name="description" content="COGNITIVE DISORDERS RESEARCH LABORATORY">


<link rel="alternate" hreflang="en-us" href="../../authors/a.-a.-hamoud/">
<link rel="alternate" hreflang="en-us" href="//localhost:1313/authors/a.-a.-hamoud/">



Expand Down Expand Up @@ -95,42 +95,6 @@





<script async src="https://www.googletagmanager.com/gtag/js?id=UA-149864972-2"></script>
<script>
window.dataLayer = window.dataLayer || [];

function gtag() {
dataLayer.push(arguments);
}

function trackOutboundLink(url) {
gtag('event', 'click', {
'event_category': 'outbound',
'event_label': url,
'transport_type': 'beacon',
'event_callback': function () {
document.location = url;
}
});
console.debug("Outbound link clicked: " + url);
}

function onClickCallback(event) {
if ((event.target.tagName !== 'A') || (event.target.host === window.location.host)) {
return;
}
trackOutboundLink(event.target);
}

gtag('js', new Date());
gtag('config', 'UA-149864972-2', {});


document.addEventListener('click', onClickCallback, false);
</script>




Expand All @@ -142,7 +106,7 @@
<link rel="icon" type="image/png" href="../../img/icon-32.png">
<link rel="apple-touch-icon" type="image/png" href="../../img/icon-192.png">

<link rel="canonical" href="../../authors/a.-a.-hamoud/">
<link rel="canonical" href="//localhost:1313/authors/a.-a.-hamoud/">



Expand All @@ -155,10 +119,10 @@
<meta property="twitter:card" content="summary">

<meta property="og:site_name" content="CDRL">
<meta property="og:url" content="/authors/a.-a.-hamoud/">
<meta property="og:url" content="//localhost:1313/authors/a.-a.-hamoud/">
<meta property="og:title" content="A. A. Hamoud | CDRL">
<meta property="og:description" content="COGNITIVE DISORDERS RESEARCH LABORATORY"><meta property="og:image" content="/img/cdrl_logo_square.png">
<meta property="twitter:image" content="/img/cdrl_logo_square.png"><meta property="og:locale" content="en-us">
<meta property="og:description" content="COGNITIVE DISORDERS RESEARCH LABORATORY"><meta property="og:image" content="//localhost:1313/img/cdrl_logo_square.png">
<meta property="twitter:image" content="//localhost:1313/img/cdrl_logo_square.png"><meta property="og:locale" content="en-us">

<meta property="og:updated_time" content="2021-01-08T00:00:00&#43;00:00">

Expand Down Expand Up @@ -604,7 +568,7 @@ <h3>Latest</h3>



<script src="../../js/academic.min.d6bd04fdad2ad213aa8111c5a3b72fc5.js"></script>
<script src="../../js/academic.min.01f68d44d80310e669a1731b68a35481.js"></script>



Expand All @@ -618,6 +582,16 @@ <h3>Latest</h3>
<div class="container">
<footer class="site-footer">

<p class="powered-by">

<a href="../../privacy/">Privacy Policy</a>


&middot;
<a href="../../terms/">Terms</a>

</p>


<p class="powered-by">

Expand Down
16 changes: 8 additions & 8 deletions docs/authors/a.-a.-hamoud/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>A. A. Hamoud | CDRL</title>
<link>/authors/a.-a.-hamoud/</link>
<atom:link href="/authors/a.-a.-hamoud/index.xml" rel="self" type="application/rss+xml" />
<link>//localhost:1313/authors/a.-a.-hamoud/</link>
<atom:link href="//localhost:1313/authors/a.-a.-hamoud/index.xml" rel="self" type="application/rss+xml" />
<description>A. A. Hamoud</description>
<generator>Source Themes Academic (https://sourcethemes.com/academic/)</generator><language>en-us</language><lastBuildDate>Fri, 08 Jan 2021 00:00:00 +0000</lastBuildDate>
<image>
<url>/img/cdrl_logo_square.png</url>
<url>//localhost:1313/img/cdrl_logo_square.png</url>
<title>A. A. Hamoud</title>
<link>/authors/a.-a.-hamoud/</link>
<link>//localhost:1313/authors/a.-a.-hamoud/</link>
</image>

<item>
<title>Role of Astrocytes in Major Neuropsychiatric Disorders</title>
<link>/publication/2021-01-08_rn5136/</link>
<link>//localhost:1313/publication/2021-01-08_rn5136/</link>
<pubDate>Fri, 08 Jan 2021 00:00:00 +0000</pubDate>
<guid>/publication/2021-01-08_rn5136/</guid>
<guid>//localhost:1313/publication/2021-01-08_rn5136/</guid>
<description></description>
</item>

<item>
<title>Bilirubin remodels murine white adipose tissue by reshaping mitochondrial activity and the coregulator profile of peroxisome proliferator-activated receptor alpha</title>
<link>/publication/2020-05-15_rn5146/</link>
<link>//localhost:1313/publication/2020-05-15_rn5146/</link>
<pubDate>Fri, 15 May 2020 00:00:00 +0000</pubDate>
<guid>/publication/2020-05-15_rn5146/</guid>
<guid>//localhost:1313/publication/2020-05-15_rn5146/</guid>
<description></description>
</item>

Expand Down
60 changes: 17 additions & 43 deletions docs/authors/a.-antoine/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en-us">

<head>
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>



Expand Down Expand Up @@ -35,7 +35,7 @@
<meta name="description" content="COGNITIVE DISORDERS RESEARCH LABORATORY">


<link rel="alternate" hreflang="en-us" href="../../authors/a.-antoine/">
<link rel="alternate" hreflang="en-us" href="//localhost:1313/authors/a.-antoine/">



Expand Down Expand Up @@ -95,42 +95,6 @@





<script async src="https://www.googletagmanager.com/gtag/js?id=UA-149864972-2"></script>
<script>
window.dataLayer = window.dataLayer || [];

function gtag() {
dataLayer.push(arguments);
}

function trackOutboundLink(url) {
gtag('event', 'click', {
'event_category': 'outbound',
'event_label': url,
'transport_type': 'beacon',
'event_callback': function () {
document.location = url;
}
});
console.debug("Outbound link clicked: " + url);
}

function onClickCallback(event) {
if ((event.target.tagName !== 'A') || (event.target.host === window.location.host)) {
return;
}
trackOutboundLink(event.target);
}

gtag('js', new Date());
gtag('config', 'UA-149864972-2', {});


document.addEventListener('click', onClickCallback, false);
</script>




Expand All @@ -142,7 +106,7 @@
<link rel="icon" type="image/png" href="../../img/icon-32.png">
<link rel="apple-touch-icon" type="image/png" href="../../img/icon-192.png">

<link rel="canonical" href="../../authors/a.-antoine/">
<link rel="canonical" href="//localhost:1313/authors/a.-antoine/">



Expand All @@ -155,10 +119,10 @@
<meta property="twitter:card" content="summary">

<meta property="og:site_name" content="CDRL">
<meta property="og:url" content="/authors/a.-antoine/">
<meta property="og:url" content="//localhost:1313/authors/a.-antoine/">
<meta property="og:title" content="A. Antoine | CDRL">
<meta property="og:description" content="COGNITIVE DISORDERS RESEARCH LABORATORY"><meta property="og:image" content="/img/cdrl_logo_square.png">
<meta property="twitter:image" content="/img/cdrl_logo_square.png"><meta property="og:locale" content="en-us">
<meta property="og:description" content="COGNITIVE DISORDERS RESEARCH LABORATORY"><meta property="og:image" content="//localhost:1313/img/cdrl_logo_square.png">
<meta property="twitter:image" content="//localhost:1313/img/cdrl_logo_square.png"><meta property="og:locale" content="en-us">

<meta property="og:updated_time" content="2019-12-01T00:00:00&#43;00:00">

Expand Down Expand Up @@ -600,7 +564,7 @@ <h3>Latest</h3>



<script src="../../js/academic.min.d6bd04fdad2ad213aa8111c5a3b72fc5.js"></script>
<script src="../../js/academic.min.01f68d44d80310e669a1731b68a35481.js"></script>



Expand All @@ -614,6 +578,16 @@ <h3>Latest</h3>
<div class="container">
<footer class="site-footer">

<p class="powered-by">

<a href="../../privacy/">Privacy Policy</a>


&middot;
<a href="../../terms/">Terms</a>

</p>


<p class="powered-by">

Expand Down
Loading