Adjust MDX changes

This commit is contained in:
Serafeim Chatzopoulos 2024-01-15 20:43:53 +02:00
parent f7b18a6524
commit 503a8db513
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ Once your service is created, the _Client ID_ and _Client Secret_ will appear on
To make an access token request use the _Client ID_ and _Client Secret_ of your service.
```js
curl -u \{CLIENT_ID\}:\{CLIENT_SECRET\} \
curl -u {CLIENT_ID}:{CLIENT_SECRET} \
-X POST 'https://aai.openaire.eu/oidc/token' \
-d 'grant_type=client_credentials'
```

View File

@ -126,7 +126,7 @@ Also, since some indicators require the publication year for their calculation,
***Environment:*** PySpark
***References:***
* Ghosh, R., Kuo, T. T., Hsu, C. N., Lin, S. D., & Lerman, K. (2011, December). Time-aware ranking in dynamic citation networks. In 2011 ieee 11^{th} international conference on data mining workshops (pp. 373-380). IEEE.
* Ghosh, R., Kuo, T. T., Hsu, C. N., Lin, S. D., & Lerman, K. (2011, December). Time-aware ranking in dynamic citation networks. In 2011 ieee 11^\{th\} international conference on data mining workshops (pp. 373-380). IEEE.
***Authority:*** ATHENA RC • ***License:*** GPL-2.0 • ***Code:*** [BIP! Ranker](https://github.com/athenarc/Bip-Ranker)