Skip to content

Commit

Permalink
X card
Browse files Browse the repository at this point in the history
  • Loading branch information
lmaowisc committed Jan 1, 2025
1 parent a7debdb commit 4692e66
Show file tree
Hide file tree
Showing 17 changed files with 206 additions and 14 deletions.
6 changes: 6 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,13 @@ project:

website:
title: "Lu Mao"
site-url: https://lmaowisc.github.io/
image: dc.jpg
open-graph: true
twitter-card:
creator: "@lmaowisc"
image: dc.jpg
card-style: summary
navbar:
background: "#C5050C"
left:
Expand Down
11 changes: 10 additions & 1 deletion docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,15 @@


<link rel="stylesheet" href="styles.css">
<meta property="og:title" content="About – Lu Mao">
<meta property="og:description" content="">
<meta property="og:image" content="https://lmaowisc.github.io/dc.jpg">
<meta property="og:site_name" content="Lu Mao">
<meta name="twitter:title" content="About – Lu Mao">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://lmaowisc.github.io/dc.jpg">
<meta name="twitter:creator" content="@lmaowisc">
<meta name="twitter:card" content="summary">
</head>

<body class="nav-fixed">
Expand Down Expand Up @@ -302,7 +311,7 @@ <h1 class="title">About</h1>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/lmaowisc\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
13 changes: 12 additions & 1 deletion docs/blog/how_to_simulations.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,17 @@
</script>

<link rel="stylesheet" href="../styles.css">
<meta property="og:title" content="How to do efficient simulations in Tidyverse – Lu Mao">
<meta property="og:description" content="Use purrr::map() for element-wise operations">
<meta property="og:image" content="https://lmaowisc.github.io/blog/images/beta1_estimates.png">
<meta property="og:site_name" content="Lu Mao">
<meta property="og:image:height" content="1200">
<meta property="og:image:width" content="1800">
<meta name="twitter:title" content="How to do efficient simulations in Tidyverse – Lu Mao">
<meta name="twitter:description" content="Use purrr::map() for element-wise operations">
<meta name="twitter:image" content="https://lmaowisc.github.io/blog/dc.jpg">
<meta name="twitter:creator" content="@lmaowisc">
<meta name="twitter:card" content="summary">
</head>

<body class="nav-fixed">
Expand Down Expand Up @@ -514,7 +525,7 @@ <h2 class="anchored" data-anchor-id="key-features-of-workflow">Key features of w
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/lmaowisc\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
9 changes: 8 additions & 1 deletion docs/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,13 @@
</script>

<link rel="stylesheet" href="../styles.css">
<meta property="og:title" content="Blog – Lu Mao">
<meta property="og:image" content="https://lmaowisc.github.io/blog/dc.jpg">
<meta property="og:site_name" content="Lu Mao">
<meta name="twitter:title" content="Blog – Lu Mao">
<meta name="twitter:image" content="https://lmaowisc.github.io/blog/dc.jpg">
<meta name="twitter:creator" content="@lmaowisc">
<meta name="twitter:card" content="summary">
</head>

<body class="nav-fixed">
Expand Down Expand Up @@ -353,7 +360,7 @@ <h3 class="no-anchor listing-title">
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/lmaowisc\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
13 changes: 12 additions & 1 deletion docs/construction/how_to_simulations.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,17 @@
</script>

<link rel="stylesheet" href="../styles.css">
<meta property="og:title" content="How to do efficient simulations using Tidyverse – Lu Mao">
<meta property="og:description" content="">
<meta property="og:image" content="https://lmaowisc.github.io/construction/how_to_simulations_files/figure-html/unnamed-chunk-6-1.png">
<meta property="og:site_name" content="Lu Mao">
<meta property="og:image:height" content="960">
<meta property="og:image:width" content="1344">
<meta name="twitter:title" content="How to do efficient simulations using Tidyverse – Lu Mao">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://lmaowisc.github.io/construction/dc.jpg">
<meta name="twitter:creator" content="@lmaowisc">
<meta name="twitter:card" content="summary">
</head>

<body class="nav-fixed">
Expand Down Expand Up @@ -512,7 +523,7 @@ <h2 class="anchored" data-anchor-id="key-features-of-workflow">Key features of w
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/lmaowisc\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
11 changes: 10 additions & 1 deletion docs/courses.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@

