Add PNCS17 presentation
This commit is contained in:
parent
f34f664392
commit
4701ad8a77
4 changed files with 32 additions and 12 deletions
|
|
@ -241,6 +241,12 @@ teaching:
|
||||||
links: {}
|
links: {}
|
||||||
|
|
||||||
presentations:
|
presentations:
|
||||||
|
- title: "AMDEN: Amorphous Materials DEnoising Network"
|
||||||
|
tags:
|
||||||
|
- "Oral Representation"
|
||||||
|
- "PNCS17"
|
||||||
|
links:
|
||||||
|
Slides: "/assets/pncs17-slides.pdf"
|
||||||
- title: "Self-supervised Learning of Trajectory Data"
|
- title: "Self-supervised Learning of Trajectory Data"
|
||||||
tags:
|
tags:
|
||||||
- "Guest lecture"
|
- "Guest lecture"
|
||||||
|
|
|
||||||
BIN
dist/assets/pncs17-slides.pdf
vendored
Normal file
BIN
dist/assets/pncs17-slides.pdf
vendored
Normal file
Binary file not shown.
24
dist/index.html
vendored
24
dist/index.html
vendored
|
|
@ -577,6 +577,18 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="list-group list-group-flush" id="presentation-list">
|
<div class="list-group list-group-flush" id="presentation-list">
|
||||||
<div class="list-group-item px-0">
|
<div class="list-group-item px-0">
|
||||||
|
<div class="d-flex justify-content-between align-items-center mb-1">
|
||||||
|
<p class="d-inline-block mb-0 venue-name secondary-text">
|
||||||
|
Oral Representation<span class='text-muted'> | </span>PNCS17
|
||||||
|
</p>
|
||||||
|
<div class="d-flex gap-2">
|
||||||
|
|
||||||
|
<a class="link icon-link icon-link-hover paper-link link-secondary" href="/assets/pncs17-slides.pdf" target="_blank" rel="noopener noreferrer">Slides</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<h5 class="mb-1 paper-title">AMDEN: Amorphous Materials DEnoising Network</h5>
|
||||||
|
</div> <div class="list-group-item px-0">
|
||||||
<div class="d-flex justify-content-between align-items-center mb-1">
|
<div class="d-flex justify-content-between align-items-center mb-1">
|
||||||
<p class="d-inline-block mb-0 venue-name secondary-text">
|
<p class="d-inline-block mb-0 venue-name secondary-text">
|
||||||
Guest lecture<span class='text-muted'> | </span>Aalborg University
|
Guest lecture<span class='text-muted'> | </span>Aalborg University
|
||||||
|
|
@ -626,18 +638,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h5 class="mb-1 paper-title">Self-supervised Learning of Spatial-temporal Trajectories</h5>
|
<h5 class="mb-1 paper-title">Self-supervised Learning of Spatial-temporal Trajectories</h5>
|
||||||
</div> <div class="list-group-item px-0">
|
|
||||||
<div class="d-flex justify-content-between align-items-center mb-1">
|
|
||||||
<p class="d-inline-block mb-0 venue-name secondary-text">
|
|
||||||
Paper Oral<span class='text-muted'> | </span>AAAI 2021
|
|
||||||
</p>
|
|
||||||
<div class="d-flex gap-2">
|
|
||||||
|
|
||||||
<a class="link icon-link icon-link-hover paper-link link-secondary" href="/assets/AAAI21 Oral PPT.pdf" target="_blank" rel="noopener noreferrer">Slides</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<h5 class="mb-1 paper-title">Pre-training Context and Time Aware Location Embeddings from Spatial-Temporal Trajectories for User Next Location Prediction</h5>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
|
||||||
14
dist/presentations/index.html
vendored
14
dist/presentations/index.html
vendored
|
|
@ -57,6 +57,20 @@
|
||||||
|
|
||||||
<div class="list-group-item px-0">
|
<div class="list-group-item px-0">
|
||||||
<div class="d-flex justify-content-between align-items-center mb-1">
|
<div class="d-flex justify-content-between align-items-center mb-1">
|
||||||
|
<p class="d-inline-block mb-0 venue-name secondary-text">
|
||||||
|
Oral Representation<span class='text-muted'> | </span>PNCS17
|
||||||
|
</p>
|
||||||
|
<div class="d-flex gap-2">
|
||||||
|
|
||||||
|
<a class="link icon-link icon-link-hover paper-link link-secondary" href="/assets/pncs17-slides.pdf" target="_blank" rel="noopener noreferrer">Slides</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<h5 class="mb-1 paper-title">AMDEN: Amorphous Materials DEnoising Network</h5>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="list-group-item px-0">
|
||||||
|
<div class="d-flex justify-content-between align-items-center mb-1">
|
||||||
<p class="d-inline-block mb-0 venue-name secondary-text">
|
<p class="d-inline-block mb-0 venue-name secondary-text">
|
||||||
Guest lecture<span class='text-muted'> | </span>Aalborg University
|
Guest lecture<span class='text-muted'> | </span>Aalborg University
|
||||||
</p>
|
</p>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue