indentation for json
This commit is contained in:
parent
7bf48ea976
commit
f170f72d8d
|
@ -616,25 +616,25 @@ The measures provided by [BIP! Finder](https://bip.imsi.athenarc.gr/)
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"impactMeasures": {
|
"impactMeasures": {
|
||||||
"influence": {
|
"influence": {
|
||||||
"score":"123",
|
"score":"123",
|
||||||
"class":"C2"
|
"class":"C2"
|
||||||
},
|
},
|
||||||
"influence_alt" :{
|
"influence_alt" :{
|
||||||
"score":"456",
|
"score":"456",
|
||||||
"class":"C3"
|
"class":"C3"
|
||||||
},
|
},
|
||||||
"popularity":{
|
"popularity":{
|
||||||
"score":"234",
|
"score":"234",
|
||||||
"class":"C1"
|
"class":"C1"
|
||||||
},
|
},
|
||||||
"popularity_alt":{
|
"popularity_alt":{
|
||||||
"score":"345",
|
"score":"345",
|
||||||
"class":"C5"
|
"class":"C5"
|
||||||
},
|
},
|
||||||
"impulse":{
|
"impulse":{
|
||||||
"score":"987",
|
"score":"987",
|
||||||
"class":"C3"
|
"class":"C3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -645,8 +645,8 @@ The measures computed by usageCounts
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"usageCounts":{
|
"usageCounts":{
|
||||||
"downloads":"10",
|
"downloads":"10",
|
||||||
"views": "20"
|
"views": "20"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
## Language
|
## Language
|
||||||
|
@ -682,8 +682,8 @@ see [PageRank](/data-provision/enrichment/impact-scores#pagerank-pr)
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"influence": {
|
"influence": {
|
||||||
"score":"123",
|
"score":"123",
|
||||||
"class":"C2"
|
"class":"C2"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -694,8 +694,8 @@ see [Citation Count](/data-provision/enrichment/impact-scores#citation-count-cc)
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"influence_alt" :{
|
"influence_alt" :{
|
||||||
"score":"456",
|
"score":"456",
|
||||||
"class":"C3"
|
"class":"C3"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -705,9 +705,9 @@ _Type: [Score](#score) • Cardinality: ONE_
|
||||||
see [AttRank](/data-provision/enrichment/impact-scores#attrank)
|
see [AttRank](/data-provision/enrichment/impact-scores#attrank)
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"popularity":{
|
"popularity":{
|
||||||
"score":"234",
|
"score":"234",
|
||||||
"class":"C1"
|
"class":"C1"
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -719,8 +719,8 @@ see [RAM](/data-provision/enrichment/impact-scores#ram)
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"popularity_alt":{
|
"popularity_alt":{
|
||||||
"score":"345",
|
"score":"345",
|
||||||
"class":"C5"
|
"class":"C5"
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -732,8 +732,8 @@ see ["Incubation" Citation Count](/data-provision/enrichment/impact-scores#incub
|
||||||
|
|
||||||
```json
|
```json
|
||||||
"impulse":{
|
"impulse":{
|
||||||
"score":"987",
|
"score":"987",
|
||||||
"class":"C3"
|
"class":"C3"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue