edited MD comments

This commit is contained in:
Andrea Mannocci 2023-06-06 16:16:01 +02:00
parent 549b1477f2
commit 630280d1c6
1 changed files with 13 additions and 13 deletions

View File

@ -162,7 +162,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"pretty_print(json.loads(publication.where(\"id='50|78975075580c::2ff84f3173897001283274434e8f3eaa'\").toJSON().first()), expanded=True)" "pretty_print(json.loads(publication.where(\"id='50|78975075580c::2ff84f3173897001283274434e8f3eaa'\").toJSON().first()), expanded=False)"
] ]
}, },
{ {
@ -181,7 +181,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"pretty_print(json.loads(datasource.where(\"id='10|fairsharing_::c3a690be93aa602ee2dc0ccab5b7b67e'\").toJSON().first()), expanded=True)" "pretty_print(json.loads(datasource.where(\"id='10|fairsharing_::c3a690be93aa602ee2dc0ccab5b7b67e'\").toJSON().first()), expanded=False)"
] ]
}, },
{ {
@ -200,7 +200,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"pretty_print(json.loads(organization.where(\"id='20|openorgs____::5836463160e0e5d1cd12997f7d2f0257'\").toJSON().first()), expanded=True)" "pretty_print(json.loads(organization.where(\"id='20|openorgs____::5836463160e0e5d1cd12997f7d2f0257'\").toJSON().first()), expanded=False)"
] ]
}, },
{ {
@ -219,7 +219,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"pretty_print(json.loads(project.toJSON().first()), expanded=True)" "pretty_print(json.loads(project.toJSON().first()), expanded=False)"
] ]
}, },
{ {
@ -240,7 +240,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"pretty_print(json.loads(community.where(\"acronym='mes'\").toJSON().first()), expanded=True)" "pretty_print(json.loads(community.where(\"acronym='mes'\").toJSON().first()), expanded=False)"
] ]
}, },
{ {
@ -261,7 +261,7 @@
}, },
"outputs": [], "outputs": [],
"source": [ "source": [
"pretty_print(json.loads(relation.toJSON().first()), expanded=True)" "pretty_print(json.loads(relation.toJSON().first()), expanded=False)"
] ]
}, },
{ {
@ -676,7 +676,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### **Task:** Show the countries collaboration network in projects with respect to the partecipating organizations" "### **Task:** Show the collaboration network of countries participating in projects with respect to the partecipating organizations"
] ]
}, },
{ {
@ -702,7 +702,7 @@
"ORDER BY count DESC\n", "ORDER BY count DESC\n",
"\"\"\"\n", "\"\"\"\n",
"\n", "\n",
"spark.sql(query).limit(20).toPandas()" "spark.sql(query).toPandas()"
] ]
}, },
{ {
@ -812,7 +812,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### **Task:** Show the international collaboration in projects with respect to the participating organizations" "### **Task:** Show international project collaborations; focus on organizations"
] ]
}, },
{ {
@ -838,7 +838,7 @@
"ORDER BY count DESC\n", "ORDER BY count DESC\n",
"\"\"\"\n", "\"\"\"\n",
"\n", "\n",
"spark.sql(query).limit(20).toPandas() " "spark.sql(query).toPandas() "
] ]
}, },
{ {
@ -846,7 +846,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### **Task:** Show the kernel organisations often collaborating in projects" "### **Task:** Show the organisations collaborating in projects more often "
] ]
}, },
{ {
@ -879,7 +879,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### **Task:** Show the kernel organizations often co-authoring papers" "### **Task:** Show the organizations co-authoring papers more often"
] ]
}, },
{ {
@ -912,7 +912,7 @@
"cell_type": "markdown", "cell_type": "markdown",
"metadata": {}, "metadata": {},
"source": [ "source": [
"### **Task:** Show the access right s over the years" "### **Task:** Summarize the access rights over the years"
] ]
}, },
{ {