Skip to content

Commit 3c28523

Browse files
Fix
1 parent 6eb4d0d commit 3c28523

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ To add a specific destination, just open the [`_data/destinations.yml`](_data/de
199199
type: # Type of destination (among conference, journal and workshop)
200200
location: # Location of the destination (if applicable, e.g., not for journal)
201201
startDate: # Starting date of the destination (if applicable, e.g., not for journal)
202-
endDate: "2020-06-05" # Ending date of the destination (if applicable, e.g., not for journal)
202+
endDate: # Ending date of the destination (if applicable, e.g., not for journal)
203203
```
204204

205205
Then, insert the assigned "id" in the `destination` field within the publications list.

_data/publications.yml

+1
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@
164164
title: "Micro-Id-Gym: Identity Management Workouts with Container-Based Microservices"
165165
authors: Andrea Bisegna, Roberto Carbone, Ivan Martini, Valentina Odorizzi, Giulio Pellizzari, Silvio Ranise
166166
destination: IJISC
167+
destinationAddon: Volume 8, Issue 1
167168
year: 2019
168169
doi: 10.19107/IJISC.2019.01.06
169170

_layouts/page.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ <h1>Related Publications</h1>
4343
{%- endif -%}
4444
{%- endif -%}
4545
{%- capture destinationString -%}
46-
{%- if destination -%}In: <i>{% if destination.proceedings %}{{ destination.proceedings }}{% else %}{{ destination.name }}{% endif %}</i>{%- if publication.destinationAddon -%}, {{ publication.destinationAddon }}{%- endif -%}{%- endif -%}
46+
{%- if destination -%}In: <i>{% if destination.proceedings %}{{ destination.proceedings }}{% else %}{{ destination.name }}{% endif %}{%- if destination.acronym -%} ({{ destination.acronym }}{%- endif -%}</i>{%- if publication.destinationAddon -%}, {{ publication.destinationAddon }}{%- endif -%}{%- endif -%}
4747
{%- endcapture -%}
4848
{%- assign linksArray = "" | split: "" -%}
4949
{%- if publication.doi -%}

0 commit comments

Comments
 (0)