Skip to content

Commit

Permalink
[ci skip] automated comment issue creation and tag+archive page gener…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
y8z committed Nov 23, 2023
1 parent 2a3314b commit cda8980
Show file tree
Hide file tree
Showing 76 changed files with 1,076 additions and 200 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ GEM
eventmachine (1.2.7)
eventmachine (1.2.7-x64-mingw32)
ffi (1.15.5)
ffi (1.15.5-x64-mingw32)
forwardable-extended (2.6.0)
http_parser.rb (0.8.0)
i18n (0.9.5)
Expand Down Expand Up @@ -77,6 +76,7 @@ GEM

PLATFORMS
universal-darwin-22
x64-mingw-ucrt
x64-mingw32

DEPENDENCIES
Expand Down
30 changes: 29 additions & 1 deletion _posts/2023-09-08-docker_nginx.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,34 @@ Open the `/etc/nginx/nginx.conf` file (as `root`) and add in the following confi

Then restart the `nginx` server, e.g., via `sudo systemctl restart nginx`.

**Issue #5**
===

When setting up the `nextcloud` app with `1Panel`, there is a small thing we should
pay attention to.

**Solution (#5):**
===

Following the setup of the nginx+cloudflare proxy step, the `nginx` configuration should look like,

```
server {
listen 80;
server_name nc.iris-home.net;
location / {
proxy_pass https://localhost:40069;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_set_header Host $host;
}
}
```

The subdomain `nc.iris-home.net` should be configured in `Cloudflare` and it should be noticed that
the local `https` connection is used instead of `http` -- see the `proxy_pass` setting above.

<b>References</b>

[1] [https://www.youtube.com/watch?v=5a5tdJh8mKY](https://www.youtube.com/watch?v=5a5tdJh8mKY)
Expand All @@ -164,4 +192,4 @@ Then restart the `nginx` server, e.g., via `sudo systemctl restart nginx`.

[4] [https://github.com/1Panel-dev/1Panel](https://github.com/1Panel-dev/1Panel)

[5] [https://github.com/langgenius/dify](https://github.com/langgenius/dify)
[5] [https://github.com/langgenius/dify](https://github.com/langgenius/dify)
5 changes: 4 additions & 1 deletion _posts/2023-10-12-token_github_anaconda.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,7 @@ an existing one.</li>
title="github_token_settings" />
</p>

<p style="margin-left: 57px">The token change can be done at any time but will usually be needed when the existing token has expired.</p>
<p style="margin-left: 57px">The token change can be done at any time but will usually be needed when the existing token has expired.
Also, it should be mentioned that if the token will be used for deploying a conda package to anaconda cloud, the package will be
uploaded to the channel of the specific user who was creating the token.
</p>
2 changes: 1 addition & 1 deletion _site/2020-03-18-notes_mag_I/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2020-03-18T00:00:00-04:00">
<meta property="og:article:published_time" content="2020-03-18T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2020-03-18-notes_mag_I/">
<link rel="canonical" href="http://localhost:4000/2020-03-18-notes_mag_I/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2020-03-29-notes_mag_II/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2020-03-29T00:00:00-04:00">
<meta property="og:article:published_time" content="2020-03-29T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2020-03-29-notes_mag_II/">
<link rel="canonical" href="http://localhost:4000/2020-03-29-notes_mag_II/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2020-04-19-cuda_note_I/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2020-04-19T00:00:00-04:00">
<meta property="og:article:published_time" content="2020-04-19T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2020-04-19-cuda_note_I/">
<link rel="canonical" href="http://localhost:4000/2020-04-19-cuda_note_I/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2020-04-19-cuda_note_II/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2020-04-19T00:00:00-04:00">
<meta property="og:article:published_time" content="2020-04-19T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2020-04-19-cuda_note_II/">
<link rel="canonical" href="http://localhost:4000/2020-04-19-cuda_note_II/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2020-06-26-discus_install/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2020-06-26T00:00:00-04:00">
<meta property="og:article:published_time" content="2020-06-26T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2020-06-26-discus_install/">
<link rel="canonical" href="http://localhost:4000/2020-06-26-discus_install/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2020-06-27-conda_build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2020-06-27T00:00:00-04:00">
<meta property="og:article:published_time" content="2020-06-27T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2020-06-27-conda_build/">
<link rel="canonical" href="http://localhost:4000/2020-06-27-conda_build/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2020-06-28-fourier_transform/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2020-06-28T00:00:00-04:00">
<meta property="og:article:published_time" content="2020-06-28T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2020-06-28-fourier_transform/">
<link rel="canonical" href="http://localhost:4000/2020-06-28-fourier_transform/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2020-07-04-sublime/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2020-07-04T00:00:00-04:00">
<meta property="og:article:published_time" content="2020-07-04T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2020-07-04-sublime/">
<link rel="canonical" href="http://localhost:4000/2020-07-04-sublime/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2020-07-06-occ_order/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2020-07-06T00:00:00-04:00">
<meta property="og:article:published_time" content="2020-07-06T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2020-07-06-occ_order/">
<link rel="canonical" href="http://localhost:4000/2020-07-06-occ_order/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2020-07-22-temperature/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2020-07-22T00:00:00-04:00">
<meta property="og:article:published_time" content="2020-07-22T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2020-07-22-temperature/">
<link rel="canonical" href="http://localhost:4000/2020-07-22-temperature/">

Expand Down
8 changes: 4 additions & 4 deletions _site/2020-07-27-thermo_2nd/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
要满足\(W_2 &amp;gt; W_1\),总体上看,如图所示,这就相当于从高温热源放出了\((Q_2^{'} - Q_2) - (Q_1^{'} - Q_1)\)的热量全部用来做功而并没有引起其他变化,这与热力学第二定律的开尔文表述是矛盾的,所以上面提到的两个永动机都是不可能存在的。">
要满足\(W_2 &amp;gt; W_1\),总体上看,如图所示,这就相当于从高温热源放出了\((Q_2^{&apos;} - Q_2) - (Q_1^{&apos;} - Q_1)\)的热量全部用来做功而并没有引起其他变化,这与热力学第二定律的开尔文表述是矛盾的,所以上面提到的两个永动机都是不可能存在的。">



Expand Down Expand Up @@ -115,7 +115,7 @@
要满足\(W_2 &amp;gt; W_1\),总体上看,如图所示,这就相当于从高温热源放出了\((Q_2^{'} - Q_2) - (Q_1^{'} - Q_1)\)的热量全部用来做功而并没有引起其他变化,这与热力学第二定律的开尔文表述是矛盾的,所以上面提到的两个永动机都是不可能存在的。">
要满足\(W_2 &amp;gt; W_1\),总体上看,如图所示,这就相当于从高温热源放出了\((Q_2^{&apos;} - Q_2) - (Q_1^{&apos;} - Q_1)\)的热量全部用来做功而并没有引起其他变化,这与热力学第二定律的开尔文表述是矛盾的,所以上面提到的两个永动机都是不可能存在的。">


<meta property="og:image" content="http://localhost:4000/assets/img/avatar-icon.png">
Expand All @@ -124,7 +124,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2020-07-27T00:00:00-04:00">
<meta property="og:article:published_time" content="2020-07-27T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2020-07-27-thermo_2nd/">
<link rel="canonical" href="http://localhost:4000/2020-07-27-thermo_2nd/">

Expand All @@ -149,7 +149,7 @@
要满足\(W_2 &amp;gt; W_1\),总体上看,如图所示,这就相当于从高温热源放出了\((Q_2^{'} - Q_2) - (Q_1^{'} - Q_1)\)的热量全部用来做功而并没有引起其他变化,这与热力学第二定律的开尔文表述是矛盾的,所以上面提到的两个永动机都是不可能存在的。">
要满足\(W_2 &amp;gt; W_1\),总体上看,如图所示,这就相当于从高温热源放出了\((Q_2^{&apos;} - Q_2) - (Q_1^{&apos;} - Q_1)\)的热量全部用来做功而并没有引起其他变化,这与热力学第二定律的开尔文表述是矛盾的,所以上面提到的两个永动机都是不可能存在的。">


<meta name="twitter:image" content="http://localhost:4000/assets/img/avatar-icon.png">
Expand Down
2 changes: 1 addition & 1 deletion _site/2020-09-25-rsa/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2020-09-25T00:00:00-04:00">
<meta property="og:article:published_time" content="2020-09-25T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2020-09-25-rsa/">
<link rel="canonical" href="http://localhost:4000/2020-09-25-rsa/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2021-05-17-jup_kernel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2021-05-17T00:00:00-04:00">
<meta property="og:article:published_time" content="2021-05-17T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2021-05-17-jup_kernel/">
<link rel="canonical" href="http://localhost:4000/2021-05-17-jup_kernel/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2021-05-17-sphinx/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2021-05-17T00:00:00-04:00">
<meta property="og:article:published_time" content="2021-05-17T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2021-05-17-sphinx/">
<link rel="canonical" href="http://localhost:4000/2021-05-17-sphinx/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2021-06-24-man_jupyter_kernel/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2021-06-24T00:00:00-04:00">
<meta property="og:article:published_time" content="2021-06-24T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2021-06-24-man_jupyter_kernel/">
<link rel="canonical" href="http://localhost:4000/2021-06-24-man_jupyter_kernel/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2021-07-07-ising_sol/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2021-07-07T00:00:00-04:00">
<meta property="og:article:published_time" content="2021-07-07T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2021-07-07-ising_sol/">
<link rel="canonical" href="http://localhost:4000/2021-07-07-ising_sol/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2021-07-08-top_physics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2021-07-08T00:00:00-04:00">
<meta property="og:article:published_time" content="2021-07-08T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2021-07-08-top_physics/">
<link rel="canonical" href="http://localhost:4000/2021-07-08-top_physics/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2021-07-09-coh_incoh_sl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2021-07-09T00:00:00-04:00">
<meta property="og:article:published_time" content="2021-07-09T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2021-07-09-coh_incoh_sl/">
<link rel="canonical" href="http://localhost:4000/2021-07-09-coh_incoh_sl/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2021-08-25-nano_rmc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2021-08-25T00:00:00-04:00">
<meta property="og:article:published_time" content="2021-08-25T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2021-08-25-nano_rmc/">
<link rel="canonical" href="http://localhost:4000/2021-08-25-nano_rmc/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2022-06-20-iso_subg/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2022-06-20T00:00:00-04:00">
<meta property="og:article:published_time" content="2022-06-20T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2022-06-20-iso_subg/">
<link rel="canonical" href="http://localhost:4000/2022-06-20-iso_subg/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2022-10-09-jekyll_code_snippet_copy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2022-10-09T00:00:00-04:00">
<meta property="og:article:published_time" content="2022-10-09T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2022-10-09-jekyll_code_snippet_copy/">
<link rel="canonical" href="http://localhost:4000/2022-10-09-jekyll_code_snippet_copy/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2022-10-09-jekyll_maths/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2022-10-09T00:00:00-04:00">
<meta property="og:article:published_time" content="2022-10-09T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2022-10-09-jekyll_maths/">
<link rel="canonical" href="http://localhost:4000/2022-10-09-jekyll_maths/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2022-10-13-css_javascript_img_effect/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2022-10-13T00:00:00-04:00">
<meta property="og:article:published_time" content="2022-10-13T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2022-10-13-css_javascript_img_effect/">
<link rel="canonical" href="http://localhost:4000/2022-10-13-css_javascript_img_effect/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2022-10-25-notes_mag_IV/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2022-10-25T00:00:00-04:00">
<meta property="og:article:published_time" content="2022-10-25T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2022-10-25-notes_mag_IV/">
<link rel="canonical" href="http://localhost:4000/2022-10-25-notes_mag_IV/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2022-10-30-twin_paradox/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2022-10-30T00:00:00-04:00">
<meta property="og:article:published_time" content="2022-10-30T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2022-10-30-twin_paradox/">
<link rel="canonical" href="http://localhost:4000/2022-10-30-twin_paradox/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2023-03-14-notes_flask_nginx_https/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2023-03-14T00:00:00-04:00">
<meta property="og:article:published_time" content="2023-03-14T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2023-03-14-notes_flask_nginx_https/">
<link rel="canonical" href="http://localhost:4000/2023-03-14-notes_flask_nginx_https/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2023-03-14-notes_jekyll_search/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2023-03-14T00:00:00-04:00">
<meta property="og:article:published_time" content="2023-03-14T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2023-03-14-notes_jekyll_search/">
<link rel="canonical" href="http://localhost:4000/2023-03-14-notes_jekyll_search/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2023-04-14-notes_fdm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2023-04-14T00:00:00-04:00">
<meta property="og:article:published_time" content="2023-04-14T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2023-04-14-notes_fdm/">
<link rel="canonical" href="http://localhost:4000/2023-04-14-notes_fdm/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2023-04-15-notes_jbook/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2023-04-15T00:00:00-04:00">
<meta property="og:article:published_time" content="2023-04-15T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2023-04-15-notes_jbook/">
<link rel="canonical" href="http://localhost:4000/2023-04-15-notes_jbook/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2023-06-11-rmc_lammps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2023-06-11T00:00:00-04:00">
<meta property="og:article:published_time" content="2023-06-11T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2023-06-11-rmc_lammps/">
<link rel="canonical" href="http://localhost:4000/2023-06-11-rmc_lammps/">

Expand Down
2 changes: 1 addition & 1 deletion _site/2023-08-11-rmc_papers/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@

<meta property="og:type" content="article">
<meta property="og:article:author" content="Yuanpeng Zhang">
<meta property="og:article:published_time" content="2023-08-11T00:00:00-04:00">
<meta property="og:article:published_time" content="2023-08-11T00:00:00-05:00">
<meta property="og:url" content="http://localhost:4000/2023-08-11-rmc_papers/">
<link rel="canonical" href="http://localhost:4000/2023-08-11-rmc_papers/">

Expand Down
Loading

0 comments on commit cda8980

Please sign in to comment.