Skip to content

Commit

Permalink
update publications
Browse files Browse the repository at this point in the history
  • Loading branch information
foivospar committed Sep 26, 2023
1 parent b103f87 commit 7232abc
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 25 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
group :jekyll_plugins do
#gem 'wdm', '>= 0.1.0'
gem 'wdm', '>= 0.1.0'
gem 'classifier-reborn'
gem 'jekyll'
gem 'jekyll-archives'
Expand All @@ -16,7 +16,7 @@ group :jekyll_plugins do
gem 'jekyll-toc'
gem 'jekyll-twitter-plugin'
gem 'jemoji'
gem 'mini_racer'
#gem 'mini_racer'
gem 'unicode_utils'
gem 'webrick'
end
Expand Down
12 changes: 5 additions & 7 deletions Relightify/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,11 @@ <h3 class="title is-4">Challenging cases</h3>
<section class="section" id="BibTeX">
<div class="container is-max-desktop content">
<h2 class="title">BibTeX</h2>
<pre><code>@misc{paraperas2023relightify,
title={Relightify: Relightable 3D Faces from a Single Image via Diffusion Models},
author={Foivos Paraperas Papantoniou and Alexandros Lattas and Stylianos Moschoglou and Stefanos Zafeiriou},
year={2023},
eprint={2305.06077},
archivePrefix={arXiv},
primaryClass={cs.CV}
<pre><code>@InProceedings{Paraperas_2023_ICCV,
author={Paraperas Papantoniou, Foivos and Lattas, Alexandros and Moschoglou, Stylianos and Zafeiriou, Stefanos},
title={Relightify: Relightable 3D Faces from a Single Image via Diffusion Models},
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
year={2023}
}</code></pre>
</div>
</section>
Expand Down
6 changes: 2 additions & 4 deletions _bibliography/papers.bib
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
@misc{paraperas2023relightify,
@inproceedings{Paraperas_2023_ICCV,
bibtex_show={true},
title={Relightify: Relightable 3D Faces from a Single Image via Diffusion Models},
author={Paraperas Papantoniou, Foivos and Lattas, Alexandros and Moschoglou, Stylianos and Zafeiriou, Stefanos},
booktitle={Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
year={2023},
eprint={2305.06077},
archivePrefix={arXiv},
primaryClass={cs.CV},
arxiv={2305.06077},
website={https://foivospar.github.io/Relightify/},
youtube={https://youtu.be/N5pSN4Pc0JM?si=gFLZsdLmY_ZfzcRF},
Expand Down
2 changes: 1 addition & 1 deletion _layouts/bib.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
{%- capture entryoral -%}{{ " " }}<strong style="color: red;">({{entry.oral}})</strong>{%- endcapture -%}
{%- endif -%}
{% assign entrytype_text = entrytype | strip_html | strip %}
{%- capture periodical -%}{{ entrytype }}{%- if entrytype_text != "" and entryyear != "" and entryoral != "" -%}, {%- endif -%}{{ entrymonth }}{{ entryyear }}{{ entryoral }}{%- endcapture -%}
{%- capture periodical -%}{{ entrytype }}{%- if entrytype_text != "" and entryyear != "" and entryoral != "" -%}, {%- endif -%}{{ entryyear }}{{ entryoral }}{%- endcapture -%}
<div class="periodical">
{{ periodical | strip }}
</div>
Expand Down
10 changes: 5 additions & 5 deletions assets/js/distillpub/template.v2.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions assets/js/distillpub/transforms.v2.js
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@
(function(exports) {

function BibtexParser() {

this.months = ["jan", "feb", "mar", "apr", "may", "jun", "jul", "aug", "sep", "oct", "nov", "dec"];
this.notKey = [',','{','}',' ','='];
this.pos = 0;
Expand Down Expand Up @@ -592,7 +592,7 @@
return k.toLowerCase();
else
throw "Value expected:" + this.input.substring(start) + ' for key: ' + k;

} };

this.value = function() {
Expand All @@ -615,7 +615,7 @@
return this.input.substring(start, this.pos);
} else {
this.pos++;

} } };

this.key_equals_value = function() {
Expand Down Expand Up @@ -690,7 +690,7 @@
}
this.match("}");
} };
}
}
exports.toJSON = function(bibtex) {
var b = new BibtexParser();
b.setInput(bibtex);
Expand Down Expand Up @@ -720,7 +720,7 @@
out += '}\n\n';
}
return out;

};

})( exports);
Expand Down Expand Up @@ -1408,7 +1408,7 @@
$export.B = 16; // bind
$export.W = 32; // wrap
$export.U = 64; // safe
$export.R = 128; // real proto method for `library`
$export.R = 128; // real proto method for `library`
module.exports = $export;
},{"./_core":10,"./_ctx":11,"./_global":16,"./_hide":17}],15:[function(require,module,exports){
module.exports = function(exec){
Expand Down

0 comments on commit 7232abc

Please sign in to comment.