meta data for this page
Working in a WIKI
In the first part of our course, we will guide you through the essential steps of documenting your work in a DokuWiki. You will do this by generating a nice and appealing CV, where you make extensive use of the features the DokuWiki offers you. For this purpose, we have set up a studentarea where you are free to create and edit pages, upload data1), and the like. This student area is distinct from the rest of the course wiki, such that you cannot do any harm while experimenting with the DokuWiki.
What is a Dokuwiki
If you are not familiar with the concepts of a DokuWiki, please visit our introductory pages first
Task list
As a first set of exercises, please complete the following steps. Note, you will find a guide through the DokuWiki syntax further down this page.
- Create your own page in the student area, if it not already exists. Use the first letter of your first name together with your full last name (without white spaces) as the page name, e.g., iebersberger. Note, within the student area access the namespace that fits the course you are attending:
- Now, please create an extra page within your namespace that takes up your CV. From this point on, you will place all newly generated pages into your personal namespace, such that you keep the studentarea clean.
- Create a CV that informs in particular about2)
- your scientific career
- your research interests
- your professional skills providing details about your digital competencies
Make sure to have this profile page as informative and appealing as possible. In other words, make rich use of the formatting options provided by the DokuWiki, and upload images where applicable3).
BEFORE YOU START WITH IMPLEMENTING YOUR WEB PAGE, DO THE FOLLOWING:
- Take a piece of paper and draft the layout of your CV using a pen
- specify the formatting options that you need the DokuWiki to provide you with. BE PRECISE HERE!!
- check which of the desired options are available via DokuWiki → Discuss
- if the option is not available, adjust your layout until the issue is resolved
- else implement your CV in the DokuWiki
- We have set the permissions such that you can edit any page that is generated in the student area. Visit the page of your neighbor, modify it and save it.
- Once your wiki page has been 'hacked', do the following
- Identify the person who has changed your page
- use the Old Revisions button in the side menu (Figure 1) to restore your version.
Check List
You should be now familiar with the following formatting options together with the relevant syntax
- structure your pages with headings
- integrate images with the
<figure NameOfFigure></figure>
environment4) - integrate tables with the
<table NameOfTable></table>
environment5) - add figure and table captions using the
<caption></caption>
environment within the<figure>
environment. Note, this will automatically take care of the numbering of figures and tables - reference figures and tables in the main text using the
{{ref>NameOfFigure}}
syntax - create numbered and bulleted lists
- create hidden text using the
<hidden></hidden>
environment - format text (bold face, underlined, italics)
- create internal and external links
- create new pages
- use the media browser
- use of the old revisions function to restore previous versions, i.e. to undo changes
- and… did you know about the wrap plugin? If not, check it out. You can do many cool things with it
What you should take home
Upon completion of this task set, you are able to document your work with the help of a DokuWiki6). In particular, you should be able to
- structure and format text using headings, lists, tables, etc.
- create new pages
- create internal and external links
- integrate images
You could also think about installing a DokuWiki on your own computer. It is not that difficult…
NameOfFigure
with the name you want to give your figure. This name is used for internal referencing onlyNameOfTable
with the name you want to give your Table. This name is used for internal referencing only