作为论文的一部分,我阅读了一些源代码。不幸的是,此源代码仅作为 svn 存储库提供。我如何编写对它的引用?我发现访问它的最短方法是:
svn checkout -r187 http://seccompsandbox.googlecode.com/svn/trunk/ seccompsandbox-read-only
我该如何编写此类源代码的引用?
答案1
一种可能性是
@misc{key,
title = {http://seccompsandbox.googlecode.com/svn/trunk/},
howpublished = {svn checkout -r187},
}
如果您认为biblatex
它有一个@online
支持version
@online{key,
url = {http://seccompsandbox.googlecode.com/svn/trunk},
version = {svn checkout -r187},
}