Skip to content

Commit ee163ba

Browse files
committed
fixed documentation
1 parent 1127f31 commit ee163ba

3 files changed

Lines changed: 54 additions & 70 deletions

File tree

CITATION

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,23 @@
11
To cite the Octave queueing package use:
22

3-
Moreno Marzolla, The qnetworks Toolbox: A Software Package for
4-
Queueing Networks Analysis. Khalid Al-Begain, Dieter Fiems and
5-
William J. Knottenbelt, Editors, Proceedings 17th International
6-
Conference on Analytical and Stochastic Modeling Techniques and
7-
Applications (ASMTA 2010) Cardiff, UK, June 14--16, 2010, volume
8-
6148 of Lecture Notes in Computer Science, Springer, pp. 102--116,
9-
ISBN 978-3-642-13567-5, DOI 10.1007/978-3-642-13568-2_8
3+
Moreno Marzolla. 2022. Queueing Networks and Markov Chains Analysis
4+
with the Octave queueing package. SIGMETRICS Perform. Eval. Rev. 49,
5+
4 (March 2022), 47–52. https://doi.org/10.1145/3543146.3543158
106

117
A BibTeX entry for LaTeX users is:
128

13-
@inproceedings{queueing,
14-
author = {Moreno Marzolla},
15-
title = {The qnetworks Toolbox: A Software Package for Queueing Networks Analysis},
16-
booktitle = {Analytical and Stochastic Modeling Techniques and Applications, 17th International Conference, ASMTA 2010, Cardiff, UK, June 14--16, 2010. Proceedings},
17-
editor = {Khalid Al-Begain and Dieter Fiems and William J. Knottenbelt},
18-
year = {2010},
19-
publisher = {Springer},
20-
series = {Lecture Notes in Computer Science},
21-
volume = {6148},
22-
pages = {102--116},
23-
ee = {http://dx.doi.org/10.1007/978-3-642-13568-2_8},
24-
doi = {10.1007/978-3-642-13568-2_8},
25-
isbn = {978-3-642-13567-5}
9+
@article{queueing,
10+
author = {Marzolla, Moreno},
11+
title = {Queueing Networks and Markov Chains Analysis with the Octave queueing package},
12+
year = {2022},
13+
issue_date = {March 2022},
14+
publisher = {Association for Computing Machinery},
15+
address = {New York, NY, USA},
16+
volume = {49},
17+
number = {4},
18+
issn = {0163-5999},
19+
doi = {10.1145/3543146.3543158},
20+
journal = {SIGMETRICS Perform. Eval. Rev.},
21+
month = {jun},
22+
pages = {47--52}
2623
}
27-

README.md

Lines changed: 18 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2018, 2020, 2024
44

5-
Moreno Marzolla <moreno.marzolla (at) unibo.it>
5+
Moreno Marzolla <moreno.marzolla@unibo.it>
66

77
## Description
88

@@ -45,29 +45,26 @@ built-in command at the GNU Octave prompt. See the manual for details.
4545

4646
To cite the Octave queueing package use:
4747

48-
> Moreno Marzolla, The qnetworks Toolbox: A Software Package for
49-
> Queueing Networks Analysis. Khalid Al-Begain, Dieter Fiems and
50-
> William J. Knottenbelt, Editors, Proceedings 17th International
51-
> Conference on Analytical and Stochastic Modeling Techniques and
52-
> Applications (ASMTA 2010) Cardiff, UK, June 14--16, 2010, volume
53-
> 6148 of Lecture Notes in Computer Science, Springer, pp. 102--116,
54-
> ISBN 978-3-642-13567-5, DOI 10.1007/978-3-642-13568-2_8
48+
> Moreno Marzolla. 2022. Queueing Networks and Markov Chains Analysis
49+
> with the Octave queueing package. SIGMETRICS Perform. Eval. Rev. 49,
50+
> 4 (March 2022), 47–52. https://doi.org/10.1145/3543146.3543158
5551
5652
A BibTeX entry for LaTeX users is:
5753

5854
```
59-
@inproceedings{queueing,
60-
author = {Moreno Marzolla},
61-
title = {The qnetworks Toolbox: A Software Package for Queueing Networks Analysis},
62-
booktitle = {Analytical and Stochastic Modeling Techniques and Applications, 17th International Conference, ASMTA 2010, Cardiff, UK, June 14--16, 2010. Proceedings},
63-
editor = {Khalid Al-Begain and Dieter Fiems and William J. Knottenbelt},
64-
year = {2010},
65-
publisher = {Springer},
66-
series = {Lecture Notes in Computer Science},
67-
volume = {6148},
68-
pages = {102--116},
69-
ee = {http://dx.doi.org/10.1007/978-3-642-13568-2_8},
70-
doi = {10.1007/978-3-642-13568-2_8},
71-
isbn = {978-3-642-13567-5}
55+
@article{queueing,
56+
author = {Marzolla, Moreno},
57+
title = {Queueing Networks and Markov Chains Analysis with the Octave queueing package},
58+
year = {2022},
59+
issue_date = {March 2022},
60+
publisher = {Association for Computing Machinery},
61+
address = {New York, NY, USA},
62+
volume = {49},
63+
number = {4},
64+
issn = {0163-5999},
65+
doi = {10.1145/3543146.3543158},
66+
journal = {SIGMETRICS Perform. Eval. Rev.},
67+
month = {jun},
68+
pages = {47--52}
7269
}
7370
```

doc/summary.txi

Lines changed: 19 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@c -*- texinfo -*-
22

3-
@c Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016, 2020 Moreno Marzolla
3+
@c Copyright (C) 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016, 2020, 2024 Moreno Marzolla
44
@c
55
@c This file is part of the queueing package.
66
@c
@@ -96,41 +96,32 @@ If you use the @code{queueing} package in a technical paper, please
9696
cite it as:
9797

9898
@quotation
99-
Moreno Marzolla, @emph{The qnetworks Toolbox: A Software Package for
100-
Queueing Networks Analysis}. Khalid Al-Begain, Dieter Fiems and
101-
William J. Knottenbelt, Editors, Proceedings 17th International
102-
Conference on Analytical and Stochastic Modeling Techniques and
103-
Applications (ASMTA 2010) Cardiff, UK, June 14--16, 2010, volume 6148
104-
of Lecture Notes in Computer Science, Springer, pp. 102--116, ISBN
105-
978-3-642-13567-5
99+
Moreno Marzolla. 2022. Queueing Networks and Markov Chains Analysis
100+
with the Octave queueing package. SIGMETRICS Perform. Eval. Rev. 49, 4
101+
(March 2022), 47–52. @url{https://doi.org/10.1145/3543146.3543158}
106102
@end quotation
107103

108104
If you use BibTeX, this is the citation block:
109105

110106
@verbatim
111-
@inproceedings{queueing,
112-
author = {Moreno Marzolla},
113-
title = {The qnetworks Toolbox: A Software Package for Queueing
114-
Networks Analysis},
115-
booktitle = {Analytical and Stochastic Modeling Techniques and
116-
Applications, 17th International Conference,
117-
ASMTA 2010, Cardiff, UK, June 14-16, 2010. Proceedings},
118-
editor = {Khalid Al-Begain and Dieter Fiems and William J. Knottenbelt},
119-
year = {2010},
120-
publisher = {Springer},
121-
series = {Lecture Notes in Computer Science},
122-
volume = {6148},
123-
pages = {102--116},
124-
ee = {http://dx.doi.org/10.1007/978-3-642-13568-2_8},
125-
isbn = {978-3-642-13567-5}
107+
@article{queueing,
108+
author = {Marzolla, Moreno},
109+
title = {Queueing Networks and Markov Chains Analysis
110+
with the Octave queueing package},
111+
year = {2022},
112+
issue_date = {March 2022},
113+
publisher = {Association for Computing Machinery},
114+
address = {New York, NY, USA},
115+
volume = {49},
116+
number = {4},
117+
issn = {0163-5999},
118+
doi = {10.1145/3543146.3543158},
119+
journal = {SIGMETRICS Perform. Eval. Rev.},
120+
month = {jun},
121+
pages = {47--52}
126122
}
127123
@end verbatim
128124

129-
An early draft of the paper above is available as Technical Report
130-
@uref{https://www.moreno.marzolla.name/publications/papers/UBLCS-2010-04.pdf,
131-
UBLCS-2010-04}, February 2010, Department of Computer Science,
132-
University of Bologna, Italy.
133-
134125
@node Contributing Guidelines
135126
@section Contributing Guidelines
136127

0 commit comments

Comments
 (0)