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
|
%%----------------------------------------------------------------------
%% ieeepes_check.bib
%%
%% Sample bibliographic data base for the ieeepes package.
%%
%% Volker Kuhlmann
%% 1.1 12 November 1995
%% 1.0 15 October 1995
%%----------------------------------------------------------------------
@Article{citepaper,
author = "J. F. Fuller and E. F. Fuchs and K. J. Roesler",
title = "Influence of harmonics in power distribution system
protection",
journal = "{IEEE} Trans.{\ }Power Delivery",
volume = "3",
number = "2",
month = apr,
year = "1988",
pages = "549--557",
}
@Book{citebook,
author = "E. Clark",
title = "Circuit Analysis of {AC} Power Systems",
volume = "I",
year = "1950",
publisher = "Wiley",
address = "New York",
pages = "81",
}
@InProceedings{citeconference,
author = "J. L. Alqueres and J. C. Praca",
title = "The Brazilian Power System and the Challenge of the
{A}mazon Transmission",
crossref = "PESSTDC91",
}
@Proceedings{PESSTDC91,
booktitle = "Proceedings of the 1991 Power Engineering Society
Transmission and Distribution Conference",
year = "1991",
note = "{91CH3070-0}",
pages = "315--320",
}
@InCollection{IEEEPES_PaperPreparation,
author = "J. W. Hagge and L. L. Grigsby",
title = "Preparation of Papers in a Two-Column Format for "
# ieeetec # " " # ieeetpd # " " # ieeetps,
crossref = "IEEEPES_PubGuide",
}
@Manual{IEEEPES_PubGuide,
booktitle = ieeepes # " Publication Guide",
publisher = ieeepes,
year = "1995",
month = jan,
}
|