diff --git a/content/multipledataset.html b/content/multipledataset.html
index 072796d2..89ebb7e3 100644
--- a/content/multipledataset.html
+++ b/content/multipledataset.html
@@ -263,7 +263,7 @@ draft: false
- Molecule
- Method
- - Paper
+ - Publication
Select a reference from already selected data (by default the first is already selected)
Now you can see the list of selected data and some statistics about these data
@@ -295,7 +295,7 @@ draft: false
-
+
@@ -315,7 +315,7 @@ draft: false
Ground state geometry |
Excited state geometry |
Method |
- Paper |
+ Publication |
File |
@@ -326,7 +326,7 @@ draft: false
Method |
- Paper |
+ Publication |
Min |
Max |
Mean |
diff --git a/content/publications.html b/content/publications.html
index 77fd50ad..048aa5c6 100644
--- a/content/publications.html
+++ b/content/publications.html
@@ -3,7 +3,7 @@ title: "Publications"
date: 2019-09-30 11:30
draft: false
---
-
+
@@ -14,14 +14,14 @@ draft: false
{{< getDataFilesName >}}
-
+
\ No newline at end of file
diff --git a/static/css/paper.css b/static/css/publi.css
similarity index 65%
rename from static/css/paper.css
rename to static/css/publi.css
index 6b661b0f..aeb12faa 100644
--- a/static/css/paper.css
+++ b/static/css/publi.css
@@ -1,43 +1,43 @@
-.paper h1 {
+.publi h1 {
font-size: 20pt
}
-ul.papers-list{
+ul.publis-list{
list-style: none
}
-.paper ul.authors-list {
+.publi ul.authors-list {
list-style: none;
margin: 0;
padding: 0;
border: 0
}
-.paper ul.authors-list li.author-item{
+.publi ul.authors-list li.author-item{
display: inline;
cursor: default
}
-.paper ul.authors-list li.author-item:after
+.publi ul.authors-list li.author-item:after
{
content: ", "
}
-.paper ul.authors-list li.author-item:nth-last-child(2):after
+.publi ul.authors-list li.author-item:nth-last-child(2):after
{
content: " and "
}
-.paper ul.authors-list li.author-item:last-child:after
+.publi ul.authors-list li.author-item:last-child:after
{
content: ""
}
-.paper .issue::before{
+.publi .issue::before{
content: "("
}
-.paper .issue::after{
+.publi .issue::after{
content: ")"
}