thesis.bib 2.82 KB
Newer Older
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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
@misc{website:popularpython,
    author = "Philip Guo",
    title = "Python Is Now the Most Popular Introductory Teaching Language at Top U.s. Universities",
    month = "July",
    year = "2014",
    note = "https://cacm.acm.org/blogs/blog-cacm/176450-python-is-now-the-most-popular-introductory-teaching-language-at-top-u-s-universities/fulltext"
}

@misc{website:pythongrowth,
    author = "David Robinson",
    title = "The Incredible Growth of Python",
    month = "September",
    year = "2017",
    note = "https://stackoverflow.blog/2017/09/06/incredible-growth-python/"
}

@misc{website:whypython,
    author = "David Robinson",
    title = "Why is Python Growing So Quickly?",
    month = "September",
    year = "2017",
    note = "https://stackoverflow.blog/2017/09/14/python-growing-quickly/"
}

@article{hansen2002open,
  title={The Open Source approach—opportunities and limitations with respect to security and privacy},
  author={Hansen, Marit and K{\"o}hntopp, Kristian and Pfitzmann, Andreas},
  journal={Computers \& Security},
  volume={21},
  number={5},
  pages={461--471},
  year={2002},
  publisher={Elsevier}
}

@article{maggiolo2012introducing,
  title={Introducing CMS: A Contest Management System.},
  author={Maggiolo, Stefano and Mascellani, Giovanni},
  journal={Olympiads in Informatics},
  volume={6},
  year={2012}
}

@article{maggiolo2014cms,
  title={CMS: a Growing Grading System.},
  author={MAGGIOLO, Stefano and MASCELLANI, Giovanni and WEHRSTEDT, Luca},
  journal={Olympiads in Informatics},
  volume={8},
  year={2014}
}

@article{leal2003mooshak,
  title={Mooshak: A Web-based multi-site programming contest system},
  author={Leal, Jos{\'e} Paulo and Silva, Fernando},
  journal={Software: Practice and Experience},
  volume={33},
  number={6},
  pages={567--581},
  year={2003},
  publisher={Wiley Online Library}
}

@inproceedings{leal2008using,
  title={Using Mooshak as a competitive learning tool},
  author={Leal, Jos{\'e} Paulo and Silva, Fernando},
  booktitle={The 2008 Competitive Learning Symposium, ACM-ICPC World Finals},
  year={2008}
}

@article{ribeiro2008early,
  title={Early introduction of competitive programming},
  author={Ribeiro, Pedro and Guerreiro, Pedro},
  journal={Olympiads in Informatics},
  volume={2},
  pages={149--162},
  year={2008}
77
}
78 79 80 81 82 83 84

@book{martin2009clean,
  title={Clean code: a handbook of agile software craftsmanship},
  author={Martin, Robert C},
  year={2009},
  publisher={Pearson Education}
}
85 86 87 88 89 90 91 92 93 94 95



@MastersThesis{Tsiamitros,
  author={Νικόλαος Τσιαμήτρος},
  title={Σχεδίαση και Υλοποίηση Καταναμημένου Συστήματος για την Αυτόματη
         Αξιολόγηση Προγραμματιστικών Ασκήσεων},
  school={Εθνικό Μετσόβιο Πολυτεχνείο},
  address={Ελλάδα},
  year={2015},
}