CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Wiki > Help:Contents

Help:Contents

From CFD-Wiki

(Difference between revisions)
Jump to: navigation, search
m
Line 1: Line 1:
-
==General guidelines for contributors==
+
==About CFD-Wiki==
 +
*[[CFD-Wiki:About|About]],
 +
*[[CFD-Wiki:Introduction|Introduction]],
 +
*[[CFD-Wiki:We need your help|Help us]],
 +
*[[CFD-Wiki:Goals|Goals]]
-
This Wiki will never be better than the information we all fill it with. Everyone with some knowledge about CFD can contribute, so please go ahead and add something about your area of expertise. Things can always be improved later on! It is much better with a short incomplete page on something than no page at all. An incomplete page will encourage others to work further on it. So add whatever you can and leave it to others to improve it later on.
+
==Getting started==
 +
*[[CFD-Wiki:Contribute something today|Getting started]],
 +
*[[CFD-Wiki:Donate texts|Donate texts]],
 +
*[[CFD-Wiki:Donated texts|Donated texts]],
 +
*[[CFD-Wiki:Stub|Stubs]],
 +
*[[CFD-Wiki:Sandbox|Sandbox]]
-
=== Content policies ===
+
==Help & resources==
 +
*[[CFD-Wiki:FAQ|FAQ]],
 +
*[[CFD-Wiki:Community Portal|Community portal]],
 +
