-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubs.tex
113 lines (104 loc) · 3.4 KB
/
pubs.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
%% ---------------------------------------------------------------------------
\documentclass[12pt, letterpaper]{article}
%% ---------------------------------------------------------------------------
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
%% ---------------------------------------------------------------------------
\usepackage[top=1.0in,bottom=1.0in,left=1.0in,right=1.0in]{geometry}
%% ---------------------------------------------------------------------------
\usepackage{paralist}
\usepackage{hyperref}
%% ---------------------------------------------------------------------------
% Should be loaded before "multibib"
\usepackage{cite}
%% ---------------------------------------------------------------------------
% C:\w\texmf\doc\latex\multibib\multibib.dvi
\usepackage{multibib}
\newcites{Arts}{Articles in peer-reviewed journals}
\newcites{Patents}{Patents}
\newcites{Books}{Books}
\newcites{Col}{Articles in thematic collections}
\newcites{Conf}{Conference proceedings}
\newcites{Thes}{Books of abstracts}
\setbiblabelwidth{99}
%% ---------------------------------------------------------------------------
\renewcommand{\baselinestretch}{1.05}
%% ---------------------------------------------------------------------------
\begin{document}
\section*{Alexander Pozdneev's Publications}
In total, 38 publications:
\begin{compactitem}[---]
\item
5 articles in peer-reviewed journals (2 in English, 1 translated to English)~\citeArts{%
weber:jctc-2015,
pozdneev:matmod-2009,
pozdneev:pps-2009,
pozdneev:vestnik-2008-en,
nikolaev:rcm-2007%
},
\item
2 patents (2 granted, 0 pending)~\citePatents{%
US10546355B2,
US20180113962A1%
},
\item
24 publications in conference proceedings (15 in English)~\citeConf{%
ushmaev:ior-2017,
pozdneev:sc-2016,
babin:rptce-2016,
smirnov:piers-2014,
pozdneev:pavt-2011,
pozdneev:abrau-2010,
gulyaev:abrau-2010,
pozdneev:lomonosov-2009,
pozdneev:abrau-2008,
nikolaev:plasma-2008,
pozdneev:asms-2008,
boldin:mipt-2007,
pozdneev:abrau-2007,
avtonomov:vmso-2007,
ryumin:vmso-2007,
nikolaev:ftms-2007,
nikolaev:asms-2007,
popov:tikhonov-2006,
chingin:asms-2006,
burakiewicz:asms-2006,
nikolaev:asms-2006,
nikolaev:asms-2005,
popov:asms-2005,
nikolaev:florida-2005%
},
\item
3 IBM Redbook publications (3 in English)~\citeBooks{%
SG-248371,
SG-248280,
SG-248263
},
\item
1 IBM Redpaper publication (1 in English)~\citeBooks{%
REDP-5169
},
\item
2 articles in thematic collections (0 in English)~\citeCol{%
pozdneev:korolev-2007,
korolev:korolev-2007%
},
\item
1 publication in a book of abstracts (0 in English)~\citeThes{%
pozdneev:diploma-2006%
}.
\end{compactitem}
\bibliographystyleArts{unsrt}
\bibliographyArts{pozdneev-arts}
\bibliographystylePatents{unsrt}
\bibliographyPatents{pozdneev-patents}
\bibliographystyleConf{unsrt}
\bibliographyConf{pozdneev-conf}
\bibliographystyleBooks{unsrt}
\bibliographyBooks{pozdneev-books}
\bibliographystyleCol{unsrt}
\bibliographyCol{pozdneev-col}
\bibliographystyleThes{unsrt}
\bibliographyThes{pozdneev-thes}
\end{document}
%% ---------------------------------------------------------------------------