Skip to content

Commit

Permalink
Update Organizer
Browse files Browse the repository at this point in the history
  • Loading branch information
Xu Cao committed Jun 10, 2024
1 parent 02692f1 commit 6b01ef0
Show file tree
Hide file tree
Showing 48 changed files with 580 additions and 877 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ footer_text: >
# Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
# Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>.

url: https://www.pediamedai.com/ai4pediatrics/ # the base hostname & protocol for your site
baseurl: "" #"/website/" # the subpath of your site, e.g. /blog/
url: https://www.pediamedai.com/ # the base hostname & protocol for your site
baseurl: "/ai4pediatrics/" #"/website/" # the subpath of your site, e.g. /blog/
repository: "" #aiaudit-org/website
last_updated: false # set to true if you want to display last updated in the footer

Expand Down
2 changes: 1 addition & 1 deletion _pages/contributors.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Organizers
permalink: /ai4pediatrics/contributors/
permalink: /contributors/
description: The people and organizations who contribute to the network activities in random order. Each time a new contributor is added the order is reshuffled &#35;perpetualrevolution 😉.
nav: true
nav-order: d
Expand Down
2 changes: 1 addition & 1 deletion _pages/join.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Join
permalink: /ai4pediatrics/join/
permalink: /join/
nav: true
nav-order: e

Expand Down
210 changes: 0 additions & 210 deletions _site/ai4pediatrics/join/index.html

This file was deleted.

16 changes: 8 additions & 8 deletions _site/blog/2015/code/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<link rel="stylesheet" href="https://gitcdn.link/repo/jwarby/jekyll-pygments-themes/master/github.css" />

<!-- Styles -->
<link rel="shortcut icon" href="/assets/img/favicon.ico">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" href="/ai4pediatrics/assets/img/favicon.ico">
<link rel="stylesheet" href="/ai4pediatrics/assets/css/main.css">

<link rel="canonical" href="/blog/2015/code/">
<link rel="canonical" href="/ai4pediatrics/blog/2015/code/">

<!-- Theming-->

Expand Down Expand Up @@ -60,7 +60,7 @@
<nav id="navbar" class="navbar navbar-light navbar-expand-sm fixed-top">
<div class="container">

<a class="navbar-brand title font-weight-lighter" href="http://localhost:4000/">
<a class="navbar-brand title font-weight-lighter" href="http://localhost:4000/ai4pediatrics/">
<span class="font-weight-bold">Workshop on AI for Children and Pediatrics</span>
</a>

Expand All @@ -75,7 +75,7 @@
<ul class="navbar-nav ml-auto flex-nowrap">
<!-- About -->
<li class="nav-item ">
<a class="nav-link" href="/">
<a class="nav-link" href="/ai4pediatrics/">
About

</a>
Expand Down Expand Up @@ -240,17 +240,17 @@ <h1 class="post-title">a post with code</h1>
<!-- Mansory & imagesLoaded -->
<script defer src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script>
<script defer src="https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script>
<script defer src="/assets/js/mansory.js" type="text/javascript"></script>
<script defer src="/ai4pediatrics/assets/js/mansory.js" type="text/javascript"></script>





<!-- Load Common JS -->
<script src="/assets/js/common.js"></script>
<script src="/ai4pediatrics/assets/js/common.js"></script>

<!-- Load DarkMode JS -->
<script src="/assets/js/dark_mode.js"></script>
<script src="/ai4pediatrics/assets/js/dark_mode.js"></script>


</html>
16 changes: 8 additions & 8 deletions _site/blog/2015/comments/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<link rel="stylesheet" href="https://gitcdn.link/repo/jwarby/jekyll-pygments-themes/master/github.css" />

<!-- Styles -->
<link rel="shortcut icon" href="/assets/img/favicon.ico">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" href="/ai4pediatrics/assets/img/favicon.ico">
<link rel="stylesheet" href="/ai4pediatrics/assets/css/main.css">