*[http://www.cfd-online.com/Forum/wiki.cgi Forum]
-
This Wiki tries to follow the [http://en.wikipedia.org/wiki/Wikipedia:Policies_and_guidelines policies and guidelines established by WikiPedia]. The most important content policies are:
+
==Policies and guidelines==
 +
*[[CFD-Wiki:Policy|Policy]],
 +
*[[CFD-Wiki:Format and style guide|Style guide]]
-
* '''Neutral point of view'''
+
==Administration==
-
:All articles should be written in a neutral point if view without bias, representing different views fairly. The Wiki is not the place to promote or advocate different opinions or interests. Neither is it the place to promote yourself, a certain product, code or company. Be very restrictive when writing about yourself, your company, your products or your own research results. See the [http://en.wikipedia.org/wiki/NPOV WikiPedia NPOV definition] for more information. This principle is especially important when writing about commercial products. We don't want a Wiki filled with commercial advertising.
+
*[[CFD-Wiki:Administrators|Admins]],
 +
*[[CFD-Wiki:Suggested administrators|New admins]],
 +
*[[CFD-Wiki:Administration guide| Guide]],
 +
*[[CFD-Wiki:Spam blacklist| Blacklist]]
-
*'''No original research'''
+
==Small print==
-
:Do not publish original research in the Wiki. All material added to the Wiki should be established views or facts that are generally accepted in the research community. New research results should first have been published in peer-reviewed journals and conferences before being added to the Wiki. For more information see [http://en.wikipedia.org/wiki/Original_research WikiPedia's page on original resarch].
+
*[[CFD-Wiki:Copyrights|Copyrights]],
-
 
+
*[[CFD-Wiki:GNU Free Documentation License|License]],
-
*'''Verifiability'''
+
*[[CFD-Wiki:General disclaimer|Disclaimer]]
-
:Information in the Wiki should be verifiable. Whenever possible include links or references to where the information can be verified. Preferably the information should already have been published by a reputable publisher.  Note that information does not necessarily have to be the one single truth - confliciting opinions might exist. For more information about the principle of verifiability see the [http://en.wikipedia.org/wiki/Wikipedia:Verifiability WikiPedia article on verifiablity].
+
-
 
+
-
*'''No copyright violations'''
+
-
:Please make sure that all material that you add is free from any conflicting copyrights. Do not add material to which others own the copyrights without their explicit approval. We take copyrights seriously and will delete any material that is found to break someones copyrights.
+
-
 
+
-
===Style guide===
+
-
 
+
-
In order to maintain a common style and format throughout the Wiki please try to follow the guidelines listed below. If you want to suggest new guidelines or discuss formatting issues please post a message on the [http://www.cfd-online.com/Forum/wiki.cgi Wiki forum].
+
-
 
+
-
==== Naming pages/articles====
+
-
*Name pages with lower-case letters on all words except the first character.
+
-
*Make sure that the page-name fully identifies the content. For example don't name a page on how to create movies with Fluent "create movies". Instead call it something like "Fluent - how to create movies". You can still link to it with a shorter link-title by using a piped link like this: <nowiki>[[Fluent - how to create movies | create movies]]</nowiki>
+
-
*Do not start page titles with ''The''. For example ''The Navier-Stokes equations'' should be only ''Navier-Stokes equations''.
+
-
 
+
-
====Mathematical formulas====
+
-
+
-
* Write mathematical formulas indented with a ":" in the following way:
+
-
<pre>
+
-
<nowiki>
+
-
:<math>LaTeX formula goes here</math>
+
-
</nowiki>
+
-
</pre>
+
-
 
+
-
* Try to avoid numbering your equations and instead reference them in the text by their names. However, if you find it absolutely necessary to number your formulas please use a HTML table like this:
+
-
<pre>
+
-
<nowiki>
+
-
<table width="100%">
+
-
<tr><td>
+
-
:<math>
+
-
LaTeX for formula one goes here
+
-
</math>     
+
-
</td><td width="5%">(1)</td></tr>
+
-
</nowiki>
+
-
</pre>
+
-
 
+
-
* For definitions and equivalences use "<math>\equiv</math>" (<nowiki><math>\equiv</math></nowiki>) and use "<math>=</math>" (<nowiki><math>=</math></nowiki>) for equations.
+
-
 
+
-
* If you want to put some text within an equation, use the \mbox{} environment. For example
+
-
 
+
-
<pre>
+
-
<nowiki>
+
-
:<math>
+
-
\epsilon_{ijk} = 1, \mbox{ if all i, j, k are different and in cyclic order}
+
-
</math>
+
-
</nowiki>
+
-
</pre>
+
-
 
+
-
will produce
+
-
 
+
-
:<math>
+
-
\epsilon_{ijk} = 1, \mbox{ if all i, j, k are different and in cyclic order}
+
-
</math>
+
-
 
+
-
====References====
+
-
 
+
-
Write references to publications in the following way:
+
-
 
+
-
* '''Placement''': Place references in the article in which they are used, either in a <nowiki>==References==</nowiki> section at the end or, if it is a very long article, in the section where the reference is used. If it is a long article you might also consider splitting it into smaller articles.
+
-
 
+
-
* '''Order:''' Order references alphabetically based on the name of the first author
+
-
 
+
-
* '''Numbering:''' If you want to number the references use square bracket like this: [1]
+
-
 
+
-
* '''Names:''' Write author names as "Lastname1, Firstname1 and Lastname2, Firstname2"
+
-
 
+
-
* '''Style:''' There are two different templates which you should use for references - the ''reference-paper'' template for scientific publications like journal articles, theses, etc. and the ''reference-book'' template for books. The two examples below illustrate how these templates should be used in the Wiki:
+
-
 
+
-
<pre>
+
-
<nowiki>
+
-
{{reference-paper|author=Granville, P. S.|year=1987|title=Baldwin-Lomax Factors for Turbulent
+
-
Boundary Layers in Pressure Gradients|rest=AIAA Journal, Vol. 25, No. 12, pp. 1624-1627}}
+
-
 
+
-
{{reference-book|author=Batchelor, G. K.|year=2000|title=An Introduction to Fluid
+
-
Dynamics|rest=ISBN 0521663962, 1st Edition, Ch. 5.7 Boundary Layers, pp.303}}
+
-
</nowiki>
+
-
</pre>
+
-
 
+
-
These two references would look like this:
+
-
 
+
-
:{{reference-paper|author=Granville, P. S.|year=1987|title=Baldwin-Lomax Factors for Turbulent Boundary Layers in Pressure Gradients|rest=AIAA Journal, Vol. 25, No. 12, pp. 1624-1627}}
+
-
 
+
-
:{{reference-book|author=Batchelor, G. K.|year=2000|title=An Introduction to Fluid Dynamics|rest=ISBN 0521663962, 1st Edition, Ch. 5.7 Boundary Layers, pp.303}}
+
-
 
+
-
* '''External links:''' An author's homepage can be linked to from the author name. Publications that have homepages can be linked to from the title. Publications that are available for download (pdf or similar) should be linked to with a special download link at the end. Here is an example:
+
-
 
+
-
<pre>
+
-
<nowiki>
+
-
{{reference-paper|author=[http://www.h.jasak.dial.pipex.com/ Hrvoje, Jasak]|year=1996|title=Error
+
-
Analysis and Estimation for the Finite Volume Method with Applications to Fluid Flows|rest=PhD
+
-
Thesis, Imperial College, University of London
+
-
([http://www.h.jasak.dsl.pipex.com/HrvojeJasakPhD.pdf download])}}
+
-
</nowiki>
+
-
</pre>
+
-
 
+
-
This reference would look like this:
+
-
 
+
-
:{{reference-paper|author=[http://www.h.jasak.dial.pipex.com/ Hrvoje, Jasak]|year=1996|title=Error Analysis and Estimation for the Finite Volume Method with Applications to Fluid Flows|rest=PhD Thesis, Imperial College, University of London ([http://www.h.jasak.dsl.pipex.com/HrvojeJasakPhD.pdf download])}}
+
-
 
+
-
* '''ISBN numbers:''' For publications that have ISBN numbers make sure to include these in the "rest" parameter using the format "ISBN 1234567890" (see book example above). If you do this the Wiki will automatically hot-link the ISBN to online book-stores.
+
-
 
+
-
====Stubs====
+
-
 
+
-
A stub is a short article which is not complete. A stub is also an invitation to others to expand and improve the article. Stubs serve an important purpouse in that they allow authors to quickly create a logical structure of articles. To mark an article as a stub just place a <nowiki>{{stub}}</nowiki> at the bottom of the page. All stub articles can be found in the [[:Category:Stubs]]. For more information about stubs see [[CFD-Wiki:Stub]].
+
==Editing help==
==Editing help==
For some basic help on how to edit pages please visit [http://meta.wikimedia.org/wiki/Help:Editor WikiMedia Help for Editors] or [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How to edit a page]. For help with writing mathematical formulae, see the [http://en.wikipedia.org/wiki/Help:Formula wikipedia help pages].
For some basic help on how to edit pages please visit [http://meta.wikimedia.org/wiki/Help:Editor WikiMedia Help for Editors] or [http://en.wikipedia.org/wiki/Wikipedia:How_to_edit_a_page How to edit a page]. For help with writing mathematical formulae, see the [http://en.wikipedia.org/wiki/Help:Formula wikipedia help pages].

Revision as of 14:08, 14 December 2005

Contents

About CFD-Wiki

Getting started

Help & resources

Policies and guidelines

Administration

Small print

Editing help

For some basic help on how to edit pages please visit WikiMedia Help for Editors or How to edit a page. For help with writing mathematical formulae, see the wikipedia help pages.

My wiki