diff --git a/_data/submitted.yaml b/_data/submitted.yaml
new file mode 100644
index 0000000..3861eb1
--- /dev/null
+++ b/_data/submitted.yaml
@@ -0,0 +1,3 @@
+- authors: J. Dolbeault, G. Jankowiak
+ title: "Sobolev and Hardy-Littlewood-Sobolev inequalities"
+ preprint: /preprints/sobolev-hls.pdf
diff --git a/en.markdown b/en.markdown
index c7144b0..b1e838f 100644
--- a/en.markdown
+++ b/en.markdown
@@ -34,6 +34,13 @@ to the Keller-Segel model.
{% for pub in site.data.accepted %} | {{pub.authors}} | {{pub.title}}
*{{pub.journal}}* {{pub.issue}} | [preprint]({{pub.preprint}}) |
{% endfor %}{: .accepted}
+### Submitted
+
+| Authors | Title | Links |
+| - | - | :-: |
+{% for pub in site.data.submitted %} | {{pub.authors}} | {{pub.title}} | [preprint]({{pub.preprint}}) |
+{% endfor %}{: .submitted}
+
### Visits & conferences
- July 2013, visitor at DIM (Universitad de Chile) – Santiago
diff --git a/index.markdown b/index.markdown
index ed3a2fb..b47493c 100644
--- a/index.markdown
+++ b/index.markdown
@@ -32,6 +32,13 @@ ainsi que leurs liens avec certaines inégalités fonctionnelles.
{% for pub in site.data.accepted %} | {{pub.authors}} | {{pub.title}}
*{{pub.journal}}* {{pub.issue}} | [preprint]({{pub.preprint}}) |
{% endfor %}{: .accepted}
+### Soumises
+
+| Auteurs | Titre | Liens |
+| - | - | :-: |
+{% for pub in site.data.submitted %} | {{pub.authors}} | {{pub.title}} | [preprint]({{pub.preprint}}) |
+{% endfor %}{: .submitted}
+
### Déplacements & conférences
- juillet 2013, invité au DIM (Universitad de Chile) – Santiago
diff --git a/preprints/sobolev-hls.pdf b/preprints/sobolev-hls.pdf
new file mode 100644
index 0000000..66c0bf6
Binary files /dev/null and b/preprints/sobolev-hls.pdf differ
diff --git a/stylesheets/styles_light.css b/stylesheets/styles_light.css
index e7e75ef..dfb1f54 100644
--- a/stylesheets/styles_light.css
+++ b/stylesheets/styles_light.css
@@ -804,7 +804,7 @@ body, html {
}
table.accepted, table.submitted {
- margin-left: 1.5em;
+ width: 100%;
}
table.accepted tbody tr:hover, table.submitted tbody tr:hover {