HowToAddReferences

From SETI Hub Wiki
Revision as of 02:39, 30 March 2025 by Wikiadmin (talk | contribs)
Jump to navigation Jump to search

You can add references in two ways - one simple and one more advanced. Please choose the one 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 with BibTeX (May be suited to more advanced wiki users, but appreciated!)

This workflow creates a unique reference page with BibTeX that can be simply copied.

1. Create a new page:

 Bibliography/References/Lastname_Year_Title

2. Use this template:

Title

Author. Year. [Link] Journal or Source. Date.

Themes: ,

BibTeX

@article{LastnameYearTitle,
  author    = {First Last},
  title     = {Title},
  journal   = {Journal},
  year      = {Year},
  url       = {Link}
}
3. On the Bibliography theme page (this one), then add: Bibliography/References/Lastname Year Title

Remember, if you add references to the list, you can add your name also in list of Contributors.

Many thanks ⚡️