Skip to content

Commit bc4fb1f

Browse files
committed
"Added NeurIPS venue to cini2023taming"
1 parent ce9dfe1 commit bc4fb1f

3 files changed

Lines changed: 13 additions & 5 deletions

File tree

_data/news.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
- date: 2023/09
2+
text: Our paper <a href="https://arxiv.org/abs/2302.04071">Taming Local Effects in Graph-based Spatiotemporal Forecasting</a> (Cini et al.) has been accepted at <strong>NeurIPS 2023</strong>!
13
- date: 2023/08
24
text: Our paper <a href="https://jmlr.org/papers/v24/22-1154.html">Sparse Graph Learning from Spatiotemporal Time Series</a> (Cini et al.) has been published in <strong>JMLR</strong>!
35
- date: 2023/05

_data/publications.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
- title: Taming Local Effects in Graph-based Spatiotemporal Forecasting
6363
links:
6464
paper: https://arxiv.org/abs/2302.04071
65-
venue: Preprint
65+
venue: Advances in Neural Information Processing Systems
6666
year: 2023
6767
authors:
6868
- id:acini

index.html

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,20 @@ <h2>About GMLG</h2>
3636
<section class="bg-light">
3737
<div class="container px-4">
3838
<div class="row gx-4 justify-content-center">
39-
<div class="col-lg-8">
40-
<h2 class="text-center">News</h2>
41-
<ul style="padding-left: 6rem;">
39+
<h2 class="text-center">News</h2>
40+
<div class="col-12 col-md-8 col-lg-5 my-2">
41+
<ul class="list-group list-group-flush">
4242
{% for news in site.data.news limit:5 %}
43-
<li style="list-style: '{{news.date}} &bull; ';">{{news.text}}</li>
43+
<li class="list-group-item" style="background: none;">
44+
<span class="mb-1 text-muted fw-light" style="font-size: .8em;">{{news.date | date: "%b %Y"}}</span><br>
45+
{{news.text}}
46+
</li>
4447
{% endfor %}
4548
</ul>
4649
</div>
50+
<div class="col-12 col-md-4 col-lg-3 my-2">
51+
<a class="twitter-timeline" data-height="500" data-theme="light" href="https://twitter.com/GMLG_Lugano?ref_src=twsrc%5Etfw">Tweets by GMLG_Lugano</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
52+
</div>
4753
</div>
4854
</div>
4955
</section>

0 commit comments

Comments
 (0)