(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==How to get Started Writing Your tutorial==
+
[[Category:Math squad]]
 +
[[Category:help]]
 +
 
 +
==[[Math_squad|Math Squad]]: How to get Started Writing Your [[:Category:tutorial|tutorial]]==
 
Feel free to add comments, questions, etc.
 
Feel free to add comments, questions, etc.
 
----
 
----
*Step 1: Find a title for your page and write it on the [[Math_squad|Math Squad page]]
+
*Step 1: Find a title for your tutorial page and write it on the [[Math_squad|Math Squad page]]
**I suggest you follow Killian's example: Just make up a name for your page (his is called [[Divergence_and_gradient_theorems_mathsquad_S13]]) and write it in the list (between square brackets to make it a link) on the [[Math_squad|Math Squad page]].  
+
** I suggest you follow Kilian's example: his is called [[Divergence_and_gradient_theorems_mathsquad_S13]].
**Any Question?
+
** You can also refer to this template page [[Tutorial_Template | Tutorial Template]]
 +
** Write the name of your page in the list (between square brackets to make it a link) on top of the [[Math_squad|Math Squad page]]. More specifically, the syntax to make a link to your page is the following: <nowiki>  [[title_of_my_page_that_will_be_part_of_URL | text that will show on the page]] </nowiki>.
 +
** Don't forget to save your changes after editing.
 +
**Any Questions?
 
***Write question here.
 
***Write question here.
 
***write question here.
 
***write question here.
  
 
*Step 2: Edit your page
 
*Step 2: Edit your page
After saving the page, take a look at it: your page name should show up in red. Click on the red text and you will be taken to the place where you can edit your page. Then copy and paste the code of [[Divergence_and_gradient_theorems_mathsquad_S13|Killian's page]], and erase the parts you don't need.
+
**After adding the name of your tutorial page to the[[Math_squad|Math Squad page]], take a look at it: your page name should show up in red. Click on the red text and you will be taken to the place where you can edit your page.  
 +
** I suggest you copy and paste the code of [[Divergence_and_gradient_theorems_mathsquad_S13|Kilian's page]], and erase the parts you don't need.
 +
**Editing help:
 +
***[[How_to_add_elements_to_a_page]]
 +
***[[How_to_type_Math_Equations]]
 +
**Any Questions?
 +
***Write question here.
 +
***write question here.
  
 
*Here are a few examples of tutorial that already exist on Rhea:
 
*Here are a few examples of tutorial that already exist on Rhea:
Line 18: Line 31:
 
**[[Student_summary_spectral_analysis_2D_signalsb|Spectral Analysis of 2D Signals, by Ryan Scheidt]]
 
**[[Student_summary_spectral_analysis_2D_signalsb|Spectral Analysis of 2D Signals, by Ryan Scheidt]]
  
*Editing help:
+
*To help browsing and increasing pageviews:  
**[[How_to_add_elements_to_a_page]]
+
**You should put some "Categories" on your tutorial page, such as
**[[How_to_type_Math_Equations]]
+
***<nowiki>  [[Category:tutorial]] </nowiki>
 +
*** <nowiki>  [[Category:math]] </nowiki>
 +
 
 +
*Topic Ideas
 +
**The geometric series formula (finite and infinite): proofs, how to use it, change of variable tricks, etc. Note that Rhea already has many pages talking about the geometric series (which you could cross-link), but not good reference summarizing everything in a clear way.
 +
**Probability: Computing the probability of false alarm using Bayes rule. Give examples related to diseases testing, pregnancy tests, radar detection, etc. Note how some screening tests can have a very high false positive rate. Show how the false positives vary depending on the prior (rate in the total population), etc. 
 +
 
 +
*Help with editing math equations
 +
**If your equation looks to small, but a backslash "\" at the end.
 +
::: without backslash:
 +
:::<math>P[A\cap B_j] = P[A|B_j]P[B_j]  </math>
 +
::: with backlash:
 +
:::<math>P[A\cap B_j] = P[A|B_j]P[B_j] \ </math>
  
*Important: You should put some "Categories" on your tutorial page, such as
 
**<nowiki>  [[Category:tutorial]] </nowiki>
 
** <nowiki>  [[Category:math]] </nowiki>
 
 
----
 
----
 
[[Math_squad|Back to Math Squad page]]
 
[[Math_squad|Back to Math Squad page]]
 +
 +
 +
<div style="font-family: Verdana, sans-serif; font-size: 14px; text-align: justify; width: 70%; margin: auto; border: 1px solid #aaa; padding: 2em;">
 +
The Spring 2013 Math Squad 2013 was supported by an anonymous [[Donations|gift]] to [[About_Rhea|Project Rhea]]. If you enjoyed reading these tutorials, please help Rhea "help students learn" with a [[Donations|donation]] to this project. Your [[Donations|contribution]] is greatly appreciated.
 +
</div>

Latest revision as of 17:17, 18 March 2013


Math Squad: How to get Started Writing Your tutorial

Feel free to add comments, questions, etc.


  • Step 1: Find a title for your tutorial page and write it on the Math Squad page
    • I suggest you follow Kilian's example: his is called Divergence_and_gradient_theorems_mathsquad_S13.
    • You can also refer to this template page Tutorial Template
    • Write the name of your page in the list (between square brackets to make it a link) on top of the Math Squad page. More specifically, the syntax to make a link to your page is the following: [[title_of_my_page_that_will_be_part_of_URL | text that will show on the page]] .
    • Don't forget to save your changes after editing.
    • Any Questions?
      • Write question here.
      • write question here.
  • Step 2: Edit your page
    • After adding the name of your tutorial page to theMath Squad page, take a look at it: your page name should show up in red. Click on the red text and you will be taken to the place where you can edit your page.
    • I suggest you copy and paste the code of Kilian's page, and erase the parts you don't need.
    • Editing help:
    • Any Questions?
      • Write question here.
      • write question here.
  • To help browsing and increasing pageviews:
    • You should put some "Categories" on your tutorial page, such as
      • [[Category:tutorial]]
      • [[Category:math]]
  • Topic Ideas
    • The geometric series formula (finite and infinite): proofs, how to use it, change of variable tricks, etc. Note that Rhea already has many pages talking about the geometric series (which you could cross-link), but not good reference summarizing everything in a clear way.
    • Probability: Computing the probability of false alarm using Bayes rule. Give examples related to diseases testing, pregnancy tests, radar detection, etc. Note how some screening tests can have a very high false positive rate. Show how the false positives vary depending on the prior (rate in the total population), etc.
  • Help with editing math equations
    • If your equation looks to small, but a backslash "\" at the end.
without backslash:
$ P[A\cap B_j] = P[A|B_j]P[B_j] $
with backlash:
$ P[A\cap B_j] = P[A|B_j]P[B_j] \ $

Back to Math Squad page


The Spring 2013 Math Squad 2013 was supported by an anonymous gift to Project Rhea. If you enjoyed reading these tutorials, please help Rhea "help students learn" with a donation to this project. Your contribution is greatly appreciated.

Alumni Liaison

Basic linear algebra uncovers and clarifies very important geometry and algebra.

Dr. Paul Garrett