bolognese 0.5.3 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3abe51c368c713c55ea7e471b59369b89f3b6b9d
4
- data.tar.gz: 5ac5bfbb3d8559ab69550a4966f1aac8142e74f3
3
+ metadata.gz: 2a97afd214e3aceac748c30b3b350d230eca0dfb
4
+ data.tar.gz: 80436c321a4cd0655fd44a2b7648280251e6869b
5
5
  SHA512:
6
- metadata.gz: 882c4b43fe659cb7228540eed7cf45ef270038a7c494742b03eadbde8c1831d39ef7a96529562846538c93ac8d9637d2028169e0315b51a8ff58f08a6ce55ac3
7
- data.tar.gz: 0c6acfdcfa05aa2ef68af95cb79d214436b72dec40e9cd2af834bc71a063966071b80c41701c741c10d382b7c870990ef10f770926d588486472b806352c843f
6
+ metadata.gz: a2e388b9fb5f4e59ff38874bb1370483d3bc2f79ea1b156fcd95c0b11949c06d4786b3308ea7fca169d88eadba9a99a7cc1b272bfd4494a537a9ba2f0f435456
7
+ data.tar.gz: 3a9f34c02b0c261a1e0ee2c17f6cffaf0be849b30580892ff01ba7af811499135857e368cd499eb584ae0a7d61bee98ce3bb72454ecf4c04ce620a3b46d0c0db
@@ -1,10 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bolognese (0.5.3)
4
+ bolognese (0.6.1)
5
5
  activesupport (~> 4.2, >= 4.2.5)
6
+ bibtex-ruby (~> 4.1)
6
7
  builder (~> 3.2, >= 3.2.2)
7
- dotenv (~> 2.1, >= 2.1.1)
8
8
  maremma (~> 3.5)
9
9
  namae (~> 0.10.2)
10
10
  nokogiri (~> 1.6, >= 1.6.8)
@@ -14,13 +14,14 @@ PATH
14
14
  GEM
15
15
  remote: https://rubygems.org/
16
16
  specs:
17
- activesupport (4.2.7.1)
17
+ activesupport (4.2.8)
18
18
  i18n (~> 0.7)
19
- json (~> 1.7, >= 1.7.7)
20
19
  minitest (~> 5.1)
21
20
  thread_safe (~> 0.3, >= 0.3.4)
22
21
  tzinfo (~> 1.1)
23
22
  addressable (2.3.8)
23
+ bibtex-ruby (4.4.3)
24
+ latex-decode (~> 0.0)
24
25
  builder (3.2.3)
25
26
  codeclimate-test-reporter (1.0.5)
26
27
  simplecov
@@ -28,7 +29,6 @@ GEM
28
29
  safe_yaml (~> 1.0.0)
29
30
  diff-lcs (1.3)
30
31
  docile (1.1.5)
31
- dotenv (2.2.0)
32
32
  excon (0.45.4)
33
33
  faraday (0.9.2)
34
34
  multipart-post (>= 1.2, < 3)
@@ -37,8 +37,10 @@ GEM
37
37
  faraday_middleware (0.10.1)
38
38
  faraday (>= 0.7.4, < 1.0)
39
39
  hashdiff (0.3.2)
40
- i18n (0.8.0)
41
- json (1.8.6)
40
+ i18n (0.8.1)
41
+ json (2.0.3)
42
+ latex-decode (0.2.2)
43
+ unicode (~> 0.4)
42
44
  maremma (3.5.1)
43
45
  activesupport (~> 4.2, >= 4.2.5)
44
46
  addressable (>= 2.3.6)
@@ -93,6 +95,7 @@ GEM
93
95
  thread_safe (0.3.5)
94
96
  tzinfo (1.2.2)
95
97
  thread_safe (~> 0.1)
98
+ unicode (0.4.4.2)
96
99
  vcr (3.0.3)
97
100
  webmock (1.24.6)
98
101
  addressable (>= 2.3.6)
