Skip to content

Commit 6e58d92

Browse files
committed
Fix styling of image credits
1 parent 6c870c6 commit 6e58d92

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

content/en/case-studies/blackhole-image.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Case Study: The First Image of a Black Hole"
33
sidebar: false
44
---
55

6-
{{< figure src="/images/content_images/cs/blackhole.jpg" caption="**Black Hole M87**" alt="black hole image" attr="(**Image Credits:** Event Horizon Telescope Collaboration)" attrlink="https://www.jpl.nasa.gov/images/universe/20190410/blackhole20190410.jpg" >}}
6+
{{< figure src="/images/content_images/cs/blackhole.jpg" caption="**Black Hole M87**" alt="black hole image" attr="*(Image Credits: Event Horizon Telescope Collaboration)*" attrlink="https://www.jpl.nasa.gov/images/universe/20190410/blackhole20190410.jpg" >}}
77

88
<blockquote cite="https://www.youtube.com/watch?v=BIvezCVcsYs">
99
<p>Imaging the M87 Black Hole is like trying to see something that is by definition impossible to see.</p>

content/en/case-studies/cricket-analytics.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ sidebar: false
44
---
55

66
{{< figure src="/images/content_images/cs/ipl-stadium.png"
7-
caption="**IPLT20 the biggest Cricket Festival in India**"
8-
alt="IPLCricket" attr="(**Photo** - Cup and Logo: IPLT20, Cricket Stadium Akash Yadav/Unsplash)"
9-
attrlink="https://unsplash.com/@aksh1802?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyTexgt" >}}
7+
caption="**IPLT20, the biggest Cricket Festival in India**"
8+
alt="Indian Premier League Cricket"
9+
attr="*(Image credits: IPLT20 (cup and logo) & Akash Yadav (stadium))*"
10+
attrlink="https://unsplash.com/@aksh1802" >}}
1011

1112
<blockquote cite="https://www.scoopwhoop.com/sports/ms-dhoni/">
1213
<p>You don't play for the crowd, you play for the country.</p>
@@ -118,7 +119,7 @@ analytics queries requires highly granular dataset availability and the
118119
capability to synthesize data and create generative models that are highly
119120
accurate.
120121

121-
## NumPy’s Role Cricket Analytics
122+
## NumPy’s Role in Cricket Analytics
122123

123124
Sports Analytics is a thriving field. It utilizes several Python based software
124125
including NumPy, Matplotlib, Sci-kit learn, PyCharm, Jupyter and

content/en/case-studies/gw-discov.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Case Study: Discovery of Gravitational Waves"
33
sidebar: false
44
---
55

6-
{{< figure src="/images/content_images/cs/gw_sxs_image.png" class="fig-center" caption="**Gravitational Waves**" alt="binary coalesce black hole generating gravitational waves" attr="(**Image Credits: The Simulating eXtreme Spacetimes (SXS) Project at LIGO** )" attrlink="https://youtu.be/Zt8Z_uzG71o" >}}
6+
{{< figure src="/images/content_images/cs/gw_sxs_image.png" class="fig-center" caption="**Gravitational Waves**" alt="binary coalesce black hole generating gravitational waves" attr="*(Image Credits: The Simulating eXtreme Spacetimes (SXS) Project at LIGO)*" attrlink="https://youtu.be/Zt8Z_uzG71o" >}}
77

88
<blockquote cite="https://www.youtube.com/watch?v=BIvezCVcsYs">
99
<p>The scientific Python ecosystem is critical infrastructure for the research done at LIGO.</p>
@@ -45,12 +45,13 @@ made from warped spacetime.
4545
astrophysics, cosmology, particle physics, and nuclear physics.
4646
* Crunch observed data via numerical relativity computations that involves
4747
complex maths in order to discern signal from noise, filter out relevant
48-
signal and statistically estimate significance of observed data
48+
signal and statistically estimate significance of observed data
4949
* Data visualization so that the binary / numerical results can be
5050
comprehended.
51-
5251

53-
### The Challenges
52+
53+
54+
### The Challenges
5455

5556
* **Computation**
5657

@@ -61,7 +62,7 @@ made from warped spacetime.
6162
complex relativity equations and huge amounts of data which present a
6263
computational challenge:
6364
[O(10^7) CPU hrs needed for binary merger analyses](https://youtu.be/7mcHknWWzNI)
64-
spread on 6 dedicated LIGO clusters
65+
spread on 6 dedicated LIGO clusters
6566

6667
* **Data Deluge**
6768

@@ -89,7 +90,7 @@ made from warped spacetime.
8990
{{< figure src="/images/content_images/cs/gw_strain_amplitude.png" class="fig-center" alt="gravitational waves strain amplitude" caption="**Estimated gravitational-wave strain amplitude from GW150914**" attr="(**Graph Credits:** Observation of Gravitational Waves from a Binary Black Hole Merger, ResearchGate Publication)" attrlink="https://www.researchgate.net/publication/293886905_Observation_of_Gravitational_Waves_from_a_Binary_Black_Hole_Merger" >}}
9091

9192
## NumPy’s Role in the detection of Gravitational Waves
92-
93+
9394
Gravitational waves emitted from the merger cannot be computed using any
9495
technique except brute force numerical relativity using supercomputers.
9596
The amount of data LIGO collects is as incomprehensibly large as gravitational
@@ -111,13 +112,14 @@ speed. Here are some examples:
111112
* Visualization of data
112113
- Time series
113114
- Spectrograms
114-
* Compute Correlations
115+
* Compute Correlations
115116
* Key [Software](https://github.com/lscsoft) developed in GW data analysis
116117
such as [GwPy](https://gwpy.github.io/docs/stable/overview.html) and
117118
[PyCBC](https://pycbc.org) uses NumPy and AstroPy under the hood for
118119
providing object based interfaces to utilities, tools and methods for
119120
studying data from gravitational-wave detectors.
120121

122+
121123
## Summary
122124

123125
GW detection has enabled researchers to discover entirely unexpected phenomena

0 commit comments

Comments
 (0)