Skip to content

Commit b8f6f65

Browse files
committed
Add bibliography citation examples books 2, 3
- Also templated access dates for book 1 - Set proper version numbers & release date for v3.2.0 Resolves #500
1 parent cb7ceb9 commit b8f6f65

File tree

3 files changed

+154
-6
lines changed

3 files changed

+154
-6
lines changed

books/RayTracingInOneWeekend.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[Peter Shirley][]
88
edited by [Steve Hollasch][] and [Trevor David Black][]
99
<br>
10-
Version 3.2.0-alpha, 2020-XX-XX
10+
Version 3.2.0, 2020-07-18
1111
<br>
1212
Copyright 2018-2020 Peter Shirley. All rights reserved.
1313

@@ -3173,7 +3173,7 @@
31733173
- **Author**: Peter Shirley
31743174
- **Editors**: Steve Hollasch, Trevor David Black
31753175
- **Version/Edition**: v3.2.0
3176-
- **Date**: 2020-07-31
3176+
- **Date**: 2020-07-18
31773177
- **URL (series)**: https://raytracing.github.io/
31783178
- **URL (book)**: https://raytracing.github.io/books/RayTracingInOneWeekend.html
31793179

@@ -3224,13 +3224,13 @@
32243224
### IEEE
32253225
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32263226
“Ray Tracing in One Weekend.” raytracing.github.io/books/RayTracingInOneWeekend.html
3227-
(accessed Aug. 17, 2020)
3227+
(accessed MMM. DD, YYYY)
32283228
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32293229

32303230
### MLA:
32313231
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32323232
Ray Tracing in One Weekend. raytracing.github.io/books/RayTracingInOneWeekend.html
3233-
Accessed 17 Aug. 2020.
3233+
Accessed DD MMM. YYYY.
32343234
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32353235

32363236

books/RayTracingTheNextWeek.html

Lines changed: 75 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[Peter Shirley][]
88
edited by [Steve Hollasch][] and [Trevor David Black][]
99
<br>
10-
Version 3.2.0-alpha, 2020-XX-XX
10+
Version 3.2.0, 2020-07-18
1111
<br>
1212
Copyright 2018-2020 Peter Shirley. All rights reserved.
1313

@@ -3345,6 +3345,80 @@
33453345

33463346

33473347

