Intro video Research notes are kind of like a shared blog where you can show the things you'v...
Public Lab is an open community which collaboratively develops accessible, open source, Do-It-Yourself technologies for investigating local environmental health and justice issues.
58 CURRENT | laurel_mire |
June 22, 2022 03:34
| over 2 years ago
Intro videoResearch notes are kind of like a shared blog where you can show the things you've made to other Public Lab folx, ask questions, propose ideas, or post events. FormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax Note: The Daring Fireball section on carriage returns differs slightly from the Public Lab markdown. A single carriage return will suffice to bring the text to a new line. When you want a space between paragraphs, end the line with two or more spaces and add two carriage returns. See formatting you like & want to replicate on your own research note or wiki? Click the edit button at the top right of any wiki page to see its Markdown language & copy for your own use! To preview the formatting of your content, click "Preview" at the bottom of the editing window. PDF embeddingWe have a PDF embedding "widget" that can be used in wiki pages and research notes, but it's a little particular in formatting: For research notes, you can use this link For wiki pages, you can use this link Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarize yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. You can also add an image by clicking the icon on the bottom toolbar. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To override automatic renumbering and list-making, add a backslash
Will display as: 1. Balloons 7. Kites 4. Poles To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (`) (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTMLSee many examples of buttons on this post or stick an "edit this wiki page" button in line by simply adding For example, the code below would create this button Follow mine reclamation TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert Flags
For example, to display the green alert flag below, use the code: Learn more about the new Spectral Workbench 2.
To display the red alert bar below, use this code: testing new red bar in "alert-danger" for Bootstrap v4
Read more about using colored alert bars at: https://getbootstrap.com/docs/4.0/components/alerts/ ...this is a wiki... help flesh this out! [edit] |
Revert | |
57 | laurel_mire |
June 22, 2022 03:30
| over 2 years ago
Intro videoResearch notes are kind of like a shared blog where you can show the things you've made to other Public Lab folx, ask questions, propose ideas, or post events. FormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax Note: The Daring Fireball section on carriage returns differs slightly from the Public Lab markdown. A single carriage return will suffice to bring the text to a new line. When you want a space between paragraphs, end the line with two or more spaces and add two carriage returns. See formatting you like & want to replicate on your own research note or wiki? Click the edit button at the top right of any wiki page to see its Markdown language & copy for your own use! To preview the formatting of your content, click "Preview" at the bottom of the editing window. PDF embeddingWe have a PDF embedding "widget" that can be used in wiki pages and research notes, but it's a little particular in formatting: For research notes, you can use this link For wiki pages, you can use this link Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarize yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. You can also add an image by clicking the icon on the bottom toolbar. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To override automatic renumbering and list-making, add a backslash
Will display as: 1. Balloons 7. Kites 4. Poles To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (`) (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTMLSee many examples of buttons on this post or stick an "edit this wiki page" button in line by simply adding For example, the code below would create this button Follow Mine Reclamation TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert Flags
For example, to display the green alert flag below, use the code: Learn more about the new Spectral Workbench 2.
To display the red alert bar below, use this code: testing new red bar in "alert-danger" for Bootstrap v4
Read more about using colored alert bars at: https://getbootstrap.com/docs/4.0/components/alerts/ ...this is a wiki... help flesh this out! [edit] |
Revert | |
56 | laurel_mire |
June 22, 2022 03:29
| over 2 years ago
Intro videoResearch notes are kind of like a shared blog where you can show the things you've made to other Public Lab folx, ask questions, propose ideas, or post events. FormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax Note: The Daring Fireball section on carriage returns differs slightly from the Public Lab markdown. A single carriage return will suffice to bring the text to a new line. When you want a space between paragraphs, end the line with two or more spaces and add two carriage returns. See formatting you like & want to replicate on your own research note or wiki? Click the edit button at the top right of any wiki page to see its Markdown language & copy for your own use! To preview the formatting of your content, click "Preview" at the bottom of the editing window. PDF embeddingWe have a PDF embedding "widget" that can be used in wiki pages and research notes, but it's a little particular in formatting: For research notes, you can use this link For wiki pages, you can use this link Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarize yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. You can also add an image by clicking the icon on the bottom toolbar. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To override automatic renumbering and list-making, add a backslash
Will display as: 1. Balloons 7. Kites 4. Poles To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (`) (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTMLSee many examples of buttons on this post or stick an "edit this wiki page" button in line by simply adding For example, the code below would create this button Follow Mine Reclamation "Follow Mine Reclamation" button linking to the mine-reclamation tag: TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert Flags
For example, to display the green alert flag below, use the code: Learn more about the new Spectral Workbench 2.
To display the red alert bar below, use this code: testing new red bar in "alert-danger" for Bootstrap v4
Read more about using colored alert bars at: https://getbootstrap.com/docs/4.0/components/alerts/ ...this is a wiki... help flesh this out! [edit] |
Revert | |
55 | laurel_mire |
June 22, 2022 03:25
| over 2 years ago
Intro videoResearch notes are kind of like a shared blog where you can show the things you've made to other Public Lab folx, ask questions, propose ideas, or post events. FormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax Note: The Daring Fireball section on carriage returns differs slightly from the Public Lab markdown. A single carriage return will suffice to bring the text to a new line. When you want a space between paragraphs, end the line with two or more spaces and add two carriage returns. See formatting you like & want to replicate on your own research note or wiki? Click the edit button at the top right of any wiki page to see its Markdown language & copy for your own use! To preview the formatting of your content, click "Preview" at the bottom of the editing window. PDF embeddingWe have a PDF embedding "widget" that can be used in wiki pages and research notes, but it's a little particular in formatting: For research notes, you can use this link For wiki pages, you can use this link Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarize yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. You can also add an image by clicking the icon on the bottom toolbar. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To override automatic renumbering and list-making, add a backslash
Will display as: 1. Balloons 7. Kites 4. Poles To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (`) (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTMLSee many examples of buttons on this post or stick an "edit this wiki page" button in line by simply adding For example, the code below would create a button "Follow Mine Reclamation" button linking to the mine-reclamation tag: TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert Flags
For example, to display the green alert flag below, use the code: Learn more about the new Spectral Workbench 2.
To display the red alert bar below, use this code: testing new red bar in "alert-danger" for Bootstrap v4
Read more about using colored alert bars at: https://getbootstrap.com/docs/4.0/components/alerts/ ...this is a wiki... help flesh this out! [edit] |
Revert | |
54 | laurel_mire |
May 21, 2022 19:05
| over 2 years ago
Intro videoFormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax Note: The Daring Fireball section on carriage returns differs slightly from the Public Lab markdown. A single carriage return will suffice to bring the text to a new line. When you want a space between paragraphs, end the line with two or more spaces and add two carriage returns. See formatting you like & want to replicate on your own research note or wiki? Click the edit button at the top right of any wiki page to see its Markdown language & copy for your own use! To preview the formatting of your content, click "Preview" at the bottom of the editing window. PDF embeddingWe have a PDF embedding "widget" that can be used in wiki pages and research notes, but it's a little particular in formatting: For research notes, you can use this link For wiki pages, you can use this link Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarise yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To override automatic renumbering and list-making, add a backslash
Will display as: 1. Balloons 7. Kites 4. Poles To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTML...see many examples on http://publiclab.org/lists or stick an "edit this wiki page" button in line by simply adding TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert FlagsLearn more about the new Spectral Workbench 2.
testing new red bar in "alert-danger" for Bootstrap v4
You can also say class="alert alert-info" for blue, "alert alert-success" for green, "alert alert-error" for red boxes:
Read more about using colored alert bars at: https://getbootstrap.com/docs/4.0/components/alerts/ ...this is a wiki... help flesh this out! [edit] |
Revert | |
53 | laurel_mire |
May 21, 2022 19:04
| over 2 years ago
Intro videoFormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax Note: The Daring Fireball section on carriage returns differs slightly from the Public Lab markdown. A single carriage return will suffice to bring the text to a new line. When you want a space between paragraphs, end the line with two or more spaces and add two carriage returns. See formatting you like & want to replicate on your own research note or wiki? Click the edit button at the top right of any wiki page to see its Markdown language & copy for your own use! To preview the formatting of your content, click "Preview" at the bottom of the editing window. PDF embeddingWe have a PDF embedding "widget" that can be used in wiki pages and research notes, but it's a little particular in formatting: For research notes, you can use this link For wiki pages, you can use this link Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarise yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To override automatic renumbering and list-making, add a backslash
Will display as: 1. Balloons 7. Kites 4. Poles To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTML...see many examples on http://publiclab.org/lists or stick an "edit this wiki page" button in line by simply adding TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert FlagsLearn more about the new Spectral Workbench 2.
testing new red bar in "alert-danger" for Bootstrap v4
You can also say class="alert alert-info" for blue, "alert alert-success" for green, "alert alert-error" for red boxes:
Read more about using colored alert bars at: https://getbootstrap.com/docs/4.0/components/alerts/ ...this is a wiki... help flesh this out! [edit] |
Revert | |
52 | laurel_mire |
May 21, 2022 19:03
| over 2 years ago
Intro videoFormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax Note: The Daring Fireball section on carriage returns differs slightly from the Public Lab markdown. A single carriage return will suffice to bring the text to a new line. When you want a space between paragraphs, end the line with two or more spaces and add two carriage returns. See formatting you like & want to replicate on your own research note or wiki? Click the edit button at the top right of any wiki page to see its Markdown language & copy for your own use! To preview the formatting of your content, click "Preview" at the bottom of the editing window. PDF embeddingWe have a PDF embedding "widget" that can be used in wiki pages and research notes, but it's a little particular in formatting: For research notes, you can use this link For wiki pages, you can use this link Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarise yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To override automatic renumbering and list-making, add a backslash
Will display as: 1. Balloons 7. Kites 4. Poles To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTML...see many examples on http://publiclab.org/lists or stick an "edit this wiki page" button in line by simply adding TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert FlagsLearn more about the new Spectral Workbench 2.
testing new red bar in "alert-danger" for Bootstrap v4
You can also say class="alert alert-info" for blue, "alert alert-success" for green, "alert alert-error" for red boxes:
Read more about using colored alert bars at: https://getbootstrap.com/docs/4.0/components/alerts/ ...this is a wiki... help flesh this out! [edit] |
Revert | |
51 | bhamster |
October 07, 2020 16:39
| about 4 years ago
Intro videoFormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax Note: The Daring Fireball section on carriage returns differs slightly from the Public Lab markdown. A single carriage return will suffice to bring the text to a new line. When you want a space between paragraphs, end the line with two or more spaces and add two carriage returns. To preview the formatting of your content, click "Preview" at the bottom of the editing window. PDF embeddingWe have a PDF embedding "widget" that can be used in wiki pages and research notes, but it's a little particular in formatting: For research notes, you can use this link For wiki pages, you can use this link Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarise yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To override automatic renumbering and list-making, add a backslash
Will display as: 1. Balloons 7. Kites 4. Poles To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTML...see many examples on http://publiclab.org/lists or stick an "edit this wiki page" button in line by simply adding TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert FlagsLearn more about the new Spectral Workbench 2.
testing new red bar in "alert-danger" for Bootstrap v4
You can also say class="alert alert-info" for blue, "alert alert-success" for green, "alert alert-error" for red boxes:
Read more about using colored alert bars at: https://getbootstrap.com/docs/4.0/components/alerts/ ...this is a wiki... help flesh this out! [edit] |
Revert | |
50 | liz |
May 12, 2020 22:43
| over 4 years ago
Intro videoFormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax Note: The Daring Fireball section on carriage returns differs slightly from the Public Lab markdown. A single carriage return will suffice to bring the text to a new line. When you want a space between paragraphs, end the line with two or more spaces and add two carriage returns. To preview the formatting of your content, click "Preview" at the bottom of the editing window. PDF embeddingWe have a PDF embedding "widget" that can be used in wiki pages and research notes, but it's a little particular in formatting: For research notes, you can use this link For wiki pages, you can use this link Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarise yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTML...see many examples on http://publiclab.org/lists or stick an "edit this wiki page" button in line by simply adding TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert FlagsLearn more about the new Spectral Workbench 2.
testing new red bar in "alert-danger" for Bootstrap v4
You can also say class="alert alert-info" for blue, "alert alert-success" for green, "alert alert-error" for red boxes:
Read more about using colored alert bars at: https://getbootstrap.com/docs/4.0/components/alerts/ ...this is a wiki... help flesh this out! [edit] |
Revert | |
49 | magnitia |
December 27, 2019 05:56
| almost 5 years ago
Intro videoFormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax Note: The Daring Fireball section on carriage returns differs slightly from the Public Lab markdown. A single carriage return will suffice to bring the text to a new line. When you want a space between paragraphs, end the line with two or more spaces and add two carriage returns. To preview the formatting of your content, click "Preview" at the bottom of the editing window. PDF embeddingWe have a PDF embedding "widget" that can be used in wiki pages and research notes, but it's a little particular in formatting: For research notes, you can use this link For wiki pages, you can use this link Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarise yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTML...see many examples on http://publiclab.org/lists or stick an "edit this wiki page" button in line by simply adding TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert FlagsLearn more about the new Spectral Workbench 2.
You can also say class="alert alert-info" for blue, "alert alert-success" for green, "alert alert-error" for red boxes:
...this is a wiki... help flesh this out! [edit] |
Revert | |
48 | bsugar |
January 30, 2019 14:22
| almost 6 years ago
Intro videoFormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax Note: The Daring Fireball section on carriage returns differs slightly from the Public Lab markdown. A single carriage return will suffice to bring the text to a new line. When you want a space between paragraphs, end the line with two or more spaces and add two carriage returns. To preview the formatting of your content, click "Preview" at the bottom of the editing window. PDF embeddingWe have a PDF embedding "widget" that can be used in wiki pages and research notes, but it's a little particular in formatting: For research notes, you can use this link For wiki pages, you can use this link Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarise yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTML...see many examples on http://publiclab.org/lists or stick an "edit this wiki page" button in line by simply adding TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert FlagsLearn more about the new Spectral Workbench 2.
You can also say class="alert alert-info" for blue, "alert alert-success" for green, "alert alert-error" for red boxes:
...this is a wiki... help flesh this out! [edit] |
Revert | |
47 | bsugar |
January 23, 2019 22:46
| almost 6 years ago
Intro videoFormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax Note: The Daring Fireball section on carriage returns differs slightly from the Public Lab markdown. A single carriage return will suffice to bring the text to a new line. When you want a space between paragraphs, end the line with two or more spaces and add two carriage returns. To preview the formatting of your content, click "Preview" at the bottom of the editing window. PDF embeddingWe have a PDF embedding "widget" that can be used in wiki pages and research notes, but it's a little particular in formatting: For research notes, you can use this link For wiki pages, you can use this link Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarise yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTML...see many examples on http://publiclab.org/lists or stick an "edit this wiki page" button in line by simply adding TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert FlagsLearn more about the new Spectral Workbench 2.
You can also say class="alert alert-info" for blue, "alert alert-success" for green, "alert alert-error" for red boxes:
...this is a wiki... help flesh this out! [edit] |
Revert | |
46 | bsugar |
January 22, 2019 23:27
| almost 6 years ago
Intro videoFormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax Note: The Daring Fireball section on carriage returns differs slightly from the Public Lab markdown. A single carriage return will suffice to bring the text to a new line. When you want a space between paragraphs, end the line with two or more spaces and add two carriage returns. To preview the formatting of your content, click "Preview" at the bottom of the editing window. PDF embeddingWe have a PDF embedding "widget" that can be used in wiki pages and research notes, but it's a little particular in formatting: For research notes, you can use this link For wiki pages, you can use this link Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarise yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTML...see many examples on http://publiclab.org/lists or stick an "edit this wiki page" button in line by simply adding TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert FlagsLearn more about the new Spectral Workbench 2.
You can also say class="alert alert-info" for blue, "alert alert-success" for green, "alert alert-error" for red boxes:
...this is a wiki... help flesh this out! [edit] ... |
Revert | |
45 | warren |
October 23, 2018 17:27
| about 6 years ago
Intro videoFormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax To preview the formatting of your content, click "Preview" at the bottom of the editing window. PDF embeddingWe have a PDF embedding "widget" that can be used in wiki pages and research notes, but it's a little particular in formatting: For research notes, you can use this link For wiki pages, you can use this link Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarise yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTML...see many examples on http://publiclab.org/lists or stick an "edit this wiki page" button in line by simply adding TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert FlagsLearn more about the new Spectral Workbench 2.
You can also say class="alert alert-info" for blue, "alert alert-success" for green, "alert alert-error" for red boxes:
...this is a wiki... help flesh this out! [edit] ... |
Revert | |
44 | Omar2106 |
April 20, 2018 14:44
| over 6 years ago
Intro videoFormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax To preview the formatting of your content, click "Preview" at the bottom of the editing window. Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarise yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTML...see many examples on http://publiclab.org/lists or stick an "edit this wiki page" button in line by simply adding TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert FlagsLearn more about the new Spectral Workbench 2.
You can also say class="alert alert-info" for blue, "alert alert-success" for green, "alert alert-error" for red boxes:
...this is a wiki... help flesh this out! [edit] ... |
Revert | |
43 | warren |
March 22, 2018 00:00
| over 6 years ago
Intro videoFormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax To preview the formatting of your content, click "Preview" at the bottom of the editing window. Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarise yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTML...see many examples on http://publiclab.org/lists or stick an "edit this wiki page" button in line by simply adding TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert FlagsLearn more about the new Spectral Workbench 2.
You can also say class="alert alert-info" for blue, "alert alert-success" for green, "alert alert-error" for red boxes:
...this is a wiki... help flesh this out! [edit] ... |
Revert | |
42 | warren |
March 21, 2018 23:59
| over 6 years ago
Intro videoFormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax To preview the formatting of your content, click "Preview" at the bottom of the editing window. Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarise yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTML...see many examples on http://publiclab.org/lists or stick an "edit this wiki page" button in line by simply adding TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert FlagsLearn more about the new Spectral Workbench 2.
You can also say class="alert alert-info" for blue, "alert alert-success" for green, "alert alert-error" for red boxes: This tool has been thoroughly tested in the field.
...this is a wiki... help flesh this out! [edit] ... |
Revert | |
41 | rudolf455 |
May 04, 2017 21:55
| over 7 years ago
Intro videoFormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax To preview the formatting of your content, click "Preview" at the bottom of the editing window. Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarise yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTML...see many examples on http://publiclab.org/lists or stick an "edit this wiki page" button in line by simply adding TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert FlagsLearn more about the new Spectral Workbench 2.
You can also say class="alert alert-info" for blue, "alert alert-success" for green, "alert alert-error" for red boxes: This tool has been thoroughly tested in the field.
...this is a wiki... help flesh this out! [edit] ... |
Revert | |
40 | warren |
January 06, 2017 22:18
| almost 8 years ago
Intro videoFormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax To preview the formatting of your content, click "Preview" at the bottom of the editing window. Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarise yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image to the post body:
For lead images, simply drag the image into the indicated region. There is an image upload limit of 10mb. Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTML...see many examples on http://publiclab.org/lists or stick an "edit this wiki page" button in line by simply adding TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert FlagsLearn more about the new Spectral Workbench 2.
You can also say class="alert alert-info" for blue, "alert alert-success" for green, "alert alert-error" for red boxes: This tool has been thoroughly tested in the field.
...this is a wiki... help flesh this out! [edit] ... |
Revert | |
39 | aryanbhasin |
December 03, 2016 07:48
| about 8 years ago
Intro videoFormattingPublicLab.org uses Markdown, a simple way to add formatting to web pages. You can read about Markdown here, but if you want to keep things simple, you can just write in plain text and things should "just work". A great list of available Markdown syntax can be found here: http://daringfireball.net/projects/markdown/syntax To preview the formatting of your content, click "Preview" at the bottom of the editing window. Advanced formattingHyperlinksTo embed a link in clickable text, type the text in square brackets directly followed by the url in parentheses (or use the link button above):
This is displayed as: You can also use relative links within the wiki. Beginning a link with a forward slash connotes that you want to start after publiclab.org. For example, suppose you were on the following wiki page:
and you wanted to link to someone's user profile. The following:
would be displayed as: username LaTeX MathThe LaTeX Math is a syntax that allows you to construct and replicate mathematical formulas in a research note, comment, question, etc. In order to tell LaTeX what part of the text contains mathematical elements, you need to use delimiters. To write a math formula in the same line as the text, use the delimiter To display a formula separately in a new line, use the delimiter Always enclose your entire equation in Here is an example of a simple equation:
would produce: $a=x^2$ To write more complicated formulas, you need to familiarise yourself with the syntax for the math constructs you want to use. For eg. the syntax for a fraction is: Hence, writing would produce Here is a link containing most of the syntax supported by LaTeX: http://www.auburn.edu/~tamtiny/Symbols.pdf Go ahead and explore the syntaxes for various math constructs and symbols, and then write your first LaTeX math equation! ImagesTo add an image:
Captions
ListsMake a bulleted list by starting with a blank line and then starting each line with
Will display as:
For numbered lists, after a blank line start each item with any number, a period, and a space:
Will display as:
To indent a line, indent it at least four spaces for each indent
CodeTo enter short (single line) examples of code (html, markdown, Javascript, etc) so that it will not be interpreted, begin and end the text with backtick quotes (on an American keyboard, that's on the key with the tilde ~; on a British keyboard it's usually in the top left-hand corner of the keyboard, with the |):
To enter larger blocks of code, indent each line 4 spaces. Buttons and other HTML...see many examples on http://publiclab.org/lists or stick an "edit this wiki page" button in line by simply adding TablesTo create this: ...use this type of markdown where cells are separated by pipes and rows are separated by carriage returns:
Power tagsPower tags are an advanced feature which can add extra functions and layout options to your wiki pages (and sometimes research notes). FoldawaysFoldaways allow authors to hide sections of text in a kind of "accordion fold" and provide a link to reveal the hidden content. To use them, enclose your text between
will display as: Hello world! [fold:Show more text] Hello, hidden world! [unfold] Alert FlagsLearn more about the new Spectral Workbench 2.
You can also say class="alert alert-info" for blue, "alert alert-success" for green, "alert alert-error" for red boxes: This tool has been thoroughly tested in the field.
...this is a wiki... help flesh this out! [edit] ... |
Revert |