-
Notifications
You must be signed in to change notification settings - Fork 38
/
index.html
68 lines (49 loc) · 3.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
---
layout: home
title: "Proceedings of Machine Learning Research"
---
<h2>ISSN: 2640-3498</h2>
<p>The Proceedings of Machine Learning Research is a series that publishes machine learning research papers presented at conferences and workshops. Each volume is separately titled and associated with a particular workshop or conference and will be published online on the PMLR web site. Authors retain copyright.
<h3>Editors</h3>
<p>The Series Editor is <a href="http://inverseprobability.com">Neil Lawrence</a>. Please send proposals for new volumes under this series to us via e-mail: <a href="javascript:GoAddress('proceedings','mlr.press');">proceedings<img src=/assets/images/atr.gif border=0>mlr.press</a>. Each proposal should include:</p>
<ul>
<li>A brief description of the event's scope and topics to be covered.</li>
<li>A description of the review process for the proceedings.</li>
<li>The names and short CVs (a few lines) of the proposed Proceedings Editors. </li>
</ul>
<p>For frequently asked questions on publishing proceedings please see the <a href="./faq.html">FAQ</a>.</p>
<p>For details on how to prepare a proceedings for publication please see the <a href="./spec.html">Specification</a>.</p>
<h3>Reissue Series</h3>
<p>We have launched a "reissue series" for republishing volumes of papers that are no longer on line. Our first reissues are early editions of AISTATS, <a href="/r0/">AISTATS 1995</a>, <a href="/r1/">AISTATS 1997</a>, <a href="/r2/">AISTATS 1999</a>, <a href="/r3/">AISTATS 2001</a>, <a href="/r3/">AISTATS 2003</a> and <a href="/r5/">AISTATS 2005</a>. To suggest volumes for the reissue series contact the editors. You will need to provide the information provided in the <a href="http://proceedings.mlr.press/spec.html">Proceedings Specification</a> to provide the volume.</p>
<ul class="proceedings-list">
{%- assign sorted = site.github.public_repositories | sort: 'created_at' -%}
{%- for repository in sorted reversed -%}{%- if repository.has_pages -%}{%- unless repository.name contains 'github.io' -%}
{% assign firstletter = repository.name | slice: 0 %}
<li>
{%-if firstletter=='r'-%}
<a href="{{ repository.name | prepend: site.baseurl }}"><b>Volume R{{ repository.name | remove_first: "r" }}</b></a> {{ repository.description }}
{%-endif-%}
</li>
{%- endunless -%}{%- endif -%}
{%- endfor -%}
</ul>
<!--<h2>Scheduled Volumes</h2>
<ul class="proceedings-list">
<li>Volume 61 is assigned to the NIPS 2016 Symposium on Machine Learning and the Law</li>
<li>Volume 59 is assigned to the NIPS 2016 Workshop on Reliable Machine Learning in the Wild</li>
</ul>-->
<h2>Proceedings</h2>
<ul class="proceedings-list">
{%- assign sorted = site.github.public_repositories | sort: 'created_at' -%}
{%- for repository in sorted reversed -%}{%- if repository.has_pages -%}{%- unless repository.name contains 'github.io' -%}
{% assign firstletter = repository.name | slice: 0 %}
<li>
{%-if firstletter=='v'-%}
<a href="{{ repository.name | prepend: site.baseurl }}"><b>Volume {{ repository.name | remove_first: "v" }}</b></a> {{ repository.description }}
{%-endif-%}
</li>
{%- endunless -%}{%- endif -%}{%- endfor -%}
</ul>
<p>The rebranding of JMLR W&CP was finalized on 10th April 2017. The first volume to be published only on the PMLR site is volume 54, the 2017 AISTATS Proceedings. The ISSN of the old proceedings was: 1938-7228.</p>
<hr>
<p class="rss-subscribe">subscribe <a href="{{site.url}}{{site.baseurl}}{{ "/feed.xml"}}">via RSS</a></p>