Skip to content

Commit 29cbd97

Browse files
feat: added bibliography (#6)
Signed-off-by: Courtcircuits <tristan-mihai.radulescu@etu.umontpellier.fr>
1 parent 56a584e commit 29cbd97

3 files changed

Lines changed: 2 additions & 12 deletions

File tree

bibliography.bib

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
1-
@misc{typst,
2-
title = {{Typst: Compose papers faster}},
3-
url = {https://typst.app/},
4-
}
5-
6-
@misc{typslides,
7-
title = {{Typslides}},
8-
url = {https://github.com/manjavacas/typslides}
9-
}
10-
111
@InProceedings{BMSengupta20,
122
title={Background Matting: The World is Your Green Screen},
133
author = {Soumyadip Sengupta and Vivek Jayaram and Brian Curless and Steve Seitz and Ira Kemelmacher-Shlizerman},

main.pdf

-6.28 KB
Binary file not shown.

main.typ

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
// ============================================================
4646

4747
#slide(title: "State of the art", outlined: true)[
48-
= Real-Time High-Resolution Background Matting [2020]
49-
Soumyadip Sengupta and Vivek Jayaram and Brian Curless and Steve Seitz and Ira Kemelmacher-Shlizerman #cite(<BMSengupta20>)
48+
= Real-Time High-Resolution Background Matting [2020]@BMSengupta20
49+
Soumyadip Sengupta and Vivek Jayaram and Brian Curless and Steve Seitz and Ira Kemelmacher-Shlizerman
5050

5151
#figure(
5252
image("images/architecture_state_of_the_art.png", width: 100%),

0 commit comments

Comments
 (0)