diff --git a/_config.yml b/_config.yml index 12bf649a7ba..f6b924ce34f 100644 --- a/_config.yml +++ b/_config.yml @@ -57,6 +57,7 @@ author: xing : youtube : wikipedia : + openreview : # e.g., "openreview username" # Reading Files diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 9f0d208e6ff..c958cce338d 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -83,7 +83,7 @@

{{ author.name }}

  • Foursquare
  • {% endif %} {% if author.steam %} -
  • Steam
  • +
  • Steam
  • {% endif %} {% if author.youtube %}
  • YouTube
  • @@ -106,6 +106,9 @@

    {{ author.name }}

    {% if author.googlescholar %}
  • Google Scholar
  • {% endif %} + {% if author.openreview %} +
  • Openreview
  • + {% endif %} {% if author.pubmed %}
  • PubMed
  • {% endif %} @@ -178,7 +181,7 @@

    {{ author.name }}

    {% endif %} {% if author.steam %} - + {% endif %} {% if author.youtube %} @@ -201,6 +204,9 @@

    {{ author.name }}

    {% if author.googlescholar %} {% endif %} + {% if author.openreview %} + + {% endif %} {% if author.pubmed %} {% endif %}