forked from ImageMagick/Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (20 loc) · 1.02 KB
/
Copy pathindex.html
File metadata and controls
23 lines (20 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
title: "How to Cite"
---
<div>
<p class="lead">Learn how to cite ImageMagick in your work. Choose from these citation formats:</p>
<h4>Citation in APA style</h4>
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><code>ImageMagick Studio LLC. (2024). ImageMagick. Retrieved from https://imagemagick.org</code></pre>
<h4>Citation in Vancouver style</h4>
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><code>1. ImageMagick Studio LLC. ImageMagick [Internet]. 2024. Available from: https://imagemagick.org</code></pre>
<h4>Citation in Harvard style</h4>
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><code>ImageMagick Studio LLC, 2024. ImageMagick, Available at: https://imagemagick.org.</code></pre>
<h4>Citation in Bibtex format</h4>
<pre class="p-3 mb-2 text-body-secondary bg-body-tertiary"><code>{% raw %}@software{imagemagick,
author = {{ImageMagick Studio LLC}},
title = {ImageMagick},
url = {https://imagemagick.org},
version = {7.1.1},
date = {2024-01-04},
}{% endraw %}</code></pre>
</div>