File: citations.lsp

package info (click to toggle)
nyquist 3.20%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 58,008 kB
  • sloc: ansic: 74,743; lisp: 17,929; java: 10,723; cpp: 6,690; sh: 171; xml: 58; makefile: 40; python: 15
file content (21 lines) | stat: -rw-r--r-- 944 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(setf *citations* '(
 (Anderson "../JITLBIB.HTM#anderson" "(Anderson 1985)")
 (Beare "../JITLBIB.HTM#beare" "(Beare 1989)")
 (Bloom "../JITLBIB.HTM#bloom" "(Bloom 1956)")
 (Capell "../JITLBIB.HTM#capell" "(Capell 1995)")
 (ptinterface "../JITLBIB.HTM#dannenberg" "(Dannenberg 1990)")
 (Fletcher "../JITLBIB.HTM#fletcher" "(Fletcher 1990)")
 (Ford "../JITLBIB.HTM#ford" "(Ford 1959)")
 (Lehman "../JITLBIB.HTM#lehman" "(Lehman 1993)")
 (Moore "../JITLBIB.HTM#moore96" "(Moore 1996)")
 (Moore97 "../JITLBIB.HTM#moore97" "(Moore 1997)")
 (Pflieger "../JITLBIB.HTM#pflieger" "(Pflieger 1961)")
 (Russell "../JITLBIB.HTM#russel" "(Russell 1997)")
 (Whittington "../JITLBIB.HTM#whittington" "(Whittington 1989)")

 (touretzky  "musicbib.html#touretzky" "(Touretzky 1984)")
 (icmcfugue "http://www.cs.cmu.edu/~rbd/bib-arctic.html#icmcfugue" "(Dannenberg and Frayley 1989)")
 (simoni "http://www.algocompbook.com/" "(Simoni and Dannenberg 2013)")))