Skip to content

Commit d557232

Browse files
Merge branch 'catalog/758' into catalog/744
2 parents c0ec606 + 67076e5 commit d557232

File tree

6 files changed

+11
-8
lines changed

6 files changed

+11
-8
lines changed

catalog/myerson1991/fig2_1.efg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EFG 2 R "A simple Poker game" { "Fred" "Alice" }
2-
"This is a simple game of one-card poker from Myerson [^Mye91], used as the
2+
"This is a simple game of one-card poker from Myerson [Mye91]_, used as the
33
introductory example for game models.
44

55
Note that as specified in the text, the game has the slightly unusual feature
@@ -13,7 +13,7 @@ reiley2008/fig1
1313
than a win.
1414

1515

16-
[^Mye1991]: Myerson, Roger B. (1991) Game Theory: Analysis of Conflict.
16+
[Mye91]_: Myerson, Roger B. (1991) Game Theory: Analysis of Conflict.
1717
Cambridge: Harvard University Press.
1818
"
1919

catalog/reiley2008/fig1.efg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
EFG 2 R "Stripped-down poker (Reiley et al 2008)" { "Professor" "Student" }
2-
"This is a one-card poker game used in [^Rei2008] as a teaching exercise.
2+
"This is a one-card poker game used in [Rei2008]_ as a teaching exercise.
33

44
See also
55
--------
66
myerson1991/fig2_1
77
Another one-card poker game with slightly different rules.
88

9-
[^Rei2008]: Reiley, David H., Urbancic, Michael B, and Walker, Mark. (2008)
9+
[Rei2008]_: Reiley, David H., Urbancic, Michael B, and Walker, Mark. (2008)
1010
Stripped-Down Poker: A Classroom Game with Signaling and Bluffing.
1111
_The Journal of Economic Education_ 4: 323-341.
1212
"

catalog/watson2013/exercise29_6.efg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
EFG 2 R "Princess Bride signaling game (from Watson)" { "Wesley" "Prince" }
2-
"This game is Exercise 29.6 from Watson [^Wat13], based on a scene from
2+
"This game is Exercise 29.6 from Watson [Wat13]_, based on a scene from
33
the Rob Reiner film, _The Princess Bride_:
44

55
Wesley (the protagonist) confronts the evil prince Humperdinck. Wesley
@@ -16,7 +16,7 @@ swordsman. Also, the weak Wesley must pay a cost to get out of bed.
1616
In the game in this file, the cost the weak Wesley pays to get out of bed
1717
is set to 2.
1818

19-
[^Wat13]: Watson, Joel. (2013) Strategy: An Introduction to Game Theory,
19+
[Wat13]_: Watson, Joel. (2013) Strategy: An Introduction to Game Theory,
2020
third edition. W. W. Norton & Company.
2121
"
2222

catalog/watson2013/fig29_1.efg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
EFG 2 R "Job-market signaling game (version from Watson)" { "You" "Firm" }
22
"This is a version of Spence's classic model of education being a job-market
3-
signal, as presented in Figure 29.1 of Watson [^Wat13].
3+
signal, as presented in Figure 29.1 of Watson [Wat13]_.
44

5-
[^Wat13]: Watson, Joel. (2013) Strategy: An Introduction to Game Theory,
5+
[Wat13]_: Watson, Joel. (2013) Strategy: An Introduction to Game Theory,
66
third edition. W. W. Norton & Company.
77
"
88

doc/biblio.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _bibliography:
2+
13
Bibliography
24
============
35

doc/developer.catalog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Add new game files
2020
1. **Create the game file:**
2121

2222
Use either :ref:`pygambit <pygambit>`, the Gambit :ref:`CLI <command-line>` or :ref:`GUI <section-gui>` to create and save game in a valid representation :ref:`format <file-formats>`.
23+
Make sure the game includes a description, with any citations referencing the :ref:`bibliography <bibliography>` with the format ``[citation_key]_`` e.g. ``[Mye91]_``.
2324

2425
2. **Add the game file:**
2526

0 commit comments

Comments
 (0)