We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed5d89 commit d9572deCopy full SHA for d9572de
pages/about/cite.md
@@ -15,6 +15,16 @@ url = {https://trilinos.github.io}
15
}
16
```
17
18
+If you want to cite a specific package in Trilinos, you may provide a direct link to its webpage too. For example:
19
+```
20
+@Manual{muelu-website,
21
+title = {The {M}uelu {P}roject {W}ebsite},
22
+author = {The {M}uelu {P}roject {T}eam}},
23
+year = {2020 (acccessed May 22, 2020)},
24
+url = {https://trilinos.github.io/muelu.html}
25
+}
26
27
+
28
Note that you may need to install the URL package:
29
30
0 commit comments