[wip] add Publications to index
authorAmin Bandali <amin@gnu.org>
Tue, 4 Sep 2018 05:28:54 +0000 (01:28 -0400)
committerAmin Bandali <amin@gnu.org>
Tue, 4 Sep 2018 05:28:54 +0000 (01:28 -0400)
data/publications.toml [new file with mode: 0644]
layouts/index.html

diff --git a/data/publications.toml b/data/publications.toml
new file mode 100644 (file)
index 0000000..81be312
--- /dev/null
@@ -0,0 +1,17 @@
+[[pub]]
+title = """\
+        A comparison of the declarative modelling languages B, Dash, \
+        and TLA<sup>+</sup> \
+        """
+description = """\
+              Ali Abbassi, Amin Bandali, Nancy A. Day, and Jose \
+              Serna. In *International Workshop on Model-Driven \
+              Requirements Engineering (MoDRE) @ IEEE International \
+              Requirements Engineering Conference (RE)*. To appear, \
+              2018. \
+              """
+links = """\
+        pdf, \
+        bib, \
+        [models](https://cs.uwaterloo.ca/~nday/models/2018-modre) \
+        """
index 120e05c..c8af38e 100644 (file)
 {{ end }}
 
 <h2 id="publications">Publications</h2>
-<ul>
-  <li>TODO</li>
+<ul id="text-publications">
+  {{ range .Site.Data.publications.pub }}
+  <li>
+    <p>
+      <strong>{{ .title | markdownify }}</strong>
+      ({{ .links | markdownify }})
+    </p>
+    <p class="pub-desc">{{ .description | markdownify }}</p>
+  </li>
+  {{ end }}
 </ul>
 
 <h2 id="talks">Talks &amp; presentations</h2>