Project

General

Profile

« Previous | Next » 

Revision 39057

Added by Marek Horst over 8 years ago

fixing destination id in expected citation record

View differences:

modules/icm-iis-mainworkflows/trunk/src/test/resources/eu/dnetlib/iis/mainworkflows/integration/primary/processing/output/citations.json
2 2
  "documentId": "id-3",
3 3
  "citations": [
4 4
    {
5
      "position": 1, 
5
      "position": 1,
6 6
      "rawText": "J. Abernethy, F. Bach, T. Evgeniou, and J.-P. Vert. A new approach to collaborative filtering: Operator estimation with spectral regularization. Journal of Machine Learning Research, 10:803-826, 2009.",
7 7
      "destinationDocumentId": null,
8 8
      "confidenceLevel": null,
9 9
      "externalDestinationDocumentIds": {}
10 10
    },
11
	{
12
	  "position": 3,
11
    {
12
      "position": 3,
13 13
      "rawText": "Kovach, M.E., Elzer, P.H., Hill, D.S., Robertson, G.T., Farris, M.A., Roop, R.M., Peterson, K.M.. Four new derivatives of the broad-host range cloning vector pBBR1MCS, carrying different antibiotic resistance cassettes. Gene. 1995; 166: 175-176",
14
      "destinationDocumentId": "id-3",
14
      "destinationDocumentId": "id-1",
15 15
      "confidenceLevel": 1.0,
16 16
      "externalDestinationDocumentIds": {
17
            "pmid": "1234567"
17
        "pmid": "1234567"
18 18
      }
19
	},
20
	{
21
      "position": 9, 
19
    },
20
    {
21
      "position": 9,
22 22
      "rawText": "F. Bach. Exploring large feature spaces with hierarchical multiple kernel learning. In Advances in Neural Information Processing Systems (NIPS), 2008.",
23 23
      "destinationDocumentId": "id-4",
24 24
      "confidenceLevel": 0.7486356,
25 25
      "externalDestinationDocumentIds": {}
26
    }  
26
    }
27 27
  ]
28 28
}

Also available in: Unified diff