From 351bf14558a231f34fb31a91310e455c8bf5ceae Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 4 Sep 2018 01:28:54 -0400 Subject: [PATCH] [wip] add Publications to index --- data/publications.toml | 17 +++++++++++++++++ layouts/index.html | 12 ++++++++++-- 2 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 data/publications.toml diff --git a/data/publications.toml b/data/publications.toml new file mode 100644 index 0000000..81be312 --- /dev/null +++ b/data/publications.toml @@ -0,0 +1,17 @@ +[[pub]] +title = """\ + A comparison of the declarative modelling languages B, Dash, \ + and TLA+ \ + """ +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) \ + """ diff --git a/layouts/index.html b/layouts/index.html index 120e05c..c8af38e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -10,8 +10,16 @@ {{ end }}

Publications

-