1
0
Fork 0

References: general cleanup and fixes

master
Jack Henschel 2 years ago
parent 74aeb4bf58
commit cf4a3674e4

@ -140,7 +140,7 @@ FUNCTION {default.name.latex.cmd}{ "" }
% The default URL prefix.
FUNCTION {default.name.url.prefix}{ "[Online]. Available:" }
FUNCTION {default.name.url.prefix}{ "Available online:" }
% The default URLDATE prefix
FUNCTION {default.name.urldate.prefix}{ "Accessed" }
@ -274,6 +274,7 @@ ENTRY
institution
intype
journal
journaltitle
key
language
month
@ -1509,6 +1510,17 @@ FUNCTION {format.journal}
if$
}
FUNCTION {format.journaltitle}
{ journaltitle duplicate$ empty$ 'skip$
{ this.to.prev.status
this.status.std
cap.status.std
select.language
emphasize
}
if$
}
%% how published
@ -1978,13 +1990,13 @@ FUNCTION {article}
name.or.dash
format.article.title "title" output.warn
format.journal "journal" bibinfo.check "journal" output.warn
format.journaltitle "journaltitle" bibinfo.check "journaltitle" output.warn
format.volume output
format.number.if.use.for.article output
format.pages output
format.date "year" output.warn
format.note output
format.url output
format.urldate output
fin.entry
if.url.std.interword.spacing
}
@ -2009,7 +2021,6 @@ FUNCTION {book}
format.number output
format.note output
format.url output
format.urldate output
fin.entry
if.url.std.interword.spacing
}
@ -2027,7 +2038,6 @@ FUNCTION {booklet}
format.date output
format.note output
format.url output
format.urldate output
fin.entry
if.url.std.interword.spacing
}
@ -2069,7 +2079,6 @@ FUNCTION {inbook}
format.pages output
format.note output
format.url output
format.urldate output
fin.entry
if.url.std.interword.spacing
}
@ -2091,7 +2100,6 @@ FUNCTION {incollection}
format.pages output
format.note output
format.url output
format.urldate output
fin.entry
if.url.std.interword.spacing
}
@ -2118,7 +2126,6 @@ FUNCTION {inproceedings}
format.pages output
format.note output
format.url output
format.urldate output
fin.entry
if.url.std.interword.spacing
}
@ -2154,7 +2161,6 @@ FUNCTION {mastersthesis}
format.date "year" output.warn
format.note output
format.url output
format.urldate output
fin.entry
if.url.std.interword.spacing
}
@ -2190,7 +2196,6 @@ FUNCTION {patent}
format.patent.date output
format.note output
format.url output
format.urldate output
fin.entry
empty.entry.warn
if.url.std.interword.spacing
@ -2210,7 +2215,6 @@ FUNCTION {periodical}
format.date "year" output.warn
format.note output
format.url output
format.urldate output
fin.entry
if.url.std.interword.spacing
}
@ -2228,7 +2232,6 @@ FUNCTION {phdthesis}
format.date "year" output.warn
format.note output
format.url output
format.urldate output
fin.entry
if.url.std.interword.spacing
}
@ -2251,7 +2254,6 @@ FUNCTION {proceedings}
if$
format.note output
format.url output
format.urldate output
fin.entry
if.url.std.interword.spacing
}
@ -2269,7 +2271,6 @@ FUNCTION {standard}
format.date output
format.note output
format.url output
format.urldate output
fin.entry
if.url.std.interword.spacing
}

@ -21,7 +21,7 @@ all: $(TARGET)
## and '$<' is a variable holding the (first) dependency of a rule.
## Produce final target from all input files
$(TARGET): $(TEX_SRC) $(RASTERIMG) $(patsubst %.svg,%.pdf,$(VECTORIMG)) $(BIB)
$(TARGET): $(TEX_SRC) $(RASTERIMG) $(patsubst %.svg,%.pdf,$(VECTORIMG)) $(BIB) IEEEtranUrldate.bst
## Convert markdown source to LaTeX

@ -469,12 +469,19 @@
number = {1}
}
@article{EnergyAwareServerProvisioningLoad_2008,
@inproceedings{EnergyAwareServerProvisioningLoad_2008,
title = {Energy-{{Aware Server Provisioning}} and {{Load Dispatching}} for {{Connection}}-{{Intensive Internet Services}}},
shorttitle = {{{NSD I}} 08},
author = {Chen, Gong and He, Wenbo and Liu, Jie and Nath, Suman and Rigas, Leonidas and Xiao, Lin and Zhao, Feng},
date = {2008-01},
pages = {14},
langid = {english}
pages = {337--350},
publisher = {{USENIX Association}},
location = {{San Francisco, CA, USA}},
url = {https://www.usenix.org/legacy/event/nsdi08/tech/full_papers/chen/chen.pdf},
eventtitle = {Proceedings of the 5th {{USENIX Symposium}} on {{Networked Systems Design}} and {{Implementation}}},
isbn = {1119995555221},
langid = {english},
series = {{{NSDI}}'08}
}
@thesis{EvaluationEmergingServerlessPlatforms_2020,
@ -804,7 +811,10 @@
title = {Machine {{Learning}}-Based {{Scaling Management}} for {{Kubernetes Edge Clusters}}},
author = {Toka, Laszlo and Dobreff, Gergely and Fodor, Balazs and Sonkoly, Balazs},
date = {2020},
pages = {14},
journaltitle = {IEEE Transactions on Network and Service Management},
volume = {18},
pages = {958--972},
doi = {10.1109/TNSM.2021.3052837},
langid = {english}
}
@ -919,7 +929,6 @@
location = {{Gaithersburg, MD}},
doi = {10.6028/NIST.SP.800-145},
url = {https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-145.pdf},
urldate = {2021-04-15},
langid = {english},
number = {NIST SP 800-145}
}
@ -1010,7 +1019,6 @@
pages = {43},
institution = {{SPEC Research Group}},
url = {https://research.spec.org/fileadmin/user_upload/documents/rg_cloud/endorsed_publications/SPEC-RG-2016-01_CloudMetrics.pdf},
urldate = {2021-03-24},
number = {SPEC-RG-2016-01},
type = {Technical Report}
}
@ -1092,17 +1100,19 @@
langid = {english}
}
@online{ReviewServerlessUseCases_2020,
@report{ReviewServerlessUseCases_2020,
title = {A {{Review}} of {{Serverless Use Cases}} and Their {{Characteristics}}},
author = {Eismann, Simon and Scheuner, Joel and van Eyk, Erwin and Schwinger, Maximilian and Grohmann, Johannes and Herbst, Nikolas and Abad, Cristina L. and Iosup, Alexandru},
date = {2020-08-25},
url = {http://arxiv.org/abs/2008.11110},
urldate = {2020-12-15},
pages = {45},
institution = {{SPEC RG Cloud Working Group}},
url = {https://research.spec.org/fileadmin/user_upload/documents/rg_cloud/endorsed_publications/SPEC_RG_2020_Serverless_Usecases.pdf},
archiveprefix = {arXiv},
eprint = {2008.11110},
eprinttype = {arxiv},
number = {SPEC-RG-2021-1},
options = {useprefix=true},
primaryclass = {cs}
type = {Technical Report}
}
@inproceedings{ScientificBenchmarkingParallelComputing_2015,

Loading…
Cancel
Save