Introdution

Author

Me

this; is; science!

This paper will make an important impact in a specific field of science, despite having “negative” results.

The aims of this paper are:

Materials and Methods

I used some stuff and then I did some things. Here is a link to the detailed materials and methods if you actually want to replicate the stuff and things: https://protocols.io.

Results

Code
import numpy as np
import matplotlib.pyplot as plt

r = np.arange(0, 2, 0.01)
theta = 2 * np.pi * r
fig, ax = plt.subplots(
  subplot_kw = {'projection': 'polar'} 
)
ax.plot(theta, r)
ax.set_rticks([0.5, 1, 1.5, 2])
ax.grid(True)
plt.show()

Figure 1: A line plot on a polar axis

Blah, blah, blah, something important. Don’t believe me? Check out Figure 1!

Conclusion

Quarto is awesome!