我在写一篇论文想引用Rascal的话。我应该引用哪一篇论文?还是我应该引用到网站的链接呢?网站上没有提到任何出版物。维基百科的条目提到了2013年的一份出版物(第13次诈骗)。我要用这个吗?
发布于 2020-11-09 15:50:27
Rascal存储库有一个CITATION.md。SCAM2009确实是一种常见的引文。
引证如下:
通用语言参考
[c,sh,w}ould引用如下:
@inproceedings{RascalGTTSE,
title = {EASY Meta-Programming with Rascal. Leveraging the Extract-Analyze-SYnthesize Paradigm for Meta-Programming},
author = {Paul Klint and Tijs van der Storm and Jurgen J. Vinju},
year = {2010},
booktitle = {Proceedings of the 3rd International Summer School on Generative and Transformational Techniques in Software Engineering (GTTSE'09)},
location = {Braga, Portugal},
series = {LNCS},
publisher = {Springer},
}软件分析和转换(重构)
[c,sh,w}ould引用如下:
@inproceedings{rascal,
Author = {Paul Klint and Tijs van der Storm and Jurgen J. Vinju},
Title = {RASCAL: A Domain Specific Language for Source Code Analysis and Manipulation},
Booktitle = {Ninth IEEE International Working Conference on Source Code Analysis and Manipulation (SCAM)},
Doi = {http://doi.ieeecomputersociety.org/10.1109/SCAM.2009.28},
Pages = {168-177},
Publisher = {IEEE Computer Society},
Year = {2009},
}https://stackoverflow.com/questions/64754444
复制相似问题