Skip to content

Commit

Permalink
Add volume information
Browse files Browse the repository at this point in the history
  • Loading branch information
subhramit authored Sep 9, 2024
1 parent 3df3b4f commit 8064cbe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ void setUp() {
.withField(StandardField.BOOKTITLE, "2009 35th Euromicro Conference on Software Engineering and Advanced Applications")
.withField(StandardField.PUBLISHER, "IEEE")
.withField(StandardField.TITLE, "BPELscript: A Simplified Script Syntax for WS-BPEL 2.0")
.withField(StandardField.VOLUME, "5331")
.withField(StandardField.YEAR, "2009")
.withField(StandardField.MONTH, "#aug#")
.withField(StandardField.DOI, "10.1109/seaa.2009.21");
Expand Down

0 comments on commit 8064cbe

Please sign in to comment.