Difference between revisions of "StemNode User Manual"

From StemNode Lit Reviews
 
(45 intermediate revisions by the same user not shown)
Line 1: Line 1:
  
==STEMnode.com==
+
==Getting Started==
STEMnode.com consists of system of systems maps
 
  
===Elements of a System Map===
+
=== Setting up an Account ===
There are three elements to every system map
+
Editing requires a user account and login.  Use your real first name and surname(s), including spaces, as your username. This ensures that when you edit a review, your name shows up correctly. For example use "John Doe" instead of "johndoe" because you want your name to show up as "John Doe" in the list of authors of a manual.
  
'''1. Nodes - circles and squares'''
+
=== Starting a New Manual ===
Nodes represent systems that can have subsystems or connect to other systems. Circular nodes represent a system that converts input flows into output flows while a square node represents a storage system where inputs are typically the same as outputs. For example, in a diagram of a car's electrical system an an alternator would be represented with a circle node because it converts mechanical torque into electrical energy, while the car battery would be represented with a square node because it stores energy but has electricity as both an input and output. The use of a square node vs. a circle node in a system diagram is a judgement call because sometimes a system element both stores and converts something; think of which function is more dominant when choosing how to represent the system.  
+
At the upper right of the page you can for the piece of equipment or method you are looking for.  For equipment search "[Model] - [Manufacturer]".  If the equipment page does not exist then you will see the option to "Create" the page above the search results. Click the "Create - [Model]-[Manufacturer]" option (It important that you search by "[Model]-[Manufacturer]" so that the pages are titled according to that standard). You will be taken to a page to edit the source code. In a separate tab, go open the [[Outline for Lab Equipment Manual]] (or [[Outline for a Method]] if appropriate) , click "View Source" and copy and paste the source code into the new page you are creating.  This provides tables and an outline structure to get started, as well as ensures that you are credited as an author on the manual. Clicking "Create" at the top of the page then takes you from the source code to a visual editor that is much more similar to a word processor.  
  
'''2. Ports - small circles on the edges of nodes'''
+
== Guidelines for Writing Equipment Manuals and Methods ==
Ports represent the entry point of a flow into a nodeTypically, ports are named the same as corresponding flows. Ports are required to connect flows to nodes. 
+
Please use the predefined [[Outline for Lab Equipment Manual]]  [[Outline for a Method|or]]
 +
[[Outline for a Method]] when making a new pageThe easiest way is to copy and paste the source code.  
  
'''3. Flows - solid and dotted arrows'''
+
More detail is better. Many sources give equipment troubleshooting in brief, or methods in brief, but this may lead to problems and confusion. We encourage writing methods in procedural form (SOPs) to with numbered steps.  It is OK if these steps may not be repeated identically in all labs; the detail will help others adapt methods and save them time.'
Flows represent the movement of something in or out of a node; solid arrows represent the flow of something physical while dashed arrows represent the flow of information. For example, the flow of gas out of a gas tank would be represented by a solid line, however the signal to the driver of the level of the gas tank would be represented by dotted line because the signal is primarily of an informational value (despite an actual physical process sending that signal).
 
  
==Reviews.STEMnode.com==
+
== Advanced Editing ==
 +
Mediawiki help pages are available for navigating software features.  Most users will prefer to use the visual editor which is similar to using a word processor, however [https://www.mediawiki.org/wiki/Help:Formatting basic formatting code] is helpful for advanced users.
 +
 
 +
'''Adding Youtubes;''' Videos can be added using the source code below.  The "video ID" corresponds with what comes after the equals sign in the URL of the video. For example [https://www.youtube.com/watch?v=I2aFnPihzao www.youtube.com/watch?v=I2aFnPihzao] is embeded with the code <nowiki><youtube>I2aFnPihzao</youtube></nowiki>.
 +
<nowiki><youtube> Video ID </youtube></nowiki>

Latest revision as of 04:03, 6 March 2019

Getting Started

Setting up an Account

Editing requires a user account and login. Use your real first name and surname(s), including spaces, as your username. This ensures that when you edit a review, your name shows up correctly. For example use "John Doe" instead of "johndoe" because you want your name to show up as "John Doe" in the list of authors of a manual.

Starting a New Manual

At the upper right of the page you can for the piece of equipment or method you are looking for. For equipment search "[Model] - [Manufacturer]". If the equipment page does not exist then you will see the option to "Create" the page above the search results. Click the "Create - [Model]-[Manufacturer]" option (It important that you search by "[Model]-[Manufacturer]" so that the pages are titled according to that standard). You will be taken to a page to edit the source code. In a separate tab, go open the Outline for Lab Equipment Manual (or Outline for a Method if appropriate) , click "View Source" and copy and paste the source code into the new page you are creating. This provides tables and an outline structure to get started, as well as ensures that you are credited as an author on the manual. Clicking "Create" at the top of the page then takes you from the source code to a visual editor that is much more similar to a word processor.

Guidelines for Writing Equipment Manuals and Methods

Please use the predefined Outline for Lab Equipment Manual or Outline for a Method when making a new page. The easiest way is to copy and paste the source code.

More detail is better. Many sources give equipment troubleshooting in brief, or methods in brief, but this may lead to problems and confusion. We encourage writing methods in procedural form (SOPs) to with numbered steps. It is OK if these steps may not be repeated identically in all labs; the detail will help others adapt methods and save them time.'

Advanced Editing

Mediawiki help pages are available for navigating software features. Most users will prefer to use the visual editor which is similar to using a word processor, however basic formatting code is helpful for advanced users.

Adding Youtubes; Videos can be added using the source code below. The "video ID" corresponds with what comes after the equals sign in the URL of the video. For example www.youtube.com/watch?v=I2aFnPihzao is embeded with the code <youtube>I2aFnPihzao</youtube>.

<youtube> Video ID </youtube>