Scholarpedia:Instructions for authors

From Scholarpedia

This page is not peer reviewed. Contributors to this page are not anonymous. Only editors can modify it.

See Registration Instructions to create and reserve your article or to invite co-authors.

The page visual help illustrates the login procedure, 'author' and 'curator' functionality.

  • To access your articles, press on your name at the top-right corner of Scholarpedia page, then press the article's title (you need to be logged in to see your name; if you see "create account of log in" in the top-right corner, you are not logged in).
  • To edit your article, press 'edit this article' button above the article's title, then edit the text in the edit window, then press 'save page' button at the bottom.
  • To change the spelling of your name, your affiliation, email, or password, press 'preferences' link at the top-right corner. If you do not see the link or your name - you are not logged in.
  • Articles must be submitted in the WikiText format, which is explained below. It is just plain text with some tags that make it look nice. To submit your article, login, go to your article, press 'edit this article' button, copy and paste your text into the window, then press 'save page' button. More detailed instructions are below.
  • For quick start, use Scholarpedia:Article Template. Press 'vew source' (or 'edit this article') button, copy and paste the text into your article.


If you have technical questions with WikiText format, please contact Tobias Denninger (Tobias.Denninger@scholarpedia.org) who will assign to you an appropriate assistant editor (student volunteer).


Contents

An effective encyclopedia article

Scholarpedia is not a peer-reviewed journal, but a peer-reviewed encyclopedia written by the leading experts in their respective fields. It does not publish "research" or "position" papers, but rather "living reviews" that will be maintained by the future generation of experts via the process of curatorship.

  • An effective Scholarpedia article is 2-3 pages long (2,000 words, though some topics warrant longer articles), not counting color figures and animations.
  • It does not have an abstract, introduction, conclusion, or discussion (a short "dictionary-like" definition of the main topic serves as an abstract; see below).
  • It does not contain "I", "we", "our", or other first- and second-person pronouns. Encyclopedic articles just state the facts. (20 years from now somebody else will be the curator of your article, so using "I" or "we" will be confusing or misleading.)
  • It is neutral, mentioning alternative points of view if they are widely accepted.
  • The article progresses from the simple to the complex.
  • Whenever possible, the article starts with a one-sentence or one-paragraph dictionary-like definition of the main topic. For example,
    • "A burst of spikes of a neuron is two or more action potentials followed by a period of quiescence."
    • "A dynamical system is a system whose state in any moment of time is a function of its state in the previous moment of time and the input."
Use <strong>...</strong> brackets in the definition of your topic (so your article comes first in Google search results).
  • Then, if necessary, the article provides examples, illustrations, or summary written in a style understandable to non-experts.
  • The article should be written in "Scientific American" or slightly more advanced style (appropriate for advanced undergraduate students in your area or grad students in adjacent areas).
  • Keep in mind that many readers of your article do not have the time or the expertise to read your entire article. They got to your article by following a link from another article, and they will stop reading as soon as they find the answers to their questions. An effective encyclopedia article anticipates the questions and gives the answers as soon as possible.
  • The article should be concise if not terse, making a good use of bullet points.
  • To be authoritative, the article should provide the full description of the topic, possibly ending with the details useful for experts.
  • An encyclopedic article does not explain the terms used in the article if they are not pertinent to the topic, but makes links to the articles where these terms are defined (see below). For instance, the article on Bursting does not explain what neurons, spikes, currents, bifurcations, etc., are, but links (or will link) to other articles for definitions.
  • Avoid using abbreviations. Spell out all phrases; this increases the Google PageRank of your article and puts it up in Google search results.
  • Keep references to the minimum, citing only major books and review articles. At the end of the article put "Suggested Reading" list pointing to recent books.

Wikitext format

Articles in Scholarpedia have Wikitext format, which is much simpler than LaTeX or HTML. Refer to wikipedia help to learn the tricks and capabilities of Wikitext. In addition, you may open an existing article, e.g., Bursting, for editing, and take a look at the format (do not press ‘save’ button, unless you made useful revisions to the article).

Take a look at Scholarpedia:Article Template. Just press 'view source' button, copy and paste the source into your article, then change the text to whatever you need, add more tags (sections, bullet points, etc.) as explained below.

Also, you can find a simple-minded LaTeX to WikiText converter at http://www.scholarpedia.org/wiki/tex2wiki.php. It uses context-replacement to change LaTeX math environments to <math>...</math> brackets; see also Including math below.

Sections and subsections

To create a section, write its title on a new line and surround it by two ‘==’ signs, e.g.,

== Wikitext format ==

produces the title of this section. Mark subsections as

=== Sections and subsections ===

