Skip to content

An indexed compendium of graphics programming papers, articles, blog posts, presentations, and more

Notifications You must be signed in to change notification settings

TheRealMJP/paperbug

 
 

Repository files navigation

CONTRIBUTIONS WANTED

What is this?

The idea is to have an annotated and easily searchable repository of papers, presentations, articles, etc.

How can I help?

To run the site locally, you must:

  • Clone this repository
  • Install dependencies
    • Ensure you have node and npm in your path (installing node will install the latter)
    • Run npm i in this repository
  • Run npm run start in a terminal to start a live server and several utilities that will regenerate files when content changes

The site is a set of markdown files in the entries/ folder. You can place entry files anywhere you like in this folder, and name them however you like.

The index is built from the front-matter at the top of the markdown file, which is parsed as YAML. Be sure that the front-matter contains at least the year, authors, title, and url.

The contents of the markdown can contain LaTeX delimited by dollar signs (rendered using KaTeX), arbitrary HTML, and typical markdown elements.

Are there guidelines for adding entries?

An ideal entry:

  • is relatively concise
  • mentions the important ideas
  • links any supporting materials needed
  • mentions if a newer paper, result, or code supersedes the contents of the entry

Why is it called "Paper Bug"?

In Korean, the word for "bug" (벌레) is a suffix sometimes used to indicate that an individual is an enthusiast about a particular topic. Sort of like "bookworm" but it can be applied to other things also in a colloquial setting.

About

An indexed compendium of graphics programming papers, articles, blog posts, presentations, and more

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.6%
  • HTML 40.9%
  • CSS 0.5%