Skip to content
Permalink
Browse files
add sections from word
  • Loading branch information
James Brusey committed Nov 8, 2022
1 parent 768de52 commit 8c681e9fb542e4a8b2685478de6e63075808c68b
Showing 1 changed file with 101 additions and 0 deletions.
@@ -46,3 +46,104 @@ bibliography: "zotero-export.bib"
---
#+END_SRC

* Include the required sections from the Word template

** Frontmatter
At the front of the document, you'll need this bit from the word template:

#+BEGIN_SRC
**Declaration of Originality**

I declare that this project is all my own work and has not been copied
in part or in whole from any other source except where duly
acknowledged. As such, all use of previously published work (from books,
journals, magazines, internet etc.) has been acknowledged by citation
within the main report to an item in the References or Bibliography
lists. I also agree that an electronic copy of this project may be
stored and used for the purposes of plagiarism prevention and detection.

**Statement of copyright**

I acknowledge that the copyright of this project report, and any product
developed as part of the project, belong to Coventry University.
Support, including funding, is available to commercialise products and
services developed by staff and students. Any revenue that is generated
is split with the inventor/s of the product or service. For further
information please see
[www.coventry.ac.uk/ipr](http://www.coventry.ac.uk/ipr) or contact
<ipr@coventry.ac.uk>.

**Statement of ethical engagement**

I declare that a proposal for this project has been submitted to the
Coventry University ethics monitoring website
(https://ethics.coventry.ac.uk/) and that the application number is
listed below (Note: Projects without an ethical application number will
be rejected for marking)

[Signed:]{.underline} [Date:]{.underline}

Please complete all fields.

-----------------------------------------------------------------------
First Name:
--------------------- -------------------------------------------------
Last Name:

Student ID number

Ethics Application
Number

1^st^ Supervisor Name

2^nd^ Supervisor Name
-----------------------------------------------------------------------

**This form must be completed, scanned and included with your project
submission to Turnitin. Failure to append these declarations may result
in your project being rejected for marking.**

#+END_SRC

** Other sections to include
The template suggests the following section headings.
Pay attention, however to what it says in the marking scheme rather than slavishly adhere to these headings.
#+BEGIN_SRC
# Introduction
## Background to the Project
## Project Objectives
## Overview of This Report
# Literature Review
# Methodology
# Requirements
# Analysis
# Design
# Implementation
# Testing
# Project Management
## Project Schedule
## Risk Management
## Quality Management
## Social, Legal, Ethical and Professional Considerations
# Critical Appraisal
# Conclusions
## Achievements
## Future Work
# Student Reflections
# References

Appendix A -- Project Specification

Appendix B -- Interim Progress Report and Meeting Records

Appendix C -- Requirements Specification
Document

Appendix D -- User Manual

Appendix E -- Project Presentation

Appendix F -- Certificate of Ethics Approval

#+end_src

0 comments on commit 8c681e9

Please sign in to comment.