|
5 | 5 | <div class="col-sm-2 abbr">
|
6 | 6 | {% if entry.abbr %}
|
7 | 7 | {% if site.data.venues[entry.abbr] %}
|
8 |
| - <abbr class="badge"><a href="{{site.data.venues[entry.abbr].url}}" target="_blank">{{entry.abbr}}</a></abbr> |
| 8 | + <abbr class="badge"><a href="{{site.data.venues[entry.abbr].url}}">{{entry.abbr}}</a></abbr> |
9 | 9 | {% else %}
|
10 | 10 | <abbr class="badge">{{entry.abbr}}</abbr>
|
11 | 11 | {% endif %}
|
|
47 | 47 | <em>{{author.last}}, {{author.first}}</em>,
|
48 | 48 | {% else %}
|
49 | 49 | {% if coauthor_url %}
|
50 |
| - <a href="{{coauthor_url}}" target="_blank">{{author.last}}, {{author.first}}</a>, |
| 50 | + <a href="{{coauthor_url}}">{{author.last}}, {{author.first}}</a>, |
51 | 51 | {% else %}
|
52 | 52 | {{author.last}}, {{author.first}},
|
53 | 53 | {% endif %}
|
|
57 | 57 | and <em>{{author.last}}, {{author.first}}</em>
|
58 | 58 | {% else %}
|
59 | 59 | {% if coauthor_url %}
|
60 |
| - and <a href="{{coauthor_url}}" target="_blank">{{author.last}}, {{author.first}}</a> |
| 60 | + and <a href="{{coauthor_url}}">{{author.last}}, {{author.first}}</a> |
61 | 61 | {% else %}
|
62 | 62 | and {{author.last}}, {{author.first}}
|
63 | 63 | {% endif %}
|
|
84 | 84 | <a class="abstract btn btn-sm z-depth-0" role="button">Abs</a>
|
85 | 85 | {% endif %}
|
86 | 86 | {% if entry.arxiv %}
|
87 |
| - <a href="http://arxiv.org/abs/{{ entry.arxiv }}" class="btn btn-sm z-depth-0" role="button" target="_blank">arXiv</a> |
| 87 | + <a href="http://arxiv.org/abs/{{ entry.arxiv }}" class="btn btn-sm z-depth-0" role="button">arXiv</a> |
88 | 88 | {% endif %}
|
89 | 89 | {% if entry.bibtex_show %}
|
90 | 90 | <a class="bibtex btn btn-sm z-depth-0" role="button">Bib</a>
|
91 | 91 | {% endif %}
|
92 | 92 | {% if entry.html %}
|
93 |
| - <a href="{{ entry.html }}" class="btn btn-sm z-depth-0" role="button" target="_blank">HTML</a> |
| 93 | + <a href="{{ entry.html }}" class="btn btn-sm z-depth-0" role="button">HTML</a> |
94 | 94 | {% endif %}
|
95 | 95 | {% if entry.pdf %}
|
96 | 96 | {% if entry.pdf contains '://' %}
|
97 |
| - <a href="{{ entry.pdf }}" class="btn btn-sm z-depth-0" role="button" target="_blank">PDF</a> |
| 97 | + <a href="{{ entry.pdf }}" class="btn btn-sm z-depth-0" role="button">PDF</a> |
98 | 98 | {% else %}
|
99 |
| - <a href="{{ entry.pdf | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button" target="_blank">PDF</a> |
| 99 | + <a href="{{ entry.pdf | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button">PDF</a> |
100 | 100 | {% endif %}
|
101 | 101 | {% endif %}
|
102 | 102 | {% if entry.supp %}
|
103 | 103 | {% if entry.supp contains '://' %}
|
104 |
| - <a href="{{ entry.supp }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Supp</a> |
| 104 | + <a href="{{ entry.supp }}" class="btn btn-sm z-depth-0" role="button">Supp</a> |
105 | 105 | {% else %}
|
106 |
| - <a href="{{ entry.supp | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Supp</a> |
| 106 | + <a href="{{ entry.supp | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button">Supp</a> |
107 | 107 | {% endif %}
|
108 | 108 | {% endif %}
|
109 | 109 | {% if entry.blog %}
|
110 |
| - <a href="{{ entry.blog }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Blog</a> |
| 110 | + <a href="{{ entry.blog }}" class="btn btn-sm z-depth-0" role="button">Blog</a> |
111 | 111 | {% endif %}
|
112 | 112 | {% if entry.code %}
|
113 |
| - <a href="{{ entry.code }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Code</a> |
| 113 | + <a href="{{ entry.code }}" class="btn btn-sm z-depth-0" role="button">Code</a> |
114 | 114 | {% endif %}
|
115 | 115 | {% if entry.poster %}
|
116 | 116 | {% if entry.poster contains '://' %}
|
117 |
| - <a href="{{ entry.poster }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Poster</a> |
| 117 | + <a href="{{ entry.poster }}" class="btn btn-sm z-depth-0" role="button">Poster</a> |
118 | 118 | {% else %}
|
119 |
| - <a href="{{ entry.poster | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Poster</a> |
| 119 | + <a href="{{ entry.poster | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button">Poster</a> |
120 | 120 | {% endif %}
|
121 | 121 | {% endif %}
|
122 | 122 | {% if entry.slides %}
|
123 | 123 | {% if entry.slides contains '://' %}
|
124 |
| - <a href="{{ entry.slides }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Slides</a> |
| 124 | + <a href="{{ entry.slides }}" class="btn btn-sm z-depth-0" role="button">Slides</a> |
125 | 125 | {% else %}
|
126 |
| - <a href="{{ entry.slides | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Slides</a> |
| 126 | + <a href="{{ entry.slides | prepend: '/assets/pdf/' | relative_url }}" class="btn btn-sm z-depth-0" role="button">Slides</a> |
127 | 127 | {% endif %}
|
128 | 128 | {% endif %}
|
129 | 129 | {% if entry.website %}
|
130 |
| - <a href="{{ entry.website }}" class="btn btn-sm z-depth-0" role="button" target="_blank">Website</a> |
| 130 | + <a href="{{ entry.website }}" class="btn btn-sm z-depth-0" role="button">Website</a> |
131 | 131 | {% endif %}
|
132 | 132 | </div>
|
133 | 133 |
|
|
0 commit comments