3348+
Citing This Book
3349+
====================================================================================================
3350+
Consistent citations make it easier to identify the source, location and versions of this work. If
3351+
you are citing this book, we ask that you try to use one of the following forms if possible.
3352+
3353+
Basic Data
3354+
-----------
3355+
- **Title (series)**: “Ray Tracing in One Weekend Series”
3356+
- **Title (book)**: “Ray Tracing: The Next Week”
3357+
- **Author**: Peter Shirley
3358+
- **Editors**: Steve Hollasch, Trevor David Black
3359+
- **Version/Edition**: v3.2.0
3360+
- **Date**: 2020-07-18
3361+
- **URL (series)**: https://raytracing.github.io/
3362+
- **URL (book)**: https://raytracing.github.io/books/RayTracingTheNextWeek.html
3363+
3364+
Snippets
3365+
---------
3366+
3367+
### Markdown
3368+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3369+
[_Ray Tracing: The Next Week_](https://raytracing.github.io/books/RayTracingTheNextWeek.html)
3370+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3371+
3372+
### HTML
3373+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3374+
<a href='https://raytracing.github.io/books/RayTracingTheNextWeek.html'>
3375+
<cite>Ray Tracing: The Next Week</cite>
3376+
</a>
3377+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3378+
3379+
### LaTeX and BibTex
3380+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3381+
~\cite{Shirley2020RTW2}
3382+
3383+
@misc{Shirley2020RTW2,
3384+
title = {Ray Tracing: The Next Week},
3385+
author = {Peter Shirley},
3386+
year = {2020},
3387+
month = {July},
3388+
note = {\small \texttt{https://raytracing.github.io/books/RayTracingTheNextWeek.html},
3389+
url = {https://raytracing.github.io/books/RayTracingTheNextWeek.html}
3390+
}
3391+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3392+
3393+
### BibLaTeX
3394+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3395+
\usepackage{biblatex}
3396+
3397+
~\cite{Shirley2020RTW2}
3398+
3399+
@online{Shirley2020RTW2,
3400+
title = {Ray Tracing: The Next Week},
3401+
author = {Peter Shirley},
3402+
year = {2020},
3403+
month = {July},
3404+
url = {https://raytracing.github.io/books/RayTracingTheNextWeek.html}
3405+
}
3406+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3407+
3408+
### IEEE
3409+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3410+
“Ray Tracing: The Next Week.” raytracing.github.io/books/RayTracingTheNextWeek.html
3411+
(accessed MMM. DD, YYYY)
3412+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3413+
3414+
### MLA:
3415+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3416+
Ray Tracing: The Next Week. raytracing.github.io/books/RayTracingTheNextWeek.html
3417+
Accessed DD MMM. YYYY.
3418+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3419+
3420+
3421+
33483422
[stb_image]: https://github.com/nothings/stb
33493423
[Peter Shirley]: https://github.com/petershirley
33503424
[Steve Hollasch]: https://github.com/hollasch

books/RayTracingTheRestOfYourLife.html

Lines changed: 75 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[Peter Shirley][]
88
edited by [Steve Hollasch][] and [Trevor David Black][]
99
<br>
10-
Version 3.2.0-alpha, 2020-XX-XX
10+
Version 3.2.0, 2020-07-18
1111
<br>
1212
Copyright 2018-2020 Peter Shirley. All rights reserved.
1313

@@ -2560,6 +2560,80 @@
25602560

25612561

25622562

2563+
Citing This Book
2564+
====================================================================================================
2565+
Consistent citations make it easier to identify the source, location and versions of this work. If
2566+
you are citing this book, we ask that you try to use one of the following forms if possible.
2567+
2568+
Basic Data
2569+
-----------
2570+
- **Title (series)**: “Ray Tracing in One Weekend Series”
2571+
- **Title (book)**: “Ray Tracing: The Rest of Your Life”
2572+
- **Author**: Peter Shirley
2573+
- **Editors**: Steve Hollasch, Trevor David Black
2574+
- **Version/Edition**: v3.2.0
2575+
- **Date**: 2020-07-18
2576+
- **URL (series)**: https://raytracing.github.io/
2577+
- **URL (book)**: https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html
2578+
2579+
Snippets
2580+
---------
2581+
2582+
### Markdown
2583+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2584+
[_Ray Tracing: The Rest of Your Life_](https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html)
2585+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2586+
2587+
### HTML
2588+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2589+
<a href='https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html'>
2590+
<cite>Ray Tracing: The Rest of Your Life</cite>
2591+
</a>
2592+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2593+
2594+
### LaTeX and BibTex
2595+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2596+
~\cite{Shirley2020RTW2}
2597+
2598+
@misc{Shirley2020RTW2,
2599+
title = {Ray Tracing: The Rest of Your Life},
2600+
author = {Peter Shirley},
2601+
year = {2020},
2602+
month = {July},
2603+
note = {\small \texttt{https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html},
2604+
url = {https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html}
2605+
}
2606+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2607+
2608+
### BibLaTeX
2609+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2610+
\usepackage{biblatex}
2611+
2612+
~\cite{Shirley2020RTW2}
2613+
2614+
@online{Shirley2020RTW2,
2615+
title = {Ray Tracing: The Rest of Your Life},
2616+
author = {Peter Shirley},
2617+
year = {2020},
2618+
month = {July},
2619+
url = {https://raytracing.github.io/books/RayTracingTheRestOfYourLife.html}
2620+
}
2621+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2622+
2623+
### IEEE
2624+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2625+
“Ray Tracing: The Rest of Your Life.”
2626+
raytracing.github.io/books/RayTracingTheRestOfYourLife.html
2627+
(accessed MMM. DD, YYYY)
2628+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2629+
2630+
### MLA:
2631+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2632+
Ray Tracing: The Rest of Your Life. raytracing.github.io/books/RayTracingTheRestOfYourLife.html
2633+
Accessed DD MMM. YYYY.
2634+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2635+
2636+
25632637
[Peter Shirley]: https://github.com/petershirley
25642638
[Steve Hollasch]: https://github.com/hollasch
25652639
[Trevor David Black]: https://github.com/trevordblack

0 commit comments

Comments
 (0)