<<Article Title goes here>> By <<your name>>
Abstract. The abstract should summarize the contents of the paper and should contain at least 70 and at most 100 words. It should be set in 9-point font size and should be inset 1.0 cm from the right and left margins. There should be two blank (10-point) lines before and after the abstract.
<<Heading goes here>>
text below this heading goes here
<<Another Heading>>
text below this heading goes here. This is a footnote[1] that appears at the end of the page.
Figures and Photographs

Fig. 1. One kernel at xs (dotted kernel) or two kernels at xi and xj (left and right) lead to the same summed estimate at xs. This shows a figure consisting of different types of lines. Elements of the figure described in the caption should be set in italics, in parentheses, as shown in this sample caption. The last sentence of a figure caption should generally end without a period
Text relating to the formula goes here
| x + y = z | (1) |
And here as well. And here is another footnote[2].
Program Code
Program listings or program commands in the text are normally set in typewriter font, e.g., CMTT10 or Courier. Example of a Computer Program from Jensen K., Wirth N. (1991) Pascal user manual and report. Springer, New York
program Inflation (Output)
{Assuming annual inflation rates of 7%, 8%, and
10%,... years};
const MaxYears = 10;
var Year: 0..MaxYears;
Factor1, Factor2, Factor3: Real;
begin
Year := 0;
Factor1 := 1.0; Factor2 := 1.0; Factor3 := 1.0;
WriteLn('Year 7% 8% 10%'); WriteLn;
repeat
Year := Year + 1;
Factor1 := Factor1 * 1.07;
Factor2 := Factor2 * 1.08;
Factor3 := Factor3 * 1.10;
WriteLn(Year:5,Factor1:7:3,Factor2:7:3,
Factor3:7:3)
until Year = MaxYears
end.
<<References go here>>
1. Baldonado, M., Chang, C.-C.K., Gravano, L., Paepcke, A.: The Stanford Digital Library Metadata Architecture. Int. J. Digit. Libr. 1 (1997) 108–121
2. Bruce, K.B., Cardelli, L., Pierce, B.C.: Comparing Object Encodings. In: Abadi, M., Ito, T. (eds.): Theoretical Aspects of Computer Software. Lecture Notes in Computer Science, Vol. 1281. Springer-Verlag, Berlin Heidelberg New York (1997) 415–438
<<Author’s name goes here>>
J.A holds an MBA from the University of Cyprus. He is currently leading a project on e-CRM for a large organization in Cyprus. His professional interests include among others, e-Business, Knowledge Management Systems and Artificial Interest.
He can be reached at This e-mail address is being protected from spambots. You need JavaScript enabled to view it



Sample Article

