Help:Contents
From Geoinformatics FCE CTU
Contents |
For Newbies
Please use Sandbox for your experiments freely.
Before committing edit changes, please do not forget to fill the "Summary" (short comment describing your changes).
Basic editing overview is available from http://meta.wikimedia.org/wiki/Help:Editing
For Authors
These instructions are specially designated for authors of papers for Geoinformatics FCE CTU Workshop proceedings.
Creating paper
Add your article to the list of the Workshop proceedings (usually alphabetical order by authors):
* [[User:Username|Familyname x.]]: [[Paper title]]
E.g.:
* [[User:Slaboch|Slaboch V.]]: [[Surveying Curriculum from the Point of View of Multidisciplinarity]]
The result:
Note: [[ ]] is an internal link.
For creating the Surveying Curriculum from the Point of View of Multidisciplinarity page, simply click on the link.
There is also possibility to create personal page of author of paper. Just click on particular link Slaboch V..
Paper template
{{Template:NotFinished}}
< [[Geoinformatics FCE CTU 2009]]
{|border="0px" style="text-align: center" align="center"
!First name Family name
|-
|Department, University, etc.
|-
|<tt>e-mail address</tt>
|-
|}
'''Keywords:''' keywords, ...
__TOC__
== Abstract ==
''Text of abstract goes here.''
== Section 1 ==
... text of section 1
=== Subsection 1.1 ===
... text of subsection 1.1
== Section 2 ==
... text of section 2
== Conclusion ==
... text of conlusion
== References ==
# Familyname x.: Textbook, Publisher, ISBN
# [URL URL description] - URL description
# [URL] - URL description
[[Category:Geoinformatics FCE CTU]]
[[Category:2009 Volume 4]]
When you finish your paper remove template {{NotFinished}}.
Abstract
The whole text of abstract is rendered in italic.
E.g:
''First paragraph of abstract'' ''Second paragraph of abstract''
Editing papers
References
The list of sources for citations in the paper, located in the end of the paper, in alphabetical order.
It is possible to use "static" or "dynamic" reference links:
- Static reference links
E.g.:
..., see [1]. ... additional information can be found in [1]. According to [2] ... and [3].
== References == # Neteler, M. and Mitášová H.: Open Source GIS: A GRASS GIS Approach, Kluwer Academic Publishers Group, ISBN 1-4020-7088-8 # Pilgrim M.: Dive into Python, Apress, ISBN 1-59059-356-1 # [http://grass.fsv.cvut.cz GRASS Czech User Group]
- Dynamic reference links
E.g.:
..., see [1]. ... additional information can be found in [1]. According to [2] ... and [3].
== References == <references/>
- ↑ 1.0 1.1 Neteler, M. and Mitášová H.: Open Source GIS: A GRASS GIS Approach, Kluwer Academic Publishers Group, ISBN 1-4020-7088-8
- ↑ Pilgrim M.: Dive into Python, Apress, ISBN 1-59059-356-1
- ↑ GRASS Czech User Group
Note: Please use only static reference links in your article!
Tables
| column name 1 | column name 2 | column name 3 |
|---|---|---|
| cell 1,1 | cell 1,2 | cell 1,3 |
| cell 2,1 | cell 2,2 | cell 2,3 |
The source code:
{| class="wikitable" align="center"
|+Table 1 - Table description
|-
! column name 1 !! column name 2 !! column name 3
|-
| cell 1,1 || style="text-align: center" | cell 1,2 || style="text-align: right" | cell 1,3
|-
| cell 2,1 || style="text-align: center" | cell 2,2 || style="text-align: right" | cell 2,3
|-
|}
Additional help on creating tables is available here.
Pictures
To add an image, the image file has to be uploaded to the wiki.
| Click on the button | Browse | and choose the picture from your computer. |
Then you give the file a suitable name (Destination filename), because renaming during or after uploading is not possible. Make also sure that the file name has the proper extension.
The filename should be ideally based on the paper title.
[Paper_title]-[Picture_name].png
E.g:
OS_and_programming_techniques-GNU_head.png
We highly advise PNG format.
For more information about images see [1].
To link to an uploaded file, e.g. OS_and_programming_techniques-GNU_head.png, use
[[Image:OS_and_programming_techniques-GNU_head.png|frame|center|Figure 1: Figure description]]
If the original image is too big, use
[[Image:OS_and_programming_techniques-GNU_head.png|thumb|500px|center|Figure 1: Figure description]]
Formulas
This wiki uses a subset of TeX markup, including some extensions from LaTeX and AMSLaTeX, for mathematical formulas, see [2].
A simple example:
The source code:
<math>\bar{x} = \frac{[x]}{l}</math>
For centering formulas use tag center, e.g.
<center>
<math>\bar{x} = \frac{[x]}{l}</math>
</center>
Fonts
- bold
'''text'''
- italics
''text''
- teletype (monospaced)
<tt>text</tt>
Lists
- Item 1
- Subitem 1
- Subitem 2
- Item 2
* Item 1 ** Subitem 1 ** Subitem 2 * Item 2
Numbered list:
- Item 1
- Subitem 1
- Subitem 2
- Item 2
# Item 1 ## Subitem 1 ## Subitem 2 # Item 2
For more information, see [3].
Links
It can be distinguished between internal and external links.
- An internal link refers to the page in the wiki.
[[Article|Article description]]
E.g.
[[Geoinformatics 2006|Seminary Geoinformatics 2006]]
- An external link refers to the page stored outside of the wiki.
[[URL link description]]
E.g.
[[http://grass.fsv.cvut.cz GRASS Czech User Group webpages]]
Subscripts
To set the text as subscripts use special tags.
sup sub
E.g.:
km<sup>2</sup>
km2
Source code highlighting
Source code can be highlighted by source tag (see supported languages).
<source lang="python">
def foo():
print 'hello'
return True
</source>
becomes
def foo(): print 'hello' return True
Note: Please consider this option as optional.
For Users
Log in
| To edit pages you have to login. Fill out your username and password, and click on the button | Log In. |
Change password
To change your password you have to be logged in. Choose 'Preferences', then 'User data' and fill out 'Change password'.
| Click on the button | Save | to save the changed password. |
Change preferences
Lo menu preferences (in the top of the page). Note: you have to log in.
For Reviewers
Paper review forms:
Reviewer can attach printed article (toolbox|Print as PDF) with her/his notes. For editing PDF file can be used e.g. Xournal or Okular.

