How to use and contribute: Difference between revisions

From Atomix
Line 14: Line 14:
* Eventually, we'll be accepting comments from the community when the processing steps will be delineated on the wiki. We're in the process of establishing the how and where, but "when" is in 2022.
* Eventually, we'll be accepting comments from the community when the processing steps will be delineated on the wiki. We're in the process of establishing the how and where, but "when" is in 2022.


= Tips and tricks =
=Citing and references=
We collated [[Editing tips| tips]] for editing the wiki collected from other sources and individual's experiences using the wiki.
 
<div class="mw-collapsible" data-collapsetext="Collapse" data-expandtext="Expand Tips and Tricks">
 
 
==Citing and references==
* To streamline formatting of published papers, please follow the instructions from the [[Template:Cite_journal| Cite journal]] template within the <nowiki><ref></ref></nowiki> tags.
* To streamline formatting of published papers, please follow the instructions from the [[Template:Cite_journal| Cite journal]] template within the <nowiki><ref></ref></nowiki> tags.


Line 27: Line 21:
* The <nowiki><references/></nowiki> tag inserts the text of all the citations which have defined using  <nowiki><ref></ref></nowiki>tags up to that point in the page.
* The <nowiki><references/></nowiki> tag inserts the text of all the citations which have defined using  <nowiki><ref></ref></nowiki>tags up to that point in the page.


==Creating tables==
Tables can be converted from a spreadsheet (or latex code) into a MediaWiki by copy and pasting it into this handy  [https://tablesgenerator.com online tool] using their file menu. You can also paste Mediawiki, markdown or HTML code into the tool. You can then manipulate the table's or cell's format and generate code in different languages (csv, standard excel tables, MediaWiki and TeX tables, and more).


==Examples of collapsible items ==
= Tips and tricks =
Below are examples of formatting used in this page for future reference.
We collated [[Editing tips| tips]] for editing the wiki collected from other sources and individual's experiences using the wiki.


=== Test 1: Collapsible table with caption===
<div class="mw-collapsible" data-collapsetext="Collapse" data-expandtext="Expand Tips and Tricks">
{| class="wikitable sortable mw-collapsible"
|+ I am a caption! Table is sortable too.
! Hello
! World
|-
| Content
| Goes
|-
| In
| Here
|}
 
=== Test 2: Collapsible lists ===
Level 1 data ....
<ul class="mw-collapsible" data-collapsetext="You may collapse me by clicking here" data-expandtext="Let me back out !">
  <li>Lorem</li>
  <li>Ipsum</li>
  <li>Dolor</li>
</ul>


=Notes=
=Notes=

Revision as of 18:58, 26 November 2021

Creating and editing wiki pages

  • You can create new pages and edit existing ones provided you have a user account. At the moment, only ATOMIX working group members have access as we begin organizing the information.
  • Please follow the same guidelines as Wikipedia when providing titles for any wiki pages.
    • Don’t start titles with articles and prepositions
    • No acronyms unless they are very well known
    • And many more

Peer-review and commenting

  • Please take a look at discussion page for help on threaded comments.
  • Eventually, we'll be accepting comments from the community when the processing steps will be delineated on the wiki. We're in the process of establishing the how and where, but "when" is in 2022.

Citing and references

  • To streamline formatting of published papers, please follow the instructions from the Cite journal template within the <ref></ref> tags.
  • By default, the formatted references will appear at the bottom of the page. It's good practice to place a section ==Notes== at the bottom of the page.
  • The <references/> tag inserts the text of all the citations which have defined using <ref></ref>tags up to that point in the page.


Tips and tricks

We collated tips for editing the wiki collected from other sources and individual's experiences using the wiki.

Notes