-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathcitesite.html
executable file
·46 lines (39 loc) · 1.4 KB
/
citesite.html
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>How to cite Peter's MATLAB and Octave Functions</title>
<link href="pkstylesheet.css" rel="stylesheet" type="text/css">
</head>
<body>
<h3>How to cite<br> "MATLAB and Octave Functions for Computer Vision
and Image Processing"</h3>
There do not seem to be any really strong conventions for citing URLs so the
following is just a suggestion
<p>
<blockquote>
Peter Kovesi.   MATLAB and Octave Functions for Computer Vision
and Image Processing.<br>
Available from:<br>
<http://www.peterkovesi.com/matlabfns/>.
</blockquote>
<p><bf>BibTeX entry:</bf><br>
<blockquote>
<pre>
@misc {KovesiMATLABCode,
author = "P. D. Kovesi",
title = "{MATLAB} and {Octave} Functions for Computer Vision and Image Processing",
note = "Available from: $<$http://www.peterkovesi.com/matlabfns/$>$",
}
</pre>
</blockquote>
<p>Defining a date for a URL can be a bit problematic. The site
was first created in 2000, but it contains code going back to 1996.
Updates and modifications occur every month or so.
<a href=
http://www.mla.org/publications/style/style_faq/style_faq4>The
MLA Web citation style</a> suggests that you include the date of
electronic publication, of the latest update, or of posting, and the
date when the researcher accessed the source. I guess you could say that
the publication date for the site is the year 2000.
</body>
</html>