PHILOLOGICA.NET |
An Online Journal of Modern Philology | ISSN 1214-5505 |
Publishing GuidelinesEditorial Board
2004-01-13 (updated 2012-02-07)
Table of Contents1 IntroductionThe following instructions are the style guidelines for authors who wish to publish their articles in this online journal. We would like to urge the authors to fully conform to these guidelines. Any deviation from the guidelines prolongs the time needed to publish their articles. 1.2 Article and its AttachmentsAny article sent to the journal (via philologica.net@gmail.com) must be complemented by the following attachments. Without them the articles will not be published.
Please note that articles and attachments other than electronic will not be accepted. 1.2 Language and Publishing PoliciesTheoretically, the internet standards namely the UNICODE character specifications make it possible to display the content of the internet in any contemporary or old-time language. Thus the authors could choose the language of their articles with respect to the language of the target audience. However, in order to ensure that all articles published in our journal do not contain offensive or otherwise inappropriate texts, the executive editor of PHILOLOGICA.NET reserves the right to reject articles failing to comply with these criteria. Thus, we currently accept contributions in
1.3 Recommended Citation FormatAs far as the way of citing bibliographic references is concerned, PHILOLOGICA.NET highly recommends its contributors to follow the ISO 690 and ISO 690-2 citation standards. 1.4 General Structure of the ArticleAny article on PHILOLOGICA.NET may consist of up to four structural divisions:
2. Format of the ArticlesPHILOLOGICA.NET is a hypertext-based online journal and therefore it uses (selected portions of) the HTML (Hypertext Markup Language) language as the format in which we publish the articles. The HTML language is easy to learn and the articles in HTML can be written in virtually any simple text editor. This is because writing in HTML consists of merely enclosing the given parts of text with the HTML tags. The tags will ensure that the enclosed text will be displayed with the feature specified by the name of the respective tag(s). Thus, for example, enclosing the word "Philologica" with the tags <U> and </U>, i.e. like this <U>Philologica</U> will underline the word: Philologica The following parts contain information how to write articles in the HTML format. 2.1 General Formatting TagsAny article on PHILOLOGICA.NET may consist of up to four structural divisions:
(On how to format the individual divisions please refer to part 2.2.) In divisions 2., 3. and 4., the following tags may be used where necessary: <B>...</B> will render a portion of the text in boldface However, we do not recommend combining them as is shown by the asterisked line: *<B><U>...</U></B> Probably the greatest advantage of on-line publishing is that any part of text may be turned into a hyperlink. This is done using the <A> tag. For example, encapsulating the word “on-line" in the following sentence PHILOLOGICA.NET is will turn the word “on-line" into a hyperlink pointing to the homepage of our journal: PHILOLOGICA.NET is an on-line journal in modern philology. The <A> tag is allowed in all of the four divisions. 2.2 Division-Specific FormattingThe following parts contain information about the formatting of the individual divisions. 2.2.1 Formatting the “Table of Contents” DivisionThe “Table of Contents” division of the article is not obligatory. If the author wishes to include a table of contents into his article, he must begin this division with the following piece of HTML code: <DIV CLASS="contents"> Within the contents, the tags forming an ordered list of contents are allowed: <OL> indicates the start of the list The list can be nested as shown in the following example: <OL> the start of the list - LEVEL 1 To mark the end of the “Table of Contents” division, the following tag MUST be placed at the very end of the division: </DIV> 2.2.2 Formatting the “Article Proper” DivisionThe “Article Proper” division is the only obligatory division and must be introduced by the following piece of HTML code: <DIV CLASS="article"> The following are the tags that the authors may use to format the text of the article proper: <H3>...</H3> will mark the names of chapters as headings To render several items into an unordered list of items, the following group of tags may be used: <UL> inicates the start of the list Similarly, to render several items into an ordered (numbered) list of items, the following group of tags may be used: <OL> indicates the start of the list Articles may contain pictures, which have to be sent separately in the attachment. In order to display the picture(s) as part of the article, the following tag must used to mark the position of the picture within the text: <IMG SRC="figure1.gif" ALT="Figure 1" BORDER="0"> In the above example, figure1.gif stands for the name of the picture. The author may specify whether the picture will have a border or not. This is done via the “BORDER” attribute which is placed inside the IMG tag (BORDER="0" renders the picture without a border, BORDER="1" renders the picture with a thin border). Also inside the IMG tag, the ALT atribute must be used to specify alternate text For browsers that cannot display images. The alternate text of the image in the above example is Figure 1. On PHILOLOGICA.NET, the maximum acceptable picture width is 480 pixels. Please note that the IMG tag does not have a closing tag. Should the picture be given a name/description, for example “Figure No.1”, the following tag, written immediately after the <IMG> tag, will append the name/description to the picture: <H6>Figure No.1</H6> To mark the end of the “Article Proper” division, the following tag must be placed at the very end of the division: </DIV> 2.2.3 Formatting the “Notes” DivisionThe “Notes” division is not obligatory. If the author does use notes throughout the text, the text of the notes should appear in this division as the so-called “endnotes”. The “Notes” division must be introduced by the following piece of HTML code: <DIV CLASS="notes"> Then come the notes themselves. Each of the notes must begin with a number in square brackets, and the whole text of the note, together with the note number, must be enclosed in the <P>...</P> tags. The corresponding note numbers within the “Article Proper“ division must also be given in square brackets. On PHILOLOGICA.NET, all notes in the “Notes” division may be hyperlinked with the note numbers in the “Article Proper“ division. The hyperlinking of the note numbers in the “Article Proper“ to the note numbers at the beginning of the notes in the “Notes” division is done using the A tag. The following piece of code shows the way it should be done: <DIV CLASS="article"> When displayed by a WWW browser, the code will produce the following result:
As can be seen from the result, the note numbers are hyperlinked and a click on the note number that follows the word “paper” will take the reader to its destination - the note. The end of the “Notes” division must be marked by the </DIV> tag. 2.2.4 Formatting the “References” DivisionThe “References” division of the article is not obligatory. If the author wishes to include references to other articles, he or she must place the references at the end of the whole article. Formatting the “References” division should not cause any serious problems. First, the “References” division must be introduced by the following piece of HTML code: <DIV CLASS="references"> Then comes the text with the references. Each reference must be enclosed in the <P>...</P> tags. For example <P>Firbas, J. (1961): 'On the communicative value of the modern English finite verb', <I>Brno Studies in English</I> 3, pp. 79-104</P> The “References” division must be closed by the following tag: </DIV> The content of the "Reference" division will then look like the following:
2.3 Using TablesDue to the fact that the way the tables are constructed in HTML is rather complex, we ask the authors to sent all tables as pictures in GIF format. The tables will be published as pictures. Please make sure the width of all pictures does not exceed 480 pixels. For further information on how to include pictures in the article, see section 2.2.2 Formatting the “Article Proper” division of this document. 2.4 Writing Phonetic TranscriptionThe IPA (International Phonetic Association) characters can be used in the articles in phonetic transcriptions but must be enclosed as shown in the following example: <SPAN class="ipa">......</SPAN> For example, to include a phonetic transcription of the English word "thing", the following text would have to be used: <SPAN class="ipa">[θɪŋ]</SPAN> This will be displayed as [θɪŋ] For more information about the character codes of the IPA letters please visit the IPA/UNICODE page of Prof. John Wells (University College London, UK). 2.5 Tag Summary
3. Article TemplateThe following code is a template that can be copied&pasted into a text editor and used as a start-up piece of HTML code for a new article. Remember that except for the “Article Proper” division, shown here against the reddish background, all the other divisions are optional.
|
[Viewed on 2024-10-10] |
Philologica.net is published by Albis - Giorgio Cadorini |
(From 2004 to 2016 the journal was published by The Vilém Mathesius Society, Opava, Czech Republic) |
Copyright © 2003-2024, Philologica.net |