1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <!DOCTYPE html>
- <html lang="ru">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="Cache-Control" content="no-cache">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" href="../../katex/katex.css">
- <link rel="stylesheet" type="text/css" href="../../include/print.css">
- <link rel="shortcut icon" href="../../favicon.ico">
- <script defer src="../../katex/katex.js"></script>
- <title>{{title}}</title>
- </head>
- <body onload="renderMathInElement(document.body, KATOPT);">
- <h1>АРХИВ ПУБЛИКАЦИЙ ОБУЧАЮЩИХСЯ И СОТРУДНИКОВ СУНЦ УрФУ</h1>
- <header>
- УДК {{УДК}}
- {{Заголовок}}
- {{Автор}}
- </header>
- <aside>
- {{Аннотация}}
- <i>Ключевые слова:</i> {{Ключевые}}.
- </aside>
- <article>
- {{Текст}}
- </article>
- <section>
- {{Литература}}
- </section>
- <footer>
- <i>{{ФИО}}</i> – {{должность}} (<nobr>e-mail: {{email}}</nobr>).{{соавт}}
- © {{ФамилияИО}}, {{год}}.
- Статья поступила в редакцию {{дата}}
- </footer>
- <script src="../../js/print.js"></script>
- </body>
- </html>
|