<link rel="canonical" href="/blog/2015/comments/">
<link rel="canonical" href="/ai4pediatrics/blog/2015/comments/">

<!-- Theming-->

Expand Down Expand Up @@ -60,7 +60,7 @@
<nav id="navbar" class="navbar navbar-light navbar-expand-sm fixed-top">
<div class="container">

<a class="navbar-brand title font-weight-lighter" href="http://localhost:4000/">
<a class="navbar-brand title font-weight-lighter" href="http://localhost:4000/ai4pediatrics/">
<span class="font-weight-bold">Workshop on AI for Children and Pediatrics</span>
</a>

Expand All @@ -75,7 +75,7 @@
<ul class="navbar-nav ml-auto flex-nowrap">
<!-- About -->
<li class="nav-item ">
<a class="nav-link" href="/">
<a class="nav-link" href="/ai4pediatrics/">
About

</a>
Expand Down Expand Up @@ -195,17 +195,17 @@ <h1 class="post-title">a post with comments</h1>
<!-- Mansory & imagesLoaded -->
<script defer src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script>
<script defer src="https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script>
<script defer src="/assets/js/mansory.js" type="text/javascript"></script>
<script defer src="/ai4pediatrics/assets/js/mansory.js" type="text/javascript"></script>





<!-- Load Common JS -->
<script src="/assets/js/common.js"></script>
<script src="/ai4pediatrics/assets/js/common.js"></script>

<!-- Load DarkMode JS -->
<script src="/assets/js/dark_mode.js"></script>
<script src="/ai4pediatrics/assets/js/dark_mode.js"></script>


</html>
16 changes: 8 additions & 8 deletions _site/blog/2015/formatting-and-links/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
<link rel="stylesheet" href="https://gitcdn.link/repo/jwarby/jekyll-pygments-themes/master/github.css" />

<!-- Styles -->
<link rel="shortcut icon" href="/assets/img/favicon.ico">
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="shortcut icon" href="/ai4pediatrics/assets/img/favicon.ico">
<link rel="stylesheet" href="/ai4pediatrics/assets/css/main.css">

<link rel="canonical" href="/blog/2015/formatting-and-links/">
<link rel="canonical" href="/ai4pediatrics/blog/2015/formatting-and-links/">

<!-- Theming-->

Expand Down Expand Up @@ -60,7 +60,7 @@
<nav id="navbar" class="navbar navbar-light navbar-expand-sm fixed-top">
<div class="container">

<a class="navbar-brand title font-weight-lighter" href="http://localhost:4000/">
<a class="navbar-brand title font-weight-lighter" href="http://localhost:4000/ai4pediatrics/">
<span class="font-weight-bold">Workshop on AI for Children and Pediatrics</span>
</a>

Expand All @@ -75,7 +75,7 @@
<ul class="navbar-nav ml-auto flex-nowrap">
<!-- About -->
<li class="nav-item ">
<a class="nav-link" href="/">
<a class="nav-link" href="/ai4pediatrics/">
About

</a>
Expand Down Expand Up @@ -216,17 +216,17 @@ <h4 id="hipster-list">Hipster list</h4>
<!-- Mansory & imagesLoaded -->
<script defer src="https://unpkg.com/masonry-layout@4/dist/masonry.pkgd.min.js"></script>
<script defer src="https://unpkg.com/imagesloaded@4/imagesloaded.pkgd.min.js"></script>
<script defer src="/assets/js/mansory.js" type="text/javascript"></script>
<script defer src="/ai4pediatrics/assets/js/mansory.js" type="text/javascript"></script>





<!-- Load Common JS -->
<script src="/assets/js/common.js"></script>
<script src="/ai4pediatrics/assets/js/common.js"></script>

<!-- Load DarkMode JS -->
<script src="/assets/js/dark_mode.js"></script>
<script src="/ai4pediatrics/assets/js/dark_mode.js"></script>


</html>
Loading

0 comments on commit 6b01ef0

Please sign in to comment.