HowToAddReferences: Difference between revisions

From SETI Hub Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 3: Line 3:
'''Contribute a Reference'''
'''Contribute a Reference'''


You can add references in two ways: one simple and one more advanced.
You can add references in the [[Bibliography]] in two ways: one simple and one more advanced.


Please choose the method that works best for you.
Please choose the method that works best for you.


'''➤ Option A: Simple Contribution (Fast & Easy)'''
'''➤ Option A: Simple Contribution'''


This workflow adds a reference directly in the theme page (without BibTeX)
This workflow adds a reference directly in the theme page (without BibTeX)
Line 13: Line 13:
Click and scroll in any of the Bibliography pages and:
Click and scroll in any of the Bibliography pages and:
* Add your reference under the correct letter in the alphabetical list.
* Add your reference under the correct letter in the alphabetical list.
Please use this format:
Please use this format:
  <nowiki>
 
<pre>
<nowiki>
   AuthorLast, First. Year. "Title." ''Journal or Source''. Date. [Link]
   AuthorLast, First. Year. "Title." ''Journal or Source''. Date. [Link]
  </nowiki>
</nowiki>
</pre>


'''➤ Option B: Structured Entry (More advanced users (includes BibTeX)'''


This workflow creates a unique reference page with the useful addition of BibTeX.


'''➤ Option B: Structured Entry (For wiki editors / advanced users)'''
1. Create a new unique page for the reference:


This workflow creates a unique reference page with BibTeX that can be simply copied.
<pre>
 
<nowiki>Bibliography/References/Lastname_Year_Title</nowiki>
1. Create a new page: 
</pre>
  <nowiki>Bibliography/References/Lastname_Year_Title</nowiki>


2. Use this template:
2. Use this template:
Line 45: Line 50:
}
}
</pre>
</pre>
</pre>


3. Instead of writing out the reference for the Bibliography theme page, please add instead the reference to the unique page:
3. Do not write the reference into the Bibliography theme page directly. Please add the reference to the unique page instead using this format:
 
<pre>
<nowiki>{{:Bibliography/References/Lastname_Year_Title}}</nowiki>
<nowiki>{{:Bibliography/References/Lastname_Year_Title}}</nowiki>
</pre>


</div>
</div>
Line 54: Line 61:
Many thanks ⚡️
Many thanks ⚡️


And, remember if you add references to the list, you can add your name to the list of Contributors.
If you add references to the list, you can add your name to the list of [[Contributors]].

Latest revision as of 02:37, 31 March 2025

Contribute a Reference

You can add references in the Bibliography in two ways: one simple and one more advanced.

Please choose the method that works best for you.

➤ Option A: Simple Contribution

This workflow adds a reference directly in the theme page (without BibTeX)

Click and scroll in any of the Bibliography pages and:

  • Add your reference under the correct letter in the alphabetical list.

Please use this format:


  AuthorLast, First. Year. "Title." ''Journal or Source''. Date. [Link]

➤ Option B: Structured Entry (More advanced users (includes BibTeX)

This workflow creates a unique reference page with the useful addition of BibTeX.

1. Create a new unique page for the reference:

Bibliography/References/Lastname_Year_Title

2. Use this template:

== Title ==
'''Author.''' Year. [Link] ''Journal or Source''. Date.

''Themes:'' [[Category:YourTheme1]], [[Category:YourTheme2]]

=== BibTeX ===
<pre>
@article{LastnameYearTitle,
  author    = {First Last},
  title     = {Title},
  journal   = {Journal},
  year      = {Year},
  url       = {Link}
}

3. Do not write the reference into the Bibliography theme page directly. Please add the reference to the unique page instead using this format:

{{:Bibliography/References/Lastname_Year_Title}}

Many thanks ⚡️

If you add references to the list, you can add your name to the list of Contributors.