|
| 1 | +<?php |
| 2 | + |
| 3 | +$title = "Bibliography"; |
| 4 | +$section = "section-2"; |
| 5 | +include_once( "../../include/local.inc" ); |
| 6 | +include_once( $SITE_PATHS["SERV_INC"].'header.inc' ); |
| 7 | +?> |
| 8 | +<div id="left"> |
| 9 | +<?php include($SITE_PATHS["SERV_INC"].'alliance.inc'); ?> |
| 10 | +</div> |
| 11 | + |
| 12 | +<div id="main"> |
| 13 | +<!-- content STARTS here --> |
| 14 | + |
| 15 | +<p> << <a href="index.php"> Globus Activities </a> << <a href="publications.php"> Publications </a> </p> |
| 16 | + |
| 17 | +<h1>Publication Guidelines</h1> |
| 18 | + <p>The Globus Alliance manages its bibliography using the BibTeX tool. If you use BibTeX, you may download our <a href="globusbib.bib">citation database</a>. Note that this citation database is incomplete. (If not, you can still <a href="publications.php">view the citations</a> here online.)</p> |
| 19 | + |
| 20 | +<p>If you have (or are aware of) appropriate publications that are not here, please submit them to Julie Wulf (<a href="mailto: [email protected]"> [email protected]</a>) using the BibTeX templates below.<br> |
| 21 | +</p> |
| 22 | + |
| 23 | +<p><h1>Acknowledging Sponsors</h1></p> |
| 24 | + <p>Publications describing work conducted in the Argonne |
| 25 | + Mathematics and Computer Science Division should include the following |
| 26 | + acknowledgement: |
| 27 | + |
| 28 | +<blockquote> |
| 29 | + |
| 30 | + <p>This work was supported by the Mathematical, Information, and |
| 31 | + Computational Sciences Division subprogram of the Office of Advanced |
| 32 | + Scientific Computing Research, Office of Science, U.S. Department of |
| 33 | + Energy, under Contract W-31-109-ENG-38.</p> |
| 34 | +</blockquote> |
| 35 | + <p>Work supported by NSF should include:</p> |
| 36 | + <blockquote> |
| 37 | + <p>This material is based upon work supported by the National Science |
| 38 | + Foundation under Grant No. (enter NSF grant number).<br> |
| 39 | +</p> |
| 40 | +</blockquote> |
| 41 | + |
| 42 | +<p><h1>Templates for Bibliographic Citation</h1></p> |
| 43 | + <p>The following templates may be used for submitting bibliographic references to the Globus Alliance.</p> |
| 44 | + <p>Please select an appropriate document type, complete the corresponding template, and |
| 45 | + send the resulting reference to Julie Wulf (see above). It would be helpful if you |
| 46 | + could also mention the classification that you believe the publication falls under (e.g., |
| 47 | + Overview Paper, Globus Toolkit Components, Higher-Level Services and Tools, Applications, |
| 48 | + or Other Globus-Related Research). </p> |
| 49 | + |
| 50 | +<p>The three general types of entries are Articles (published in |
| 51 | + journals--use @Article), Tech Reports (ANL published reports, for example--use |
| 52 | + @TechReport) and Articles (published in Proceedings--use @InProceedings). </p> |
| 53 | + <p>Please complete each field between the { } marks and do not put commas between |
| 54 | + author names (for example, use "John Bresnahan and Gregor von Laszewski and Julie |
| 55 | + Wulf" instead of "John Bresnahan, Gregor von Laszewski, and Julie Wulf")</p> |
| 56 | + <p>A keyword will be assigned to each entry, which will most likely be generated by the |
| 57 | + following rule: "Globus" + first three letters of first three authors + year ( + |
| 58 | + letter if the previous is not unique)</p> |
| 59 | + |
| 60 | + <p>Fields labelled OPT** are optional, and need not be completed, all other fields are |
| 61 | + required. Nevertheless, we ask that for the three types mentioned above, please |
| 62 | + complete as many fields as you can.</p> |
| 63 | + |
| 64 | + <hr> |
| 65 | + <p>@Article{,<br> |
| 66 | + author = {},<br> |
| 67 | + title = {},<br> |
| 68 | + |
| 69 | + journal = {},<br> |
| 70 | + year = {},<br> |
| 71 | + OPTkey = {},<br> |
| 72 | + OPTvolume = {},<br> |
| 73 | + |
| 74 | + OPTnumber = {},<br> |
| 75 | + OPTpages = {},<br> |
| 76 | + OPTmonth = {},<br> |
| 77 | + OPTnote = {},<br> |
| 78 | + |
| 79 | + OPTannote = {}<br> |
| 80 | + }</p> |
| 81 | + <hr> |
| 82 | + <p>@InProceedings{,<br> |
| 83 | + author = {},<br> |
| 84 | + |
| 85 | + title = {},<br> |
| 86 | + booktitle = {},<br> |
| 87 | + OPTcrossref = {},<br> |
| 88 | + OPTkey = {},<br> |
| 89 | + |
| 90 | + OPTpages = {},<br> |
| 91 | + OPTyear = {},<br> |
| 92 | + OPTeditor = {},<br> |
| 93 | + OPTvolume = {},<br> |
| 94 | + |
| 95 | + OPTnumber = {},<br> |
| 96 | + OPTseries = {},<br> |
| 97 | + OPTaddress = {},<br> |
| 98 | + OPTmonth = {},<br> |
| 99 | + |
| 100 | + OPTorganization = {},<br> |
| 101 | + OPTpublisher = {},<br> |
| 102 | + OPTnote = {},<br> |
| 103 | + OPTannote = {}<br> |
| 104 | + }</p> |
| 105 | + |
| 106 | + <hr> |
| 107 | + <p>@TechReport{,<br> |
| 108 | + author = {},<br> |
| 109 | + title = {},<br> |
| 110 | + institution = {},<br> |
| 111 | + |
| 112 | + year = {},<br> |
| 113 | + OPTkey = {},<br> |
| 114 | + OPTtype = {},<br> |
| 115 | + OPTnumber = {},<br> |
| 116 | + |
| 117 | + OPTaddress = {},<br> |
| 118 | + OPTmonth = {},<br> |
| 119 | + OPTnote = {},<br> |
| 120 | + OPTannote = {}<br> |
| 121 | + |
| 122 | + }</p> |
| 123 | + <hr> |
| 124 | + <p>@InCollection{,<br> |
| 125 | + author = {},<br> |
| 126 | + title = {},<br> |
| 127 | + |
| 128 | + booktitle = {},<br> |
| 129 | + OPTcrossref = {},<br> |
| 130 | + OPTkey = {},<br> |
| 131 | + OPTpages = {},<br> |
| 132 | + |
| 133 | + OPTpublisher = {},<br> |
| 134 | + OPTyear = {},<br> |
| 135 | + OPTeditor = {},<br> |
| 136 | + OPTvolume = {},<br> |
| 137 | + |
| 138 | + OPTnumber = {},<br> |
| 139 | + OPTseries = {},<br> |
| 140 | + OPTtype = {},<br> |
| 141 | + OPTchapter = {},<br> |
| 142 | + |
| 143 | + OPTaddress = {},<br> |
| 144 | + OPTedition = {},<br> |
| 145 | + OPTmonth = {},<br> |
| 146 | + OPTnote = {},<br> |
| 147 | + |
| 148 | + OPTannote = {}<br> |
| 149 | + }</p> |
| 150 | + <hr> |
| 151 | + <p>@InBook{,<br> |
| 152 | + ALTauthor = {},<br> |
| 153 | + |
| 154 | + ALTeditor = {},<br> |
| 155 | + title = {},<br> |
| 156 | + chapter = {},<br> |
| 157 | + publisher = {},<br> |
| 158 | + |
| 159 | + year = {},<br> |
| 160 | + OPTkey = {},<br> |
| 161 | + OPTvolume = {},<br> |
| 162 | + OPTnumber = {},<br> |
| 163 | + |
| 164 | + OPTseries = {},<br> |
| 165 | + OPTtype = {},<br> |
| 166 | + OPTaddress = {},<br> |
| 167 | + OPTedition = {},<br> |
| 168 | + |
| 169 | + OPTmonth = {},<br> |
| 170 | + OPTpages = {},<br> |
| 171 | + OPTnote = {},<br> |
| 172 | + OPTannote = {}<br> |
| 173 | + |
| 174 | + }</p> |
| 175 | + <hr> |
| 176 | + <p>@Proceedings{,<br> |
| 177 | + title = {},<br> |
| 178 | + year = {},<br> |
| 179 | + |
| 180 | + OPTkey = {},<br> |
| 181 | + OPTeditor = {},<br> |
| 182 | + OPTvolume = {},<br> |
| 183 | + OPTnumber = {},<br> |
| 184 | + |
| 185 | + OPTseries = {},<br> |
| 186 | + OPTaddress = {},<br> |
| 187 | + OPTmonth = {},<br> |
| 188 | + OPTorganization = {},<br> |
| 189 | + |
| 190 | + OPTpublisher = {},<br> |
| 191 | + OPTnote = {},<br> |
| 192 | + OPTannote = {}<br> |
| 193 | + }</p> |
| 194 | + <hr> |
| 195 | + |
| 196 | + <p>@Book{,<br> |
| 197 | + ALTauthor = {},<br> |
| 198 | + ALTeditor = {},<br> |
| 199 | + title = {},<br> |
| 200 | + |
| 201 | + publisher = {},<br> |
| 202 | + year = {},<br> |
| 203 | + OPTkey = {},<br> |
| 204 | + OPTvolume = {},<br> |
| 205 | + |
| 206 | + OPTnumber = {},<br> |
| 207 | + OPTseries = {},<br> |
| 208 | + OPTaddress = {},<br> |
| 209 | + OPTedition = {},<br> |
| 210 | + |
| 211 | + OPTmonth = {},<br> |
| 212 | + OPTnote = {},<br> |
| 213 | + OPTannote = {}<br> |
| 214 | + }</p> |
| 215 | + |
| 216 | + <hr> |
| 217 | + <p>@Booklet{,<br> |
| 218 | + title = {},<br> |
| 219 | + OPTkey = {},<br> |
| 220 | + OPTauthor = {},<br> |
| 221 | + |
| 222 | + OPThowpublished = {},<br> |
| 223 | + OPTaddress = {},<br> |
| 224 | + OPTmonth = {},<br> |
| 225 | + OPTyear = {},<br> |
| 226 | + |
| 227 | + OPTnote = {},<br> |
| 228 | + OPTannote = {}<br> |
| 229 | + }</p> |
| 230 | + <hr> |
| 231 | + <p>@PhdThesis{,<br> |
| 232 | + |
| 233 | + author = {},<br> |
| 234 | + title = {},<br> |
| 235 | + school = {},<br> |
| 236 | + year = {},<br> |
| 237 | + |
| 238 | + OPTkey = {},<br> |
| 239 | + OPTtype = {},<br> |
| 240 | + OPTaddress = {},<br> |
| 241 | + OPTmonth = {},<br> |
| 242 | + |
| 243 | + OPTnote = {},<br> |
| 244 | + OPTannote = {}<br> |
| 245 | + }</p> |
| 246 | + <hr> |
| 247 | + <p>@MastersThesis{,<br> |
| 248 | + |
| 249 | + author = {},<br> |
| 250 | + title = {},<br> |
| 251 | + school = {},<br> |
| 252 | + year = {},<br> |
| 253 | + |
| 254 | + OPTkey = {},<br> |
| 255 | + OPTtype = {},<br> |
| 256 | + OPTaddress = {},<br> |
| 257 | + OPTmonth = {},<br> |
| 258 | + |
| 259 | + OPTnote = {},<br> |
| 260 | + OPTannote = {}<br> |
| 261 | + }</p> |
| 262 | + <hr> |
| 263 | + <p>@Manual{,<br> |
| 264 | + |
| 265 | + title = {},<br> |
| 266 | + OPTkey = {},<br> |
| 267 | + OPTauthor = {},<br> |
| 268 | + OPTorganization = {},<br> |
| 269 | + |
| 270 | + OPTaddress = {},<br> |
| 271 | + OPTedition = {},<br> |
| 272 | + OPTmonth = {},<br> |
| 273 | + OPTyear = {},<br> |
| 274 | + |
| 275 | + OPTnote = {},<br> |
| 276 | + OPTannote = {}<br> |
| 277 | + }</p> |
| 278 | + <hr> |
| 279 | + <p>@Unpublished{,<br> |
| 280 | + |
| 281 | + author = {},<br> |
| 282 | + title = {},<br> |
| 283 | + note = {},<br> |
| 284 | + OPTkey = {},<br> |
| 285 | + |
| 286 | + OPTmonth = {},<br> |
| 287 | + OPTyear = {},<br> |
| 288 | + OPTannote = {}<br> |
| 289 | + }</p> |
| 290 | + |
| 291 | + <hr> |
| 292 | + <p>@Misc{,<br> |
| 293 | + OPTkey = {},<br> |
| 294 | + OPTauthor = {},<br> |
| 295 | + OPTtitle = {},<br> |
| 296 | + |
| 297 | + OPThowpublished = {},<br> |
| 298 | + OPTmonth = {},<br> |
| 299 | + OPTyear = {},<br> |
| 300 | + OPTnote = {},<br> |
| 301 | + |
| 302 | + OPTannote = {}<br> |
| 303 | + } |
| 304 | + |
| 305 | +<p> << <a href="index.php"> Globus Activities </a> << <a href="publications.php"> Publications </a> </p> |
| 306 | + |
| 307 | +<!-- content ENDS here --> |
| 308 | + |
| 309 | +</div> |
| 310 | +<?php include($SITE_PATHS["SERV_INC"].'footer.inc'); ?> |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
0 commit comments