Skip to content

Commit

Permalink
The figure cannot be shown directly from markdown, probably due to AG…
Browse files Browse the repository at this point in the history
…U host restrictions.
  • Loading branch information
xandrd committed Jul 12, 2024
1 parent e0ac26f commit 4e8ba4e
Showing 1 changed file with 40 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"cells": [
{
"cell_type": "markdown",
"source": [],
"metadata": {
"collapsed": false
},
"id": "961999640308ae8c"
},
{
"cell_type": "code",
"execution_count": 13,
Expand All @@ -25,19 +33,46 @@
"id": "f954b061b31d55f"
},
{
"metadata": {},
"cell_type": "markdown",
"source": [
"# Results from Heyns et al. (2021)\n",
"\n",
"This notebook show example of the measurements from the Fredericksbur (FRD) station and nearby stations obtained from FDSN network.\n",
"Figure 1 by [Heyns et al. (2021)]((https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2020SW002557)) illustrates such measurement in comparion with GIC measurments \n",
"\n",
"Heyns, M. J., Lotz, S. I., & Gaunt, C. T. (2021). Geomagnetic pulsations driving geomagnetically induced currents. Space Weather, 19, e2020SW002557. https://doi.org/10.1029/2020SW002557\n",
"\n",
"![Figure 1](https://agupubs.onlinelibrary.wiley.com/cms/asset/015c5548-201a-4fd0-a676-b8b872089875/swe21080-fig-0001-m.jpg)"
"Heyns, M. J., Lotz, S. I., & Gaunt, C. T. (2021). Geomagnetic pulsations driving geomagnetically induced currents. Space Weather, 19, e2020SW002557. https://doi.org/10.1029/2020SW002557"
],
"metadata": {
"collapsed": false
},
"id": "e2a4c909e5e64b9e"
},
{
"cell_type": "code",
"execution_count": 14,
"outputs": [
{
"data": {
"text/html": "<img src=\"https://agupubs.onlinelibrary.wiley.com/cms/asset/015c5548-201a-4fd0-a676-b8b872089875/swe21080-fig-0001-m.jpg\" width=\"900\" height=\"600\"/>",
"text/plain": "<IPython.core.display.Image object>"
},
"execution_count": 14,
"metadata": {},
"output_type": "execute_result"
}
],
"id": "b3ede88688fc2363"
"source": [
"from IPython.display import Image\n",
"Image(url= \"https://agupubs.onlinelibrary.wiley.com/cms/asset/015c5548-201a-4fd0-a676-b8b872089875/swe21080-fig-0001-m.jpg\", width=900, height=600)"
],
"metadata": {
"collapsed": false,
"ExecuteTime": {
"end_time": "2024-02-17T03:36:58.358856400Z",
"start_time": "2024-02-17T03:36:58.204852700Z"
}
},
"id": "4b5395e8795dffc5"
},
{
"cell_type": "markdown",
Expand Down

0 comments on commit 4e8ba4e

Please sign in to comment.