which produces the title of this subsection. The table of content will be generated automatically for articles having 3 or more sections.

Use "Sentence-style capitalization" for sections and subsections.

Separate paragraphs within each section by an empty line.

Bullet points

To create a list of bullet points, start each new point with the star sign ‘*’. For example, the wikitext

*item 1 
*item 2
**subitem 2a
**subitem 2b
*item 3

generates

  • item 1
  • item 2
    • subitem 2a
    • subitem 2b
  • item 3

Bold and Italic

  • To make a word appear in italic, surround it with two single quotes (''). For example, ''hello'' appears as hello.
  • To make a word appear in boldface, surround it with three single quotes ('''). For example, '''hello''' appears as hello.

Use bold for definitions and italic for emphasis. For example, "... Washington, DC is the capital of the USA. Do not confuse it with the state of Washington..."

Use <strong>...</strong> brackets at the top of the article when you define your main topic. This gives your article higher Google PageRank and brings it at the top of Google (and other) search.

Subscripts and superscripts

  • To make a subscript, use the <sub> </sub> brackets. For example, I<sub>Ca</sub> appears as ICa.
  • To make a superscript, use the <sup> </sup> brackets. For example, Ca<sup>2+</sup> appears as Ca2+.

Do not use HTML tags for math equations, even simple ones. In the future, Scholarpedia will have wikitext->latex->pdf converter, so having all equations in latex would result in more consistent texts.

Tables

Please, read Wikipedia help to learn how to include tables into wikitext.

Including math

To include math formulae, just write your LaTeX expression and surround it by <math> </math> brackets. For example,

:<math>

f(x) = \lim_{T \rightarrow \infty} \frac{1}{T} \int_0^T g(x, t) \, dt

</math>

results in

f(x) = \lim_{T \rightarrow \infty} \frac{1}{T} \int_0^T g(x, t) \, dt

Put ":" before the first <math> delimiter to tell Scholarpedia to indent (put some space before) the equation. Writing

:<math mylabel>

f(x) = \lim_{T \rightarrow \infty} \frac{1}{T} \int_0^T g(x, t) \, dt

</math>

results in a number at the right-hand side

(1)
f(x) = \lim_{T \rightarrow \infty} \frac{1}{T} \int_0^T g(x, t) \, dt

To refer to equation (1), write "equation (<ref>mylabel</ref>)".

Not all LaTeX commands are supported; see page Help:Math for examples. A simple-minded LaTeX to WikiText converter can replace all your LaTeX math environments with <math>...</math> brackets. To preview your wikitext (without saving the dirty copy), open your article for editing, copy and paste your text, and then press 'preview' button. Save your text only after you removed the extra LaTeX commands.

Including figures

  • Step 1. To include the figure into the article, put the placeholder [[Image:filename.ext]] in the text where you want the figure to appear. Here, filename.ext is the name of your image file. Use a unique name that consists of your article title and other text (to avoid overwriting somebody else's figure).
  • Accepted formats include gif, jpg, and png, with size 100K or less (the figure below is only 12K).
  • Step 2. When you save your text, you will see a red link in the text (where you put your placeholder [[Image:...) prompting you to download the figure file. Just click the link and follow the instructions.
  • Figures in Scholarpedia are numbered automatically; if you need to refer to them, you need to create a label, see below.
  • Avoid complicated figures with sub-figures and long captions.

The following format is probably the most common for figures; It is used to include the figure below:

[[Image:Bursting_Examples.gif|thumb|400px|right|F1|This figure is less than 12K]]
 
Figure 1: This figure is less than 12K
Enlarge
Figure 1: This figure is less than 12K

It creates a smaller version of the image (size 400px), frames it, puts it on the right-hand side, places a brief caption beneath it, and assigns label "F1" to the figure. The remainder of the text flows nicely around the frame. See Wikipedia picture tutorial for more information. To cite/refer to Fig.1 in the text, write Fig.<ref>F1</ref>.

If you reproduce a figure from an article in a journal, it is probably protected by the copyright; you need to obtain a permission to reproduce the figure from that journal. (you need to do that even if you are reproducing a copyright figure on your website).

Including movies

The best way to include a movie is to make an animated .gif file, as in Synchronization. Such an animation would not require readers to install any software and it would run even on cell phones and iPods. Other (less desirable) movie formats are avi, mpeg, mpg, mov. Please, keep movie files less than 1MB.

To include a movie into your article, just type

[[Media:myvideofile.avi]]

To include Flash movies, just use

<flash>file=PinnaIllusion3.swf|width=500|height=500|quality=best</flash>

which produces

Including mp3 files

To include an mp3 file into your article, just type

[[Media:myaudiofile.mp3]], 

which produces

  

If the file is not uploaded, Scholarpedia will create a red link directing you to the upload page.

Including Java applets

See detailed instructions on how to include Java applets.

Use of Copyrighted Material

Authors cannot use copyrighted material in Scholarpedia (or in any other media, even their own webpages) unless they have obtained permissions. If the authors reproduce copyrighted material with permissions, they need to say so in the figure captions, e.g., "reproduced with permission" or something equivalent.

On the other hand, if an author puts his/her materials on Scholarpedia, it is protected by Scholarpedia copyright, so nobody can reproduce these materials without permission of Scholarpedia or the author.

The only exception is that other authors of Scholarpedia can freely use the same figures. For example, if the author puts a figure XYZ.gif, then nothing stops you from writing Image:XYZ.gif in your article, which would result in the figure appearing in the appropriate place (you do not reproduce the figure, you just link to the existing figure...)

An author may select to put a tag into the caption of the figure saying "copyrighted by ...", but this is not necessary, since it does not provide more protection above of what is already provided by Scholarpedia's general copyright.


Making links to other articles

Links in Scholarpedia could be internal, referring to other articles in Scholarpedia, or external, referring to other websites. Wikipedia help provides a detailed description of many capabilities of links. Some basic features are explained below.

  • Internal links:
    • Surround the linking term in double square brackets. For example, [[Bursting]] links to Bursting.
    • Adding a pipe “|” and a text, e.g., [[Bursting|autonomous bursters]], results in the same link but showing the text, i.e., autonomous bursters (click on it).
    • Make internal links only when you refer to a term for the first time in a paragraph, as if you provide or remind the definition of the term.
  • External links:
    • Surround an URL by one pair of brackets. For example, [http://www.sfn.org] results in [1].
    • Adding space and then a text to the link, e.g., [http://www.sfn.org Society for Neuroscience], results in a nicer link, i.e., Society for Neuroscience.
    • Provide relevant external links at the end of your article.
  • Automatic links:
    • Unlike Wikipedia, Scholarpedia can generate automatic links to existing articles; Words and phrases in an article that correspond to titles of other articles are automatically replaced by links to those articles. Scholarpedia tries to match the longest title first. E.g., the phrase "..using attractor reconstruction method.." will result in the autolink to attractor reconstruction, and not to attractor.
    • You can control the autolinking process using the "magic word" __AUTOLINKER{1|exclude title 1|exclude title 2} placed anywhere in the article.
    • The first argument limits the number of autolinks to any particular title, and the other arguments, separated by the pipe "|" are the titles of the article that should be excluded from the autolinking process. (E.g., an article on gamma ray bursts may not want to provide a link to neuronal bursting).
    • To turn off the autolinker, place __AUTOLINKER{0} anywhere in the text.
    • The default state is __AUTOLINKER{1}, i.e, only the first match for any title is converted to a link to this title.

Put section == References == at the end of the article. Keep the list of references to the minimum, ideally less than 20. Cite only major contributions, books, or review articles that are widely available. Use Harvard referencing style: "(Lastname et al. YEAR)" within the text of an article, and full citations in alphabetical order at the end. If you want to include a link to a reference into the text, write [[#mylabel|Lastname et al. YEAR]] in the text and put the label <span id="mylabel"></span> next to the reference.

Put major books (not necessarily cited in the article) into ==Recommended reading==.

Finish your article with the == See also == section with links to relevant articles. Go to those articles and add appropriate links to your article.

At the end of your article, include the following links to place your article in the appropriate category, e.g.,

[[Category: Computational Neuroscience]]

[[Category: Dynamical Systems]]

You should include at least one category.

Subpages

Scholarpedia pages may have subpages. For example, this article has a subpage /First Subpage. Here, the symbol "/" at the beginning tells Scholarpedia that First Subpage is not a separate article, but a part of the current (master) page. Subpages may have subsubpages, and so on, resulting in a complicated tree-like structure useful to create multipage courses and tutorials. To refer to a subpage from the master page, just write

[[/First Subpage]], which results in the link /First Subpage.

To refer to the subpage from other pages, write

[[Scholarpedia:Instructions for authors/First Subpage]] resulting in Scholarpedia:Instructions for authors/First Subpage.

Subpages inherit authors/curators from the master page.

Only authors/curators can create subpages, and only to their own articles. To create a new subpage, write the link to the subpage in the master page and follow it (it appears in red while the subpage is not created, and then it becomes blue). The text that appears on the subpage (prompting for listing curators) is a generic text that always appears on every new page, it can be removed.

Preparation, submission, peer review, and acceptance

Scholarpedia is great for collaborative writing, since many people from many locations can edit an article simultaneously.

Privacy option

Authors can enable ‘privacy’ option, which would exclude everybody except the authors and the editor-in-chief from viewing and editing the article. The option can be exercised only once per article and only for 30 days.

Submission (uploading) to Scholarpedia

It is easier if you write your article in a text editor (e.g., Notepad or Wordpad) on your local computer. Then, do the following steps:

  • Login to Scholarpedia (the fact that you see all the articles including your own does not mean you are logged in). For this, press 'create new account or login' link at the top-right corner of Scholarpedia. Once you are logged in, you will see your name there.
  • Go to your article; the easiest way to do that is to press your name at the top-right corner to go to your userpage, and then press the article title on your userpage.
  • Open the article for editing by pressing 'edit this article' button. Copy and paste your text into the text window. Then press 'save page' button. You can continue edit your article on-line from any computer, but you have to be logged in with your username so that Scholarpedia recognizes you as the author of the article

Submission to Peer-Review forum

When the article is finished, you submit it to the anonymous peer review forum by clicking the ‘author’ then ‘submit’ buttons to submit it to the peer-review forum. There, you will be asked to suggest potential reviewers.

Reviewers are invited by the editors, and they are given the following instructions.


Anonymous peer review process

Because of the wiki-style collaborative software, such as MediaWiki powering this site, the peer review process of Scholarpedia is more efficient than that of printed journals.

  • The reviewer’s job is simplified. If a reviewer of a journal article finds an error, he or she writes something like "on page 12, paragraph 3, line 4 from the top, second equation, numerator, a minus sign is missing in the exp function...", whereas in Scholarpedia, the reviewer just puts the minus sign where it belongs. Similarly, instead of explaining why a statement is wrong and how to fix it, the reviewer just fixes it.
  • The author’s job is simplified too. Indeed, instead of getting a review of a journal article with something like "The statement on page 14, paragraph 2, describing the properties of the function f is not clear; please rewrite it...", and then figuring out what is not clear and how to rewrite it, the curator gets the statement already rewritten by the reviewer, and all he has to do is either accept it, reject it, or further revise it.

Reviewers may revise or rewrite your article the way they feel are the best for the subject or ask you to do the revisions. Anonymous reviewers can write comments to you the old-fashioned way: Incorporating suggestions and criticism into the <review> </review> brackets, which will highlight the suggestions to you. You either comply with their suggestions or reply to them by putting your explanations into the same brackets.

Reviewers can also put their comments into the 'reviews' part of the article (see 'reviews' link above the article's title).

To see reviewer comments and changes, press 'revisions' button, select two revisions, then press 'compare selected versions' button. When you address the reviewers concerns, press 'author' button, then 'email alert' button to send the reviewers an automated message that new revision is ready.

Acceptance

It is possible, and even expected, that there are many rounds of reviews, each logged as a ‘revision’, and each accessible to others to view. (For some, reading the review history may be more exciting that reading the article itself). Ideally, the article converges to the form that is acceptable to both the author and the reviewers. At this point, reviewers press the ‘Accept’ button, and the article is labeled as peer-reviewed.

The job of the reviewers is to make sure your article is correct, unbiased, and fits the description of a "good encyclopedic article". They cannot reject your article, but they can hold it (i.e., not accept it) for a long period of time; during this period, your article will show the tag "...not accepted yet; may contain inaccuracies...". If the scope of your article is too narrow, reviewers may also recommend to rename your article.

Authorship

After reviewers accept the article, the author has a chance to make the final revision and then approve the article “in the final form”. At this moment, the article is labeled as “approved”, its final form and the author list are stored permanently in the Scholarpedia archive. The article is given a page number, which should be used to cite it.

Copyright

Each article in Scholarpedia has its own copyright policy, freely selected by the authors from the choices:

  1. author owns the copyright and licenses the content to Scholarpedia,
  2. Creative Commons
  3. GNU FDL.

Curatorship

As an author of an article, you will automatically become its curator upon the article’s approval. The responsibility of the curator is to evaluate all revisions of the article, accepting those that are valid and useful, and rejecting those that are not. You may resign from curatorship at any time you want. However, it is probably a good idea to keep your curatorship until your article is printed.

You may also want to keep your curatorship after the encyclopedia is printed if you are interested in what people think about your article, what they want to add, to remove, or to rewrite. Remember that the philosophy of Scholarpedia is that articles outlive their authors. Imagine what your article would look like 30 years from now.

Password, Affiliation, and other Personal Information

To change your password, email, affiliation, or other personal information, click the 'preferences' link at the top right corner (next to your username).

For authors