-
Notifications
You must be signed in to change notification settings - Fork 122
Docs/add documenter citations #484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
01bb444
af82536
50b2705
3bd81c3
9f328ce
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,7 @@ | ||
| [deps] | ||
| Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" | ||
| Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6" | ||
| DocumenterCitations = "daee34ce-89f3-4625-b898-19384cb65244" | ||
|
|
||
| [compat] | ||
| Documenter = "1" |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,3 +24,8 @@ Pages = [ | |
| ] | ||
|
|
||
| ``` | ||
|
|
||
| ## References | ||
|
|
||
| ```@bibliography | ||
| ``` | ||
|
Comment on lines
+28
to
+31
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This should probably be a more central page, as it will contain all references ever added, not just the references about centrality. I would suggest making a new page dedicated just to references. |
||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Do we need this file? I would prefer to stick to the default unless there are specific reasons to avoid it. |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| .citation dl { | ||
| display: grid; | ||
| grid-template-columns: max-content auto; } | ||
| .citation dt { | ||
| grid-column-start: 1; } | ||
| .citation dd { | ||
| grid-column-start: 2; | ||
| margin-bottom: 0.75em; } | ||
| .citation ul { | ||
| padding: 0 0 2.25em 0; | ||
| margin: 0; | ||
| list-style: none !important;} | ||
| .citation ul li { | ||
| text-indent: -2.25em; | ||
| margin: 0.33em 0.5em 0.5em 2.25em;} | ||
| .citation ol li { | ||
| padding-left:0.75em;} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,51 @@ | ||
| @article{brandes2001faster, | ||
| title={A faster algorithm for betweenness centrality}, | ||
| author={Brandes, Ulrik}, | ||
| journal={Journal of mathematical sociology}, | ||
| volume={25}, | ||
| number={2}, | ||
| pages={163--177}, | ||
| year={2001}, | ||
| publisher={Taylor \& Francis} | ||
| } | ||
|
|
||
| @article{barabasi2004network, | ||
| title={Network biology: understanding the cell's functional organization}, | ||
| author={Barabasi, Albert-Laszlo and Oltvai, Zoltan N}, | ||
| journal={Nature reviews genetics}, | ||
| volume={5}, | ||
| number={2}, | ||
| pages={101--113}, | ||
| year={2004}, | ||
| publisher={Nature Publishing Group UK London} | ||
| } | ||
|
|
||
| @article{shimbel1953structural, | ||
| title={Structural parameters of communication networks}, | ||
| author={Shimbel, Alfonso}, | ||
| journal={The bulletin of mathematical biophysics}, | ||
| volume={15}, | ||
| number={4}, | ||
| pages={501--507}, | ||
| year={1953}, | ||
| publisher={Springer} | ||
| } | ||
|
|
||
| @article{bonacich1987power, | ||
| title={Power and centrality: A family of measures}, | ||
| author={Bonacich, Phillip}, | ||
| journal={American journal of sociology}, | ||
| volume={92}, | ||
| number={5}, | ||
| pages={1170--1182}, | ||
| year={1987}, | ||
| publisher={University of Chicago Press} | ||
| } | ||
|
|
||
| @misc{datta2012book, | ||
| title={Book Review: “Networks: An Introduction”, by Mark EJ Newman, Oxford University Press, 2010; ISBN: 978-0-19-920665-0 (Hardback)}, | ||
| author={Datta, Sujit S}, | ||
| year={2012}, | ||
| publisher={Springer} | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these should not be dependencies of the project as a whole, only of the docs