<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="courses.css">
<meta property="og:title" content="Courses – Lu Mao">
<meta property="og:image" content="https://lmaowisc.github.io/images/surv_hex.png">
<meta property="og:site_name" content="Lu Mao">
<meta property="og:image:height" content="600">
<meta property="og:image:width" content="518">
<meta name="twitter:title" content="Courses – Lu Mao">
<meta name="twitter:image" content="https://lmaowisc.github.io/dc.jpg">
<meta name="twitter:creator" content="@lmaowisc">
<meta name="twitter:card" content="summary">
</head>

<body class="nav-fixed">
Expand Down Expand Up @@ -321,7 +330,7 @@ <h2 class="anchored" data-anchor-id="workshops">Workshops</h2>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/lmaowisc\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
11 changes: 10 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,15 @@
</script>

<link rel="stylesheet" href="styles.css">
<meta property="og:title" content="Lu Mao">
<meta property="og:description" content="Associate Professor of Biostatistics and Medical Informatics">
<meta property="og:image" content="https://lmaowisc.github.io/dc.jpg">
<meta property="og:site_name" content="Lu Mao">
<meta name="twitter:title" content="Lu Mao">
<meta name="twitter:description" content="Associate Professor of Biostatistics and Medical Informatics">
<meta name="twitter:image" content="https://lmaowisc.github.io/dc.jpg">
<meta name="twitter:creator" content="@lmaowisc">
<meta name="twitter:card" content="summary">
</head>

<body class="nav-fixed">
Expand Down Expand Up @@ -410,7 +419,7 @@ <h3 class="no-anchor listing-title">
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/lmaowisc\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
11 changes: 10 additions & 1 deletion docs/methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@

<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="pubs.css">
<meta property="og:title" content="Methods – Lu Mao">
<meta property="og:description" content="">
<meta property="og:image" content="https://lmaowisc.github.io/dc.jpg">
<meta property="og:site_name" content="Lu Mao">
<meta name="twitter:title" content="Methods – Lu Mao">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://lmaowisc.github.io/dc.jpg">
<meta name="twitter:creator" content="@lmaowisc">
<meta name="twitter:card" content="summary">
</head>

<body class="nav-fixed">
Expand Down Expand Up @@ -266,7 +275,7 @@ <h1 class="title">Methods</h1>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/lmaowisc\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
11 changes: 10 additions & 1 deletion docs/packages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,15 @@

<link rel="stylesheet" href="../styles.css">
<link rel="stylesheet" href="packages.css">
<meta property="og:title" content="R Packages – Lu Mao">
<meta property="og:image" content="https://lmaowisc.github.io/packages/images/wr_logo.png">
<meta property="og:site_name" content="Lu Mao">
<meta property="og:image:height" content="600">
<meta property="og:image:width" content="518">
<meta name="twitter:title" content="R Packages – Lu Mao">
<meta name="twitter:image" content="https://lmaowisc.github.io/packages/dc.jpg">
<meta name="twitter:creator" content="@lmaowisc">
<meta name="twitter:card" content="summary">
</head>

<body class="nav-fixed">
Expand Down Expand Up @@ -423,7 +432,7 @@ <h1 class="title">R Packages</h1>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/lmaowisc\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
9 changes: 8 additions & 1 deletion docs/people.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@


<link rel="stylesheet" href="styles.css">
<meta property="og:title" content="People – Lu Mao">
<meta property="og:image" content="https://lmaowisc.github.io/HC.jpg">
<meta property="og:site_name" content="Lu Mao">
<meta name="twitter:title" content="People – Lu Mao">
<meta name="twitter:image" content="https://lmaowisc.github.io/dc.jpg">
<meta name="twitter:creator" content="@lmaowisc">
<meta name="twitter:card" content="summary">
</head>

<body class="nav-fixed">
Expand Down Expand Up @@ -358,7 +365,7 @@ <h2 class="anchored" data-anchor-id="alumni">Alumni</h2>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/lmaowisc\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
11 changes: 10 additions & 1 deletion docs/pubs.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,15 @@

