Slide 6
Slide 6 text
2: The freedom to redistribute and make copies so
you can help your neighbor.
3: The freedom to improve the program, and release
your improvements (and modified versions in
general) to the public, so that the whole community
benefits.
@@ -18,7 +18,7 @@
"inRepository": true,
"translatorType": 3,
"browserSupport": "gcsv",
- "lastUpdated": "2017-01-25 13:39:28"
+ "lastUpdated": "2017-03-11 13:39:28"
}
function detectImport() {
@@ -1089,13 +1089,13 @@ var citeKeyConversions = {
if(item.creators && item.creators[0] && item.creators[0].lastName) {
return item.creators[0].lastName.toLowerCase().replace(/ /g,
}
- return "";
+ return "noauthor";
},
"t":function (flags, item) {
if (item["title"]) { 3 . 4