ProgTutorial/document/root.bib
author Norbert Schirmer <norbert.schirmer@web.de>
Tue, 21 May 2019 16:22:30 +0200
changeset 573 321e220a6baa
parent 567 f7c97e64cc2a
child 578 69c78980c8a4
permissions -rw-r--r--
accomodate to upcoming Isabelle 2019
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30
7b2625cea982 Added some more papers cited in the "how to write a package" chapter.
berghofe
parents: 17
diff changeset
     1
@Misc{Bornat-lecture,
124
0b9fa606a746 added to the first-steps section
Christian Urban <urbanc@in.tum.de>
parents: 30
diff changeset
     2
  author =	 {R.~Bornat},
0b9fa606a746 added to the first-steps section
Christian Urban <urbanc@in.tum.de>
parents: 30
diff changeset
     3
  title =	 {In {D}efence of {P}rogramming},
30
7b2625cea982 Added some more papers cited in the "how to write a package" chapter.
berghofe
parents: 17
diff changeset
     4
  howpublished = {Available online via
7b2625cea982 Added some more papers cited in the "how to write a package" chapter.
berghofe
parents: 17
diff changeset
     5
                  \url{http://www.cs.mdx.ac.uk/staffpages/r_bornat/lectures/ revisedinauguraltext.pdf}},
7b2625cea982 Added some more papers cited in the "how to write a package" chapter.
berghofe
parents: 17
diff changeset
     6
  month =	 {April},
7b2625cea982 Added some more papers cited in the "how to write a package" chapter.
berghofe
parents: 17
diff changeset
     7
  year =	 2005,
7b2625cea982 Added some more papers cited in the "how to write a package" chapter.
berghofe
parents: 17
diff changeset
     8
  note =	 {Corrected and revised version of inaugural lecture,
7b2625cea982 Added some more papers cited in the "how to write a package" chapter.
berghofe
parents: 17
diff changeset
     9
                  delivered on 22nd January 2004 at the School of
7b2625cea982 Added some more papers cited in the "how to write a package" chapter.
berghofe
parents: 17
diff changeset
    10
                  Computing Science, Middlesex University}
7b2625cea982 Added some more papers cited in the "how to write a package" chapter.
berghofe
parents: 17
diff changeset
    11
}
567
f7c97e64cc2a tuned ML-antiquotations; added intro portions.
Norbert Schirmer <norbert.schirmer@web.de>
parents: 314
diff changeset
    12
@Misc{wenzel-technology,
f7c97e64cc2a tuned ML-antiquotations; added intro portions.
Norbert Schirmer <norbert.schirmer@web.de>
parents: 314
diff changeset
    13
  author = {M.~Wenzel},
f7c97e64cc2a tuned ML-antiquotations; added intro portions.
Norbert Schirmer <norbert.schirmer@web.de>
parents: 314
diff changeset
    14
  title = {Further Scaling of Isabelle Technology},
f7c97e64cc2a tuned ML-antiquotations; added intro portions.
Norbert Schirmer <norbert.schirmer@web.de>
parents: 314
diff changeset
    15
  howpublished = {http://sketis.net},
f7c97e64cc2a tuned ML-antiquotations; added intro portions.
Norbert Schirmer <norbert.schirmer@web.de>
parents: 314
diff changeset
    16
  month = {April},
f7c97e64cc2a tuned ML-antiquotations; added intro portions.
Norbert Schirmer <norbert.schirmer@web.de>
parents: 314
diff changeset
    17
  year = {2018},
f7c97e64cc2a tuned ML-antiquotations; added intro portions.
Norbert Schirmer <norbert.schirmer@web.de>
parents: 314
diff changeset
    18
  note = {},
f7c97e64cc2a tuned ML-antiquotations; added intro portions.
Norbert Schirmer <norbert.schirmer@web.de>
parents: 314
diff changeset
    19
}
2
978a3c2ed7ce split the document into smaller pieces;
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    20
5
e91f54791e14 minor modifiations to the Intro and FirstSteps chapters
Christian Urban <urbanc@in.tum.de>
parents: 2
diff changeset
    21
@Book{isa-tutorial,
124
0b9fa606a746 added to the first-steps section
Christian Urban <urbanc@in.tum.de>
parents: 30
diff changeset
    22
  author	= {T.~Nipkow and L.~C.~Paulson and M.~Wenzel},
5
e91f54791e14 minor modifiations to the Intro and FirstSteps chapters
Christian Urban <urbanc@in.tum.de>
parents: 2
diff changeset
    23
  title		= {Isabelle/HOL: A Proof Assistant for Higher-Order Logic},
e91f54791e14 minor modifiations to the Intro and FirstSteps chapters
Christian Urban <urbanc@in.tum.de>
parents: 2
diff changeset
    24
  publisher	= {Springer},
e91f54791e14 minor modifiations to the Intro and FirstSteps chapters
Christian Urban <urbanc@in.tum.de>
parents: 2
diff changeset
    25
  year		= 2002,
e91f54791e14 minor modifiations to the Intro and FirstSteps chapters
Christian Urban <urbanc@in.tum.de>
parents: 2
diff changeset
    26
  note		= {LNCS Tutorial 2283}}
e91f54791e14 minor modifiations to the Intro and FirstSteps chapters
Christian Urban <urbanc@in.tum.de>
parents: 2
diff changeset
    27
e91f54791e14 minor modifiations to the Intro and FirstSteps chapters
Christian Urban <urbanc@in.tum.de>
parents: 2
diff changeset
    28
@book{paulson-ml2,
e91f54791e14 minor modifiations to the Intro and FirstSteps chapters
Christian Urban <urbanc@in.tum.de>
parents: 2
diff changeset
    29
  author	= {Lawrence C. Paulson},
e91f54791e14 minor modifiations to the Intro and FirstSteps chapters
Christian Urban <urbanc@in.tum.de>
parents: 2
diff changeset
    30
  title		= {{ML} for the Working Programmer},
e91f54791e14 minor modifiations to the Intro and FirstSteps chapters
Christian Urban <urbanc@in.tum.de>
parents: 2
diff changeset
    31
  year		= 1996,
e91f54791e14 minor modifiations to the Intro and FirstSteps chapters
Christian Urban <urbanc@in.tum.de>
parents: 2
diff changeset
    32
  edition	= {2nd},
30
7b2625cea982 Added some more papers cited in the "how to write a package" chapter.
berghofe
parents: 17
diff changeset
    33
  publisher	= {Cambridge University Press}}
7b2625cea982 Added some more papers cited in the "how to write a package" chapter.
berghofe
parents: 17
diff changeset
    34
7b2625cea982 Added some more papers cited in the "how to write a package" chapter.
berghofe
parents: 17
diff changeset
    35
@manual{isa-imp,
124
0b9fa606a746 added to the first-steps section
Christian Urban <urbanc@in.tum.de>
parents: 30
diff changeset
    36
  author	= {M.~Wenzel},
30
7b2625cea982 Added some more papers cited in the "how to write a package" chapter.
berghofe
parents: 17
diff changeset
    37
  title		= {The {Isabelle/Isar} Implementation},
7b2625cea982 Added some more papers cited in the "how to write a package" chapter.
berghofe
parents: 17
diff changeset
    38
  institution	= {Technische Universit\"at M\"unchen},
7b2625cea982 Added some more papers cited in the "how to write a package" chapter.
berghofe
parents: 17
diff changeset
    39
  note          = {\url{http://isabelle.in.tum.de/doc/implementation.pdf}}}
124
0b9fa606a746 added to the first-steps section
Christian Urban <urbanc@in.tum.de>
parents: 30
diff changeset
    40
0b9fa606a746 added to the first-steps section
Christian Urban <urbanc@in.tum.de>
parents: 30
diff changeset
    41
0b9fa606a746 added to the first-steps section
Christian Urban <urbanc@in.tum.de>
parents: 30
diff changeset
    42
@book{GordonMilnerWadsworth79,
0b9fa606a746 added to the first-steps section
Christian Urban <urbanc@in.tum.de>
parents: 30
diff changeset
    43
  author    = {M.~Gordon and R.~Milner and C.~P.~Wadsworth},
0b9fa606a746 added to the first-steps section
Christian Urban <urbanc@in.tum.de>
parents: 30
diff changeset
    44
  title     = {{E}dinburgh {LCF}},
0b9fa606a746 added to the first-steps section
Christian Urban <urbanc@in.tum.de>
parents: 30
diff changeset
    45
  publisher = {Springer},
0b9fa606a746 added to the first-steps section
Christian Urban <urbanc@in.tum.de>
parents: 30
diff changeset
    46
  series    = {Lecture Notes in Computer Science},
0b9fa606a746 added to the first-steps section
Christian Urban <urbanc@in.tum.de>
parents: 30
diff changeset
    47
  volume    = {78},
0b9fa606a746 added to the first-steps section
Christian Urban <urbanc@in.tum.de>
parents: 30
diff changeset
    48
  year      = {1979}
247
afa2d9c6b3b7 added some text to the pretty-printing section
Christian Urban <urbanc@in.tum.de>
parents: 189
diff changeset
    49
}
afa2d9c6b3b7 added some text to the pretty-printing section
Christian Urban <urbanc@in.tum.de>
parents: 189
diff changeset
    50
afa2d9c6b3b7 added some text to the pretty-printing section
Christian Urban <urbanc@in.tum.de>
parents: 189
diff changeset
    51
@Article{Oppen80,
afa2d9c6b3b7 added some text to the pretty-printing section
Christian Urban <urbanc@in.tum.de>
parents: 189
diff changeset
    52
  author = 	 {D.~C.~Oppen},
afa2d9c6b3b7 added some text to the pretty-printing section
Christian Urban <urbanc@in.tum.de>
parents: 189
diff changeset
    53
  title = 	 {Pretty Printing},
afa2d9c6b3b7 added some text to the pretty-printing section
Christian Urban <urbanc@in.tum.de>
parents: 189
diff changeset
    54
  journal = 	 {ACM Transactions on Programming Languages and Systems},
afa2d9c6b3b7 added some text to the pretty-printing section
Christian Urban <urbanc@in.tum.de>
parents: 189
diff changeset
    55
  year = 	 {1980},
afa2d9c6b3b7 added some text to the pretty-printing section
Christian Urban <urbanc@in.tum.de>
parents: 189
diff changeset
    56
  pages = 	 {465--483}
afa2d9c6b3b7 added some text to the pretty-printing section
Christian Urban <urbanc@in.tum.de>
parents: 189
diff changeset
    57
}
afa2d9c6b3b7 added some text to the pretty-printing section
Christian Urban <urbanc@in.tum.de>
parents: 189
diff changeset
    58
314
79202e2eab6a polished
Christian Urban <urbanc@in.tum.de>
parents: 247
diff changeset
    59
@Article{ Dyckhoff92,
79202e2eab6a polished
Christian Urban <urbanc@in.tum.de>
parents: 247
diff changeset
    60
	title = "{Contraction-Free Sequent Calculi for Intuitionistic Logic}",
79202e2eab6a polished
Christian Urban <urbanc@in.tum.de>
parents: 247
diff changeset
    61
	author = "R. Dyckhoff",
79202e2eab6a polished
Christian Urban <urbanc@in.tum.de>
parents: 247
diff changeset
    62
	journal = "The Journal of Symbolic Logic",
79202e2eab6a polished
Christian Urban <urbanc@in.tum.de>
parents: 247
diff changeset
    63
	volume = "57",
79202e2eab6a polished
Christian Urban <urbanc@in.tum.de>
parents: 247
diff changeset
    64
	number = "3",
79202e2eab6a polished
Christian Urban <urbanc@in.tum.de>
parents: 247
diff changeset
    65
	pages = "795--807",
79202e2eab6a polished
Christian Urban <urbanc@in.tum.de>
parents: 247
diff changeset
    66
	year = "1992",
79202e2eab6a polished
Christian Urban <urbanc@in.tum.de>
parents: 247
diff changeset
    67
	publisher = "JSTOR"
79202e2eab6a polished
Christian Urban <urbanc@in.tum.de>
parents: 247
diff changeset
    68
}