Skip to content
Permalink
Browse files
Merge pull request aa9863#22 from aa9863/303COM
Dissertation Template
  • Loading branch information
aa9863 committed Aug 13, 2020
2 parents 8bf23e9 + 5ad6bad commit 192b53f5cf9a124c741f5f8452cb5962e2e30da0
Show file tree
Hide file tree
Showing 4 changed files with 491 additions and 0 deletions.
@@ -0,0 +1,36 @@
---
student: A Student
supervisor: Dan Goldsmith
role: 1st Supervisor
---

# Objectives [ 10 / 20 ]

You set out do do something.

Well stated research question, makes it clear what the objectives of the project
are

You achieve the goals you set out to do.



# Research Methods [ 15 / 40 ]

Lit review is good, although I would like more discussion as to WHY
the papers you select are relevant to the project.

Sound technical approach to the work

# Project Conduct [ 5 / 30 ]

You have some evidence of project managment, I would like to see how the
timeline evolved and you delt with an iussue


# Report Structure [ 5 / 10 ]

Report structure follows that in the giude, make it clear where the effort can
be allocated to the marks.

Otherwise, a well written report. You clearly explain the concepts, and algorithms.
@@ -0,0 +1,2 @@
.mainbody{
}
@@ -0,0 +1,226 @@
<!doctype html>
<html lang="en">

<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<link rel="stylesheet" href="coursework.css">

<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css"
integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk"
crossorigin="anonymous">

<title>303Com Final Feedback</title>
</head>

<body>


<!-- The Main Container. container-lg is responsive, with large screen (960px) width-->
<div class="container-lg mainbody">
<div class="col">
<h1>303COM Final Project Report Grading and Feedback</h1>
</div>

<div class="row pt-4">
<div class="col-md-4 border bg-light">
<h5>Student Name</h5>
</div>
<div class="col border">
{{ header.student }}
</div>
</div>
<div class="row">
<div class="col-md-4 border bg-light">
<h5>{{ header.role }}</h5>
</div>
<div class="col border">
{{ header.supervisor }}
</div>
</div>

<!-- Marks Section -->
<!-- And the Main Content-->
<div class="row pt-4">
<div class="col-md-10 border bg-light">
<h4>Overall Meeting of Objectives in relation to research question</h4>
</div>
<div class="col border text-right">
/ 20
</div>
</div>
<div class="row">
<div class="col-md-10 border">
<em>Feedback: Please Comment on</em>
<ul>
<li>Appropriateness of project to the degree program
</li>
<li>Scope level and challenge of the progje</li>
<li>Degree to which the project answers the research question and
meets its objectives</li>
<li>Degree of originality and creativity</li>
</ul>
</div>
<div class="col border">
</div>
</div>
<div class="row">
<div class="col border">
<h4>Comments:</h4>
</div>
</div>
<!-- END BLOCK -->

<div class="row pt-4">
<div class="col-md-10 border bg-light">
<h4>Research Methods & Literature Review</h4>
</div>
<div class="col-md border text-right">
/ 40
</div>
</div>
<div class="row">
<div class="col-md-10 border">
<em>Feedback: Please Comment on</em>
<ul>
<li>The suitability of the Primary Research Method(s) chosen. The
execution of the primary research method.</li>

<li>Literature review. The comprehensive of sources and materials used - The
range relevance and recentness of sourcing correctly cited - The level of
critical appraisal of literature – The explanation of the key concepts and
appropriate conclusions in relation to the project.</li>


<li>Analysis of findings. The extrapolation of facts and/or
statistics – The appropriateness of conclusions drawn from both
primary and secondary methods. The development of novel insights
or outputs. The presentation of information in a clear and
comprehensive manner.</li>

<li>Research – Demonstration of a wide range of reading and
research for the project through analytical and reflective
discussion in the dissertation. This should be supported by a
varied use of in-text citation (CU Harvard Referencing or
Harvard Referencing).</li>
</ul>
</div>
<div class="col border">
</div>
</div>
<div class="row">
<div class="col border">
<h4>Comments:</h4>
</div>
</div>
<!-- END BLOCK -->

<div class="row pt-4">
<div class="col-md-10 border bg-light">
<h4>CONDUCT OF PROJECT, PROJECT MANAGEMENT, DEGREE OF REFLECTION AND RESPONSE TO
SUPERVISION, CONSIDERATION OF SOCIAL LEGAL AND PROFESSIONAL ISSUES. REFLECTION ON
PRESENTATION</h4>
</div>
<div class="col-md border text-right">
/ 30
</div>
</div>
<div class="row">
<div class="col-md-10 border">
<em>Feedback: Please Comment on</em>
<ul>
<li>The student’s critical evaluation of project conduct – The
appropriateness of methods employed to manage the project with
lessons learnt and effectiveness of the experience</li>

<li>Evidence of project management (meeting logs / diary) –
Evidence of planning and time management - The consideration of
social, professional, legal and ethical issues in relation to the project.</li>

<li>Evidence of a project management methodology as well as
approach to the development of any website/application etc…for example: Scrum, Iterative Project Lifecycle.</li>

<li>Evidence of presentation of progress to supervisor (during
last two weeks of spring term) Evidence that feedback at the
presentation has been captured by the student and that the
report responds to and reflects on this feedback.</li>
</ul>
</div>
<div class="col border">
</div>
</div>
<div class="row">
<div class="col border">
<h4>Comments:</h4>
</div>
</div>
<!-- END BLOCK -->

<div class="row pt-4">
<div class="col-md-10 border bg-light">
<h4>Report Structure and Clairity of Communication</h4>
</div>
<div class="col-md border text-right">
/ 10
</div>
</div>
<div class="row">
<div class="col-md-10 border">
<em>Feedback: Please Comment on</em>
<ul>
<li>The clarity, conciseness and ease of use of the project
report. Overall spelling, grammar, use of Harvard citation and
referencing. Logical selection and ordering of chapters. The
completeness and presentation of the report, appropriate use of
diagrams, charts, figures etc.</li>
</ul>
</div>
<div class="col border">
</div>
</div>
<div class="row">
<div class="col border">
<h4>Comments:</h4>
</div>
</div>
<!-- END BLOCK -->

<!-- Total part -->
<div class="row pt-4">
<div class="col-md-10 border">
<h4 class="text-right" >TOTAL</h4>
</div>
<div class="col border align-self-center">
<h3>{{ header.marks.total }}</h3>
</div>

</div>



</div>





<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>



</body>

</html>

0 comments on commit 192b53f

Please sign in to comment.