commit d504d428723ef0dd27a946312e68aa5fc5fbd313 Author: Mark Claypool <claypool@cs.wpi.edu> Date: Tue Aug 15 08:47:40 2023 -0400 Updates diff --git a/references.md b/references.md index b44d2fd..3f19411 100644 --- a/references.md +++ b/references.md @@ -1,6 +1,6 @@ --- pagetitle: Writing the References -version: 1.7 +version: 1.8 --- # Writing the References @@ -57,26 +57,24 @@ alphabetic order (if using an alphabetic scheme). * Citing games - [ACM CHI Play](https://chiplay.acm.org/2020/guidelines/) has recommendations on -citing games as scholarly work. Below is an example: +citing games as scholarly work. For example: "Nintendo R&D1 and +Intelligent Systems. 1994. Super Metroid. Game [SNES]. (18 April +1994). Nintendo, Kyoto, Japan. Last played August 2011." -> Nintendo R&D1 and Intelligent Systems. 1994. Super Metroid. Game -> [SNES]. (18 April 1994). Nintendo, Kyoto, Japan. Last played August -> 2011. - -The `@Misc` tag should be used for BibTex. Below is the same -example as above: + The `@Misc` tag should be used for BibTex. Below is the same + example as above: ``` -@Misc{game, - Address = {Kyoto, Japan}, - Author = {"Nintendo R\&D1 and Intelligent Systems"}, - Month = {April}, - Day = {18}, - Howpublished = {Game [SNES]}, - Note = {Nintendo, Kyoto, Japan. Last played August 2011.}, - Publisher = {Nintendo}, - Title = {\emph{Super Metroid}}, - Year = {1994} -} + @Misc{game, + Address = {Kyoto, Japan}, + Author = {"Nintendo R\&D1 and Intelligent Systems"}, + Month = {April}, + Day = {18}, + Howpublished = {Game [SNES]}, + Note = {Nintendo, Kyoto, Japan. Last played August 2011.}, + Publisher = {Nintendo}, + Title = {\emph{Super Metroid}}, + Year = {1994} + } ```