Skip to content

Commit

Permalink
Add posters, update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
guanyingc committed Feb 14, 2023
1 parent eeb803d commit 7b48983
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 10 deletions.
41 changes: 31 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,80 @@
# Tips for Writing a Research Paper using LaTeX

## Table of Contents
* [Brief Introduction](#brief-introduction)
* [Examples for Table Organization](#examples-for-table-organization)
* [Examples for Figure Organization](#examples-for-figure-organization)
* [More Resources](#more-resources)
* [LaTeX Templates for CVPR/ICCV Paper Submission](#latex-templates-for-cvpriccv-paper-submission)
* [Sample LaTeX Conference Posters (CVPR/ICCV/ECCV/NeurIPS)](#sample-latex-conference-posters-cvpriccveccvneurips)
* [LaTeX Files for My Thesis (SYSU B.Eng. + HKU PhD.)](#latex-files-for-my-thesis-sysu-beng--hku-phd)
* [Simple Python Programs for Figure Creation](#simple-python-programs-for-figure-creation)
* [Great Resources Shared by Others](#great-resources-shared-by-others)

## Brief Introduction
LaTeX is a very powerful tool for documentation preparation, and is often used by researchers to prepare a manuscript for reviewing and publication.
However, some new graduate students might not have experience in using LaTeX and thus have a difficult time in prepare their first papers.

In this [article (PDF)](./paper_writing_tips.pdf), we will first provide some tips for paper writing.
Then, we will showcase several working examples for the tables and figures, which have been used in our previous publications. The readers are encouraged to adapt those tables and figures to their purposes to save time when preparing their first papers.

**Overleaf Link: https://www.overleaf.com/read/hypvpvnzjjwx**
## Examples for the Tables


### Examples for Table Organization
<p align="center">
<img src='samples/table.jpg' width="800">
</p>

## Examples for the Figures
### Examples for Figure Organization
<p align="center">
<img src='samples/figure.jpg' width="800">
</p>

## More Resources

### Useful LaTeX Template for Paper Submission
### LaTeX Templates for CVPR/ICCV Paper Submission
- [:boom: Main Paper + Rebuttal + Supplementary for Conference Submission (CVPR/ICCV) in Overleaf](https://www.overleaf.com/read/nzxkcksvjhkr)

<p align="center">
<img src='samples/cvpr_latex_structure.jpg' width="800">
<img src='samples/cvpr_latex_supp.jpg' width="800">
<!--<img src='samples/cvpr_latex_supp.jpg' width="800">-->
<img src='samples/cvpr_latex_rebuttal.jpg' width="800">
</p>

**Download or fork the overleaf project: click the menu at the top left, and select `Source` or `Copy`**
<p align="center">
<img src='samples/overleaf_menu.png' height="200">
<img src='samples/overleaf_download_copy.png' height="200">
<img src='samples/overleaf_menu.png' height="100">
<img src='samples/overleaf_download_copy.png' height="100">
</p>

- [Rebuttal for Conference Submission (CVPR/ICCV)](https://github.com/guanyingc/cv_rebuttal_template)
- [Supplementary Material for Conference Submission (CVPR/ICCV/ECCV)](https://www.overleaf.com/read/drpfhrnwyvfz)

### Sample LaTeX Posters for CV Conference Papers
### Sample LaTeX Conference Posters (CVPR/ICCV/ECCV/NeurIPS)
- [TOM-Net: Learning Transparent Object Matting from a Single Image (CVPR 2018)](https://github.com/guanyingc/TOM-Net_Poster_LaTex)
- [PS-FCN: A Flexible Learning Framework for Photometric Stereo (ECCV 2018)](https://github.com/guanyingc/PS-FCN_Poster_LaTex)
- [Self-calibrating Deep Photometric Stereo Networks (CVPR 2019)](https://github.com/guanyingc/SDPS-Net_Poster_LaTex)
- [HDR Video Reconstruction: A Coarse-to-fine Network and A Real-world Benchmark Dataset (ICCV 2021)](https://github.com/guanyingc/DeepHDRVideo_Poster_LaTex)
- [PS-NeRF: Neural Inverse Rendering for Multi-view Photometric Stereo (ECCV 2022)](https://github.com/ywq/PS-NeRF_Poster_LaTex)
- [S^3-NeRF: Neural Reflectance Field from Shading and Shadow under a Single Viewpoint (NeurIPS 2022)](https://github.com/ywq/S3-NeRF_Poster_LaTex)
<p align="center">
<img src='samples/poster_example.jpg' width="800">
<img src='samples/poster_example_cvpr19.jpg' width="800">
<br><br>
<img src='samples/poster_example_iccv21.jpg' width="800">
<br><br>
<img src='samples/poster_example_neurips22.jpg' width="800">
</p>

### LaTeX Files for My Thesis
### LaTeX Files for My Thesis (SYSU B.Eng. + HKU PhD.)
- [Single View Analysis of Non-Lambertian Objects Based on Deep Learning](https://github.com/guanyingc/HKU-PhD-Thesis-LaTex) (PhD Thesis, HKU CS)
- [LaTex Template Files for Undergraduate Thesis (Sun Yat-sen University)](https://github.com/guanyingc/SYSU-LaTex-Thesis)

### Tools for Figure Creation
### Simple Python Programs for Figure Creation
- [A simple code for plotting figure, colorbar, and cropping with python](https://github.com/guanyingc/python_plot_utils)


### Great Resources Shared by Others
- Paper Writing Tips by MLNLP-World: https://github.com/MLNLP-World/Paper-Writing-Tips
- Paper Picture Writing Code by MLNLP-World: https://github.com/MLNLP-World/Paper-Picture-Writing-Code

Binary file modified samples/figure.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added samples/poster_example_cvpr19.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file added samples/poster_example_neurips22.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified samples/table.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7b48983

Please sign in to comment.