<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="pubs.css">
<meta property="og:title" content="Publications – Lu Mao">
<meta property="og:description" content="">
<meta property="og:image" content="https://lmaowisc.github.io/dc.jpg">
<meta property="og:site_name" content="Lu Mao">
<meta name="twitter:title" content="Publications – Lu Mao">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://lmaowisc.github.io/dc.jpg">
<meta name="twitter:creator" content="@lmaowisc">
<meta name="twitter:card" content="summary">
</head>

<body class="nav-fixed">
Expand Down Expand Up @@ -503,7 +512,7 @@ <h2 class="anchored" data-anchor-id="and-before">2015 and before</h2>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/lmaowisc\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
11 changes: 10 additions & 1 deletion docs/pubs/applications.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@

<link rel="stylesheet" href="../styles.css">
<link rel="stylesheet" href="pubs.css">
<meta property="og:title" content="Applications – Lu Mao">
<meta property="og:description" content="">
<meta property="og:image" content="https://lmaowisc.github.io/pubs/dc.jpg">
<meta property="og:site_name" content="Lu Mao">
<meta name="twitter:title" content="Applications – Lu Mao">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://lmaowisc.github.io/pubs/dc.jpg">
<meta name="twitter:creator" content="@lmaowisc">
<meta name="twitter:card" content="summary">
</head>

<body class="nav-fixed">
Expand Down Expand Up @@ -361,7 +370,7 @@ <h2 class="anchored" data-anchor-id="infectious-diseases-and-other">Infectious d
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/lmaowisc\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
11 changes: 10 additions & 1 deletion docs/pubs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@

<link rel="stylesheet" href="../styles.css">
<link rel="stylesheet" href="pubs.css">
<meta property="og:title" content="Publications – Lu Mao">
<meta property="og:description" content="">
<meta property="og:image" content="https://lmaowisc.github.io/pubs/dc.jpg">
<meta property="og:site_name" content="Lu Mao">
<meta name="twitter:title" content="Publications – Lu Mao">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://lmaowisc.github.io/pubs/dc.jpg">
<meta name="twitter:creator" content="@lmaowisc">
<meta name="twitter:card" content="summary">
</head>

<body class="nav-fixed">
Expand Down Expand Up @@ -454,7 +463,7 @@ <h2 class="anchored" data-anchor-id="and-before">2015 and before</h2>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/lmaowisc\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
11 changes: 10 additions & 1 deletion docs/pubs/methods.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,15 @@

<link rel="stylesheet" href="../styles.css">
<link rel="stylesheet" href="pubs.css">
<meta property="og:title" content="Methods – Lu Mao">
<meta property="og:description" content="">
<meta property="og:image" content="https://lmaowisc.github.io/pubs/dc.jpg">
<meta property="og:site_name" content="Lu Mao">
<meta name="twitter:title" content="Methods – Lu Mao">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://lmaowisc.github.io/pubs/dc.jpg">
<meta name="twitter:creator" content="@lmaowisc">
<meta name="twitter:card" content="summary">
</head>

<body class="nav-fixed">
Expand Down Expand Up @@ -310,7 +319,7 @@ <h1 class="title">Methods</h1>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/lmaowisc\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
11 changes: 10 additions & 1 deletion docs/research.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,15 @@


<link rel="stylesheet" href="styles.css">
<meta property="og:title" content="Research – Lu Mao">
<meta property="og:image" content="https://lmaowisc.github.io/nhlbi.png">
<meta property="og:site_name" content="Lu Mao">
<meta property="og:image:height" content="155">
<meta property="og:image:width" content="225">
<meta name="twitter:title" content="Research – Lu Mao">
<meta name="twitter:image" content="https://lmaowisc.github.io/dc.jpg">
<meta name="twitter:creator" content="@lmaowisc">
<meta name="twitter:card" content="summary">
</head>

<body class="nav-fixed">
Expand Down Expand Up @@ -341,7 +350,7 @@ <h2 class="anchored" data-anchor-id="other-projects">Other projects</h2>
}
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
var mailtoRegex = new RegExp(/^mailto:/);
var filterRegex = new RegExp('/' + window.location.host + '/');
var filterRegex = new RegExp("https:\/\/lmaowisc\.github\.io\/");
var isInternal = (href) => {
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
}
Expand Down
1 change: 1 addition & 0 deletions docs/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sitemap: https://lmaowisc.github.io/sitemap.xml
Loading

0 comments on commit 4692e66

Please sign in to comment.