From 6aa08f7b1c1f77fedd62ef4964c3311c3c4bf219 Mon Sep 17 00:00:00 2001 From: Haoqi Fan <3500423+haooooooqi@users.noreply.github.com> Date: Sun, 7 May 2023 19:45:25 -0700 Subject: [PATCH] add reference --- website/website/pages/en/index.js | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/website/website/pages/en/index.js b/website/website/pages/en/index.js index 58fb1351..c61d9e6d 100644 --- a/website/website/pages/en/index.js +++ b/website/website/pages/en/index.js @@ -166,6 +166,29 @@ pip install pytorchvideo ); + const refExample = `${pre}python + @inproceedings{fan2021pytorchvideo, \\ + author = {Haoqi Fan and Tullie Murrell and Heng Wang and Kalyan Vasudev Alwala and Yanghao Li and Yilei Li and Bo Xiong and Nikhila Ravi and Meng Li and Haichuan Yang and Jitendra Malik and Ross Girshick and Matt Feiszli and Aaron Adcock and Wan-Yen Lo and Christoph Feichtenhofer}, + title = {{PyTorchVideo}: A Deep Learning Library for Video Understanding}, + booktitle = {Proceedings of the 29th ACM International Conference on Multimedia}, + year = {2021}, + note = {\url{https://pytorchvideo.org/}}, + } + `; + const Reference = () => ( +
+

Get Started

+ +
    + {refExample} +
+
+
+ ); + const UseCases = () => (

Some use cases

@@ -261,6 +284,7 @@ pip install pytorchvideo
+
);