data/README.md CHANGED
@@ -13,6 +13,8 @@ Ruby gem and command-line utility for conversion of DOI metadata from and to [sc
13
13
  * fetch schema.org/JSON-LD from a URL
14
14
  * convert schema.org/JSON-LD to [DataCite XML](http://schema.datacite.org/)
15
15
  * convert Crossref XML to [DataCite XML](http://schema.datacite.org/)
16
+ * convert Crossref XML, DataCite XML or schema.org/JSON-LD to BibTeX
17
+ * convert BibTeX to DataCite XML or schema.org/JSON-LD
16
18
 
17
19
  Conversion to Crossref XML is not yet supported.
18
20
 
@@ -145,480 +147,16 @@ bolognese read https://doi.org/10.7554/elife.01567 --as crossref
145
147
  <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567</resource>
146
148
  </doi_data>
147
149
  <citation_list>
148
- <citation key="1">
149
- <journal_title>Nature</journal_title>
150
- <author>Bonke</author>
151
- <volume>426</volume>
152
- <first_page>181</first_page>
153
- <cYear>2003</cYear>
154
- <doi>10.1038/nature02100</doi>
155
- </citation>
156
- <citation key="2">
157
- <journal_title>Genetics</journal_title>
158
- <author>Brenner</author>
159
- <volume>182</volume>
160
- <first_page>413</first_page>
161
- <cYear>2009</cYear>
162
- <doi>10.1534/genetics.109.104976</doi>
163
- </citation>
164
- <citation key="3">
165
- <journal_title>Physiologia Plantarum</journal_title>
166
- <author>Chaffey</author>
167
- <volume>114</volume>
168
- <first_page>594</first_page>
169
- <cYear>2002</cYear>
170
- <doi>10.1034/j.1399-3054.2002.1140413.x</doi>
171
- </citation>
172
- <citation key="4">
173
- <journal_title>Neural computation</journal_title>
174
- <author>Chang</author>
175
- <volume>13</volume>
176
- <first_page>2119</first_page>
177
- <cYear>2001</cYear>
178
- <doi>10.1162/089976601750399335</doi>
179
- </citation>
180
- <citation key="5">
181
- <journal_title>Machine Learning</journal_title>
182
- <author>Cortes</author>
183
- <volume>20</volume>
184
- <first_page>273</first_page>
185
- <cYear>1995</cYear>
186
- </citation>
187
- <citation key="6">
188
- <journal_title>Development</journal_title>
189
- <author>Dolan</author>
190
- <volume>119</volume>
191
- <first_page>71</first_page>
192
- <cYear>1993</cYear>
193
- </citation>
194
- <citation key="7">
195
- <journal_title>Seminars in Cell &amp; Developmental Biology</journal_title>
196
- <author>Elo</author>
197
- <volume>20</volume>
198
- <first_page>1097</first_page>
199
- <cYear>2009</cYear>
200
- <doi>10.1016/j.semcdb.2009.09.009</doi>
201
- </citation>
202
- <citation key="8">
203
- <journal_title>Development</journal_title>
204
- <author>Etchells</author>
205
- <volume>140</volume>
206
- <first_page>2224</first_page>
207
- <cYear>2013</cYear>
208
- <doi>10.1242/dev.091314</doi>
209
- </citation>
210
- <citation key="9">
211
- <journal_title>PLOS Genetics</journal_title>
212
- <author>Etchells</author>
213
- <volume>8</volume>
214
- <first_page>e1002997</first_page>
215
- <cYear>2012</cYear>
216
- <doi>10.1371/journal.pgen.1002997</doi>
217
- </citation>
218
- <citation key="10">
219
- <journal_title>Molecular Systems Biology</journal_title>
220
- <author>Fuchs</author>
221
- <volume>6</volume>
222
- <first_page>370</first_page>
223
- <cYear>2010</cYear>
224
- <doi>10.1038/msb.2010.25</doi>
225
- </citation>
226
- <citation key="11">
227
- <journal_title>Bio Systems</journal_title>
228
- <author>Granqvist</author>
229
- <volume>110</volume>
230
- <first_page>60</first_page>
231
- <cYear>2012</cYear>
232
- <doi>10.1016/j.biosystems.2012.07.004</doi>
233
- </citation>
234
- <citation key="12">
235
- <journal_title>Current Opinion in Plant Biology</journal_title>
236
- <author>Groover</author>
237
- <volume>9</volume>
238
- <first_page>55</first_page>
239
- <cYear>2006</cYear>
240
- <doi>10.1016/j.pbi.2005.11.013</doi>
241
- </citation>
242
- <citation key="13">
243
- <journal_title>Plant Cell</journal_title>
244
- <author>Hirakawa</author>
245
- <volume>22</volume>
246
- <first_page>2618</first_page>
247
- <cYear>2010</cYear>
248
- <doi>10.1105/tpc.110.076083</doi>
249
- </citation>
250
- <citation key="14">
251
- <journal_title>Proceedings of the National Academy of Sciences of the United States of America</journal_title>
252
- <author>Hirakawa</author>
253
- <volume>105</volume>
254
- <first_page>15208</first_page>
255
- <cYear>2008</cYear>
256
- <doi>10.1073/pnas.0808444105</doi>
257
- </citation>
258
- <citation key="15">
259
- <journal_title>Cell</journal_title>
260
- <author>Meyerowitz</author>
261
- <volume>56</volume>
262
- <first_page>263</first_page>
263
- <cYear>1989</cYear>
264
- <doi>10.1016/0092-8674(89)90900-8</doi>
265
- </citation>
266
- <citation key="16">
267
- <journal_title>Science</journal_title>
268
- <author>Meyerowitz</author>
269
- <volume>295</volume>
270
- <first_page>1482</first_page>
271
- <cYear>2002</cYear>
272
- <doi>10.1126/science.1066609</doi>
273
- </citation>
274
- <citation key="17">
275
- <journal_title>Plant Physiol</journal_title>
276
- <author>Nieminen</author>
277
- <volume>135</volume>
278
- <first_page>653</first_page>
279
- <cYear>2004</cYear>
280
- <doi>10.1104/pp.104.040212</doi>
281
- </citation>
282
- <citation key="18">
283
- <journal_title>Nature Biotechnology</journal_title>
284
- <author>Noble</author>
285
- <volume>24</volume>
286
- <first_page>1565</first_page>
287
- <cYear>2006</cYear>
288
- <doi>10.1038/nbt1206-1565</doi>
289
- </citation>
290
- <citation key="19">
291
- <journal_title>Proceedings of the National Academy of Sciences of the United States of America</journal_title>
292
- <author>Olson</author>
293
- <volume>77</volume>
294
- <first_page>1516</first_page>
295
- <cYear>1980</cYear>
296
- <doi>10.1073/pnas.77.3.1516</doi>
297
- </citation>
298
- <citation key="20">
299
- <journal_title>Bioinformatics</journal_title>
300
- <author>Pau</author>
301
- <volume>26</volume>
302
- <first_page>979</first_page>
303
- <cYear>2010</cYear>
304
- <doi>10.1093/bioinformatics/btq046</doi>
305
- </citation>
306
- <citation key="21">
307
- <journal_title>Plant Cell</journal_title>
308
- <author>Ragni</author>
309
- <volume>23</volume>
310
- <first_page>1322</first_page>
311
- <cYear>2011</cYear>
312
- <doi>10.1105/tpc.111.084020</doi>
313
- </citation>
150
+ ...
314
151
  <citation key="22">
315
152
  <author>Sankar</author>
316
153
  <cYear>2014</cYear>
317
154
  <doi>10.5061/dryad.b835k</doi>
318
155
  </citation>
319
- <citation key="23">
320
- <journal_title>Current Biology</journal_title>
321
- <author>Sibout</author>
322
- <volume>18</volume>
323
- <first_page>458</first_page>
324
- <cYear>2008</cYear>
325
- <doi>10.1016/j.cub.2008.02.070</doi>
326
- </citation>
327
- <citation key="24">
328
- <journal_title>The New Phytologist</journal_title>
329
- <author>Spicer</author>
330
- <volume>186</volume>
331
- <first_page>577</first_page>
332
- <cYear>2010</cYear>
333
- <doi>10.1111/j.1469-8137.2010.03236.x</doi>
334
- </citation>
335
- <citation key="25">
336
- <journal_title>Machine Vision and Applications</journal_title>
337
- <author>Theriault</author>
338
- <volume>23</volume>
339
- <first_page>659</first_page>
340
- <cYear>2012</cYear>
341
- <doi>10.1007/s00138-011-0345-9</doi>
342
- </citation>
343
- <citation key="26">
344
- <journal_title>Cell</journal_title>
345
- <author>Uyttewaal</author>
346
- <volume>149</volume>
347
- <first_page>439</first_page>
348
- <cYear>2012</cYear>
349
- <doi>10.1016/j.cell.2012.02.048</doi>
350
- </citation>
351
- <citation key="27">
352
- <journal_title>Nature Cell Biology</journal_title>
353
- <author>Yin</author>
354
- <volume>15</volume>
355
- <first_page>860</first_page>
356
- <cYear>2013</cYear>
357
- <doi>10.1038/ncb2764</doi>
358
- </citation>
156
+ ...
359
157
  </citation_list>
360
158
  <component_list>
361
- <component parent_relation="isPartOf">
362
- <titles>
363
- <title>
364
- <b>Abstract</b>
365
- </title>
366
- </titles>
367
- <format mime_type="text/plain" />
368
- <doi_data>
369
- <doi>10.7554/eLife.01567.001</doi>
370
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.001</resource>
371
- </doi_data>
372
- </component>
373
- <component parent_relation="isPartOf">
374
- <titles>
375
- <title>
376
- <b>eLife digest</b>
377
- </title>
378
- </titles>
379
- <format mime_type="text/plain" />
380
- <doi_data>
381
- <doi>10.7554/eLife.01567.002</doi>
382
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.002</resource>
383
- </doi_data>
384
- </component>
385
- <component parent_relation="isPartOf">
386
- <titles>
387
- <title>Figure 1. Cellular level analysis of Arabidopsis hypocotyl secondary growth.</title>
388
- <subtitle>
389
- (
390
- <b>A</b>
391
- ) Light microscopy of cross sections obtained from Arabidopsis hypocotyls (organ position illustrated for a 9-day-old seedling, lower left) at 9 dag (upper left) and 35 dag (right). Size bars are 100 μm. Blue GUS staining due to the presence of an
392
- <i>APL::GUS</i>
393
- reporter gene in this Col-0 background line marks phloem bundles. (
394
- <b>B</b>
395
- ) Overview of the developmental series (time points and distinct samples per genotype) analyzed in this study. (
396
- <b>C</b>
397
- ) Example of a high-resolution hypocotyl section image assembled from 11 × 11 tiles. (
398
- <b>D</b>
399
- ) The same image after pre-processing and binarization, and (
400
- <b>E</b>
401
- ) subsequent segmentation using a watershed algorithm. (
402
- <b>F</b>
403
- ) Number of mis-segmented cells as determined by careful visual inspection in 12 sections, plotted against the total number of cells per section (log scale).
404
- </subtitle>
405
- </titles>
406
- <format mime_type="image/tiff" />
407
- <doi_data>
408
- <doi>10.7554/eLife.01567.003</doi>
409
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.003</resource>
410
- </doi_data>
411
- </component>
412
- <component parent_relation="isPartOf">
413
- <titles>
414
- <title>Figure 2. The ‘Quantitative Histology’ approach.</title>
415
- <subtitle>
416
- (
417
- <b>A</b>
418
- ) Overview of the computational pipeline from image acquisition to analysis. (
419
- <b>B</b>
420
- ) ‘Phenoprints’ for the different genotypes and developmental stages.
421
- </subtitle>
422
- </titles>
423
- <format mime_type="image/tiff" />
424
- <doi_data>
425
- <doi>10.7554/eLife.01567.004</doi>
426
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.004</resource>
427
- </doi_data>
428
- </component>
429
- <component parent_relation="isPartOf">
430
- <titles>
431
- <title>Figure 2—figure supplement 1. An example of classifier selection through V-fold cross validation.</title>
432
- <subtitle>The green arrow points out the selected feature combination according to the criteria of minimum number of features with the highest performance and the lowest variation (the radiusV feature was excluded due to its putative variation in tissue location).</subtitle>
433
- </titles>
434
- <format mime_type="image/tiff" />
435
- <doi_data>
436
- <doi>10.7554/eLife.01567.005</doi>
437
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.005</resource>
438
- </doi_data>
439
- </component>
440
- <component parent_relation="isPartOf">
441
- <titles>
442
- <title>Figure 3. Progression of tissue proliferation.</title>
443
- <subtitle>
444
- (
445
- <b>A</b>
446
- ) Principal component analysis (PCA) of the phenoprints shown in Figure 2B, performed with normalized values (Supplementary file 4). The inlay screeplot displays the proportion of total variation explained by each principal component. (
447
- <b>B–E</b>
448
- ) Comparative plots of parameter progression in the two genotypes. In (
449
- <b>D</b>
450
- ), xylem represents combined vessel, parenchyma, and fiber cells, phloem represents combined phloem parenchyma and bundle cells. Error bars indicate standard error.
451
- </subtitle>
452
- </titles>
453
- <format mime_type="image/tiff" />
454
- <doi_data>
455
- <doi>10.7554/eLife.01567.006</doi>
456
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.006</resource>
457
- </doi_data>
458
- </component>
459
- <component parent_relation="isPartOf">
460
- <titles>
461
- <title>Figure 4. Bimodal distribution of incline angle according to position.</title>
462
- <subtitle>
463
- (
464
- <b>A</b>
465
- and
466
- <b>B</b>
467
- ) Spatial distribution of cell incline angle illustrates the vascular organization in Ler (
468
- <b>B</b>
469
- ) as compared to Col-0 (
470
- <b>A</b>
471
- ) at later stages of development, for example 30 dag. The size of the disc increases with the area of the cell. Blue color indicates radial cell orientation, red orthoradial. (
472
- <b>C</b>
473
- and
474
- <b>D</b>
475
- ) Violin plots of incline angle distribution, illustrating increasingly bimodal distribution coincident with refined vascular organization and different dynamics of the process in the two genotypes.
476
- </subtitle>
477
- </titles>
478
- <format mime_type="image/tiff" />
479
- <doi_data>
480
- <doi>10.7554/eLife.01567.007</doi>
481
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.007</resource>
482
- </doi_data>
483
- </component>
484
- <component parent_relation="isPartOf">
485
- <titles>
486
- <title>Figure 4—figure supplement 1. An illustration of the incline angle.</title>
487
- <subtitle>The incline is the angle between the section radius through the center of an ellipse fit to a cell and the major axis of that ellipse extended towards the x axis.</subtitle>
488
- </titles>
489
- <format mime_type="image/tiff" />
490
- <doi_data>
491
- <doi>10.7554/eLife.01567.008</doi>
492
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.008</resource>
493
- </doi_data>
494
- </component>
495
- <component parent_relation="isPartOf">
496
- <titles>
497
- <title>Figure 5. Distinct local organization of incline angle during hypocotyl secondary growth progression.</title>
498
- <subtitle>
499
- (
500
- <b>A</b>
501
-
502
- <b>J</b>
503
- ) Density plots of cell incline angle vs radial position for the two genotypes at the indicated developmental stages, representing all cells across all sections for a given time point. The red lines represent the fit of these cloud distributions with locally weighted linear regression (i.e., lowess), revealing the essential data trends. All sections were normalized from 0.0 (the manually defined center) to 1.0 (the average radius in a set of sections as determined by the average distance of the outermost cells from the center for individual sections). Box plots indicate the quartiles of the radian distribution for each cell-type class and are placed at the average position of the cell type with respect to the y axis. Outliers are shown as circles.
504
- </subtitle>
505
- </titles>
506
- <format mime_type="image/tiff" />
507
- <doi_data>
508
- <doi>10.7554/eLife.01567.009</doi>
509
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.009</resource>
510
- </doi_data>
511
- </component>
512
- <component parent_relation="isPartOf">
513
- <titles>
514
- <title>Figure 5—figure supplement 1. Analysis of cell number in defined xylem regions of different size.</title>
515
- <subtitle>Cell number in a circle of 200–500 pixels around the section centers for Col-0. Cell count in a constant area of xylem over time across all averaged across all sections.</subtitle>
516
- </titles>
517
- <format mime_type="image/tiff" />
518
- <doi_data>
519
- <doi>10.7554/eLife.01567.010</doi>
520
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.010</resource>
521
- </doi_data>
522
- </component>
523
- <component parent_relation="isPartOf">
524
- <titles>
525
- <title>Figure 6. Mapping of phloem pole patterning.</title>
526
- <subtitle>
527
- (
528
- <b>A</b>
529
- ) Example of Gaussian kernel density estimate of the location of predicted phloem bundles cells in a 30 dag Col-0 section. High density represents phloem poles. (
530
- <b>B</b>
531
- ) Example of an analysis of emerging phloem pole position in a 30 dag Col-0 section. The plot represents a pixel intensity map after noise reduction along a circular region of interest across the emerging phloem poles. Intensity peaks are due to GUS staining conferred to phloem bundles by an
532
- <i>APL::GUS</i>
533
- reporter construct. (
534
- <b>C</b>
535
- ) Probability density function of the data shown in (
536
- <b>B</b>
537
- ) obtained from an automated Bayesian model. The dominant single peak indicates a constant arc distance of ca. 62 pixel between the phloem poles.
538
- </subtitle>
539
- </titles>
540
- <format mime_type="image/tiff" />
541
- <doi_data>
542
- <doi>10.7554/eLife.01567.011</doi>
543
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.011</resource>
544
- </doi_data>
545
- </component>
546
- <component parent_relation="isReferencedBy">
547
- <titles>
548
- <title>
549
- Supplementary file 1. (
550
- <b>A</b>
551
- ) An explanation of the extracted parameters that describe the cellular features. (
552
- <b>B</b>
553
- ) Summary information of the hand-labeled training set for supervised machine learning. (
554
- <b>C</b>
555
- ) Definition of the classifiers selected for analysis. (
556
- <b>D</b>
557
- ) Summary of the classifier parameters for supervised machine learning. (
558
- <b>E</b>
559
- ) Overview of the cell type classes recognized by the supervised machine learning approach and their assignment codes used in Data Files 3 and 4.
560
- </title>
561
- </titles>
562
- <format mime_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
563
- <doi_data>
564
- <doi>10.7554/eLife.01567.012</doi>
565
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.012</resource>
566
- </doi_data>
567
- </component>
568
- <component parent_relation="isReferencedBy">
569
- <titles>
570
- <title>Supplementary file 2. Quality control files for the Col-0 sections.</title>
571
- </titles>
572
- <format mime_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
573
- <doi_data>
574
- <doi>10.7554/eLife.01567.013</doi>
575
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.013</resource>
576
- </doi_data>
577
- </component>
578
- <component parent_relation="isReferencedBy">
579
- <titles>
580
- <title>Supplementary file 3. Quality control files for the Ler sections.</title>
581
- </titles>
582
- <format mime_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
583
- <doi_data>
584
- <doi>10.7554/eLife.01567.014</doi>
585
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.014</resource>
586
- </doi_data>
587
- </component>
588
- <component parent_relation="isReferencedBy">
589
- <titles>
590
- <title>Supplementary file 4. The normalized values of the phenoprints (Figure 2B) used for PCA.</title>
591
- </titles>
592
- <format mime_type="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
593
- <doi_data>
594
- <doi>10.7554/eLife.01567.015</doi>
595
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.015</resource>
596
- </doi_data>
597
- </component>
598
- <component parent_relation="isPartOf">
599
- <titles>
600
- <title>
601
- <b>Decision letter</b>
602
- </title>
603
- </titles>
604
- <format mime_type="text/plain" />
605
- <doi_data>
606
- <doi>10.7554/eLife.01567.016</doi>
607
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.016</resource>
608
- </doi_data>
609
- </component>
610
- <component parent_relation="isPartOf">
611
- <titles>
612
- <title>
613
- <b>Author response</b>
614
- </title>
615
- </titles>
616
- <format mime_type="text/plain" />
617
- <doi_data>
618
- <doi>10.7554/eLife.01567.017</doi>
619
- <resource>http://elifesciences.org/lookup/doi/10.7554/eLife.01567.017</resource>
620
- </doi_data>
621
- </component>
159
+ ...
622
160
  </component_list>
623
161
  </journal_article>
624
162
  </journal>
@@ -917,6 +455,20 @@ bolognese read https://doi.org/10.7554/elife.01567 --as datacite
917
455
  </rightsList>
918
456
  </resource>
919
457
  ```
458
+ Convert Crossref XML to BibTeX:
459
+
460
+ ```
461
+ bolognese read https://doi.org/10.7554/elife.01567 --as bibtex
462
+
463
+ @article{https://doi.org/10.7554/elife.01567,
464
+ doi = {10.7554/eLife.01567},
465
+ url = {http://elifesciences.org/lookup/doi/10.7554/eLife.01567},
466
+ author = {Sankar, Martial and Nieminen, Kaisa and Ragni, Laura and Xenarios, Ioannis and Hardtke, Christian S},
467
+ title = {Automated quantitative histology reveals vascular morphodynamics during Arabidopsis hypocotyl secondary growth},
468
+ journal = {eLife},
469
+ year = {2014}
470
+ }
471
+ ```
920
472
 
921
473
  Read DataCite XML:
922
474
  ```
@@ -1142,6 +694,88 @@ bolognese read 10.5061/DRYAD.8515 --as datacite --schema_version http://datacite
1142
694
  </resource>
1143
695
  ```
1144
696
 
697
+ Convert DataCite XML to BibTeX:
698
+
699
+ ```
700
+ bolognese read 10.5061/DRYAD.8515 --as bibtex
701
+
702
+ @misc{https://doi.org/10.5061/dryad.8515,
703
+ doi = {10.5061/DRYAD.8515},
704
+ author = {Ollomo, Benjamin and Durand, Patrick and Prugnolle, Franck and Douzery, Emmanuel J. P. and Arnathau, Céline and Nkoghe, Dieudonné and Leroy, Eric and Renaud, François},
705
+ keywords = {Phylogeny, Malaria, Parasites, Taxonomy, Mitochondrial genome, Africa, Plasmodium},
706
+ title = {Data from: A new malaria agent in African hominids.},
707
+ publisher = {Dryad Digital Repository},
708
+ year = {2011}
709
+ }
710
+ ```
711
+
712
+ Convert schema.org/JSON-LD to DataCite XML:
713
+
714
+ ```
715
+ bolognese read https://blog.datacite.org/eating-your-own-dog-food --as datacite
716
+
717
+ <?xml version="1.0" encoding="UTF-8"?>
718
+ <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4/metadata.xsd">
719
+ <identifier identifierType="DOI">10.5438/4k3m-nyvg</identifier>
720
+ <creators>
721
+ <creator>
722
+ <creatorName>Fenner, Martin</creatorName>
723
+ <givenName>Martin</givenName>
724
+ <familyName>Fenner</familyName>
725
+ <nameIdentifier schemeURI="http://orcid.org/" nameIdentifierScheme="ORCID">http://orcid.org/0000-0003-1419-2405</nameIdentifier>
726
+ </creator>
727
+ </creators>
728
+ <titles>
729
+ <title>Eating your own Dog Food</title>
730
+ </titles>
731
+ <publisher>DataCite</publisher>
732
+ <publicationYear>2016</publicationYear>
733
+ <resourceType resourceTypeGeneral="Text">BlogPosting</resourceType>
734
+ <alternateIdentifiers>
735
+ <alternateIdentifier alternateIdentifierType="Local accession number">MS-49-3632-5083</alternateIdentifier>
736
+ </alternateIdentifiers>
737
+ <subjects>
738
+ <subject>datacite</subject>
739
+ <subject>doi</subject>
740
+ <subject>metadata</subject>
741
+ <subject>featured</subject>
742
+ </subjects>
743
+ <dates>
744
+ <date dateType="Created">2016-12-20</date>
745
+ <date dateType="Issued">2016-12-20</date>
746
+ <date dateType="Updated">2016-12-20</date>
747
+ </dates>
748
+ <relatedIdentifiers>
749
+ <relatedIdentifier relatedIdentifierType="DOI" relationType="IsPartOf">https://doi.org/10.5438/0000-00ss</relatedIdentifier>
750
+ <relatedIdentifier relatedIdentifierType="DOI" relationType="References">https://doi.org/10.5438/0012</relatedIdentifier>
751
+ <relatedIdentifier relatedIdentifierType="DOI" relationType="References">https://doi.org/10.5438/55e5-t5c0</relatedIdentifier>
752
+ </relatedIdentifiers>
753
+ <version>1.0</version>
754
+ <rightsList>
755
+ <rights rightsURI="https://creativecommons.org/licenses/by/4.0/"/>
756
+ </rightsList>
757
+ <descriptions>
758
+ <description descriptionType="Abstract">Eating your own dog food is a slang term to describe that an organization should itself use the products and services it provides. For DataCite this means that we should use DOIs with appropriate metadata and strategies for long-term preservation for...</description>
759
+ </descriptions>
760
+ </resource>
761
+ ```
762
+
763
+ Convert schema.org/JSON-LD to BibTeX:
764
+
765
+ ```
766
+ bolognese read https://blog.datacite.org/eating-your-own-dog-food --as bibtex
767
+
768
+ @article{https://doi.org/10.5438/4k3m-nyvg,
769
+ doi = {10.5438/4k3m-nyvg},
770
+ url = {https://blog.datacite.org/eating-your-own-dog-food},
771
+ author = {Fenner, Martin},
772
+ keywords = {datacite, doi, metadata, featured},
773
+ title = {Eating your own Dog Food},
774
+ publisher = {DataCite},
775
+ year = {2016}
776
+ }
777
+ ```
778
+
1145
779
  ## Development
1146
780
 
1147
781
  We use rspec for unit testing: