view demo/more/conference1.ur @ 1010:6b0f3853cc81

authorship table
author Adam Chlipala <adamc@hcoop.net>
date Thu, 22 Oct 2009 14:05:48 -0400
parents 59097824f19b
children 16f7cb0891b6
line wrap: on
line source
open ConferenceFields

open Conference.Make(struct
                         val paper = {Title = title,
                                      Abstract = abstract}
                         val review = {}

                         val submissionDeadline = readError "2009-10-22 23:59:59"

                         fun summarizePaper r = cdata r.Title
                     end)