Project

General

Profile

« Previous | Next » 

Revision 42559

Added one more publication type named 'Conference Procs' along with a new 'event details' field.

View differences:

PublicationTypeInlineInfo.java
23 23
            publicationTypeInfoContents += "<dd>Type: Article</dd>";
24 24
        else if(publication.getType().equals(Publication.Type.MONOGRAPH))
25 25
            publicationTypeInfoContents += "<dd>Type: Book</dd>";
26
        else if(publication.getType().equals(Publication.Type.CONFERENCE_PROCS))
27
            publicationTypeInfoContents += "<dd>Type: Conference Procs</dd>";
26 28
        else
27 29
            publicationTypeInfoContents += "<dd>Type: Book chapter</dd>";
28 30

  

Also available in: Unified diff