(New page: ==How to get Started Writing Your tutorial== Feel free to add comments, questions, etc. ---- *Hello squad. To begin, let me give you a few examples of tutorial that already exist on Rhea: ...)
 
 
(11 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.
 
----
 
----
*Hello squad. To begin, let me give you a few examples of tutorial that already exist on Rhea:
+
*Step 1: Find a title for your tutorial page and write it on the [[Math_squad|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 | 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.
 +
 
 +
*Step 2: Edit your page
 +
**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:
 +
**[[DYL_RADIXFLOAT|Sorting floating point numbers, by Daniel Lee]]
 
**[[Introduction_to_Wavelets| Introduction to Wavelets, bu Dhruv Lamba]]
 
**[[Introduction_to_Wavelets| Introduction to Wavelets, bu Dhruv Lamba]]
 
**[[Partial_Fraction_Expansion|A guide to Partial Fraction Expansion]]
 
**[[Partial_Fraction_Expansion|A guide to Partial Fraction Expansion]]
Line 8: 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]]
  
*If you need some help with edition, I recommend looking at this page:
+
*To help browsing and increasing pageviews:  
::[[How_to_add_elements_to_a_page]]
+
**You should put some "Categories" on your tutorial page, such as
 +
***<nowiki>  [[Category:tutorial]] </nowiki>
 +
*** <nowiki>  [[Category:math]] </nowiki>
  
*TO learn how to type equations using latex commands, look at this page:
+
*Topic Ideas
::[[How_to_type_Math_Equations]]
+
**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>
  
*What Categories should we put on these pages?
 
**I think there should be at least the following two categories: <nowiki>  [[Category:tutorial]] </nowiki> and <nowiki>  [[Category:math]] </nowiki>
 
**Does everybody understand what is a "category"?
 
***answer here.
 
 
----
 
----
 
[[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

Ph.D. on Applied Mathematics in Aug 2007. Involved on applications of image super-resolution to electron microscopy

Francisco Blanco-Silva