Skip to content

Commit cb7ceb9

Browse files
authored
Merge pull request #673 from RayTracing/citing
Sketch of possible citation section for book 1
2 parents ed180dd + f1054c7 commit cb7ceb9

File tree

1 file changed

+73
-0
lines changed

1 file changed

+73
-0
lines changed

books/RayTracingInOneWeekend.html

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3161,6 +3161,79 @@
31613161
(insert acknowledgments.md.html here)
31623162

31633163

3164+
Citing This Book
3165+
====================================================================================================
3166+
Consistent citations make it easier to identify the source, location and versions of this work. If
3167+
you are citing this book, we ask that you try to use one of the following forms if possible.
3168+
3169+
Basic Data
3170+
-----------
3171+
- **Title (series)**: “Ray Tracing in One Weekend Series”
3172+
- **Title (book)**: “Ray Tracing in One Weekend”
3173+
- **Author**: Peter Shirley
3174+
- **Editors**: Steve Hollasch, Trevor David Black
3175+
- **Version/Edition**: v3.2.0
3176+
- **Date**: 2020-07-31
3177+
- **URL (series)**: https://raytracing.github.io/
3178+
- **URL (book)**: https://raytracing.github.io/books/RayTracingInOneWeekend.html
3179+
3180+
Snippets
3181+
---------
3182+
3183+
### Markdown
3184+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3185+
[_Ray Tracing in One Weekend_](https://raytracing.github.io/books/RayTracingInOneWeekend.html)
3186+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3187+
3188+
### HTML
3189+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3190+
<a href='https://raytracing.github.io/books/RayTracingInOneWeekend.html'>
3191+
<cite>Ray Tracing in One Weekend</cite>
3192+
</a>
3193+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3194+
3195+
### LaTeX and BibTex
3196+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3197+
~\cite{Shirley2020RTW1}
3198+
3199+
@misc{Shirley2020RTW1,
3200+
title = {Ray Tracing in One Weekend},
3201+
author = {Peter Shirley},
3202+
year = {2020},
3203+
month = {July},
3204+
note = {\small \texttt{https://raytracing.github.io/books/RayTracingInOneWeekend.html},
3205+
url = {https://raytracing.github.io/books/RayTracingInOneWeekend.html}
3206+
}
3207+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3208+
3209+
### BibLaTeX
3210+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3211+
\usepackage{biblatex}
3212+
3213+
~\cite{Shirley2020RTW1}
3214+
3215+
@online{Shirley2020RTW1,
3216+
title = {Ray Tracing in One Weekend},
3217+
author = {Peter Shirley},
3218+
year = {2020},
3219+
month = {July},
3220+
url = {https://raytracing.github.io/books/RayTracingInOneWeekend.html}
3221+
}
3222+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3223+
3224+
### IEEE
3225+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3226+
“Ray Tracing in One Weekend.” raytracing.github.io/books/RayTracingInOneWeekend.html
3227+
(accessed Aug. 17, 2020)
3228+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3229+
3230+
### MLA:
3231+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3232+
Ray Tracing in One Weekend. raytracing.github.io/books/RayTracingInOneWeekend.html
3233+
Accessed 17 Aug. 2020.
3234+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3235+
3236+
31643237

31653238
[Peter Shirley]: https://github.com/petershirley
31663239
[Steve Hollasch]: https://github.com/hollasch

0 commit comments

Comments
 (0)