Students

COMP777 – Computing Methods for Research

2019 – S2 Day

General Information

Download as PDF
Unit convenor and teaching staff Unit convenor and teaching staff Lecturer, Convenor
A/Prof Mark Dras
Contact via (email)
4 Research Park Drive, level 2, office 208
By appointment.
Credit points Credit points
4
Prerequisites Prerequisites
Admission to MRes
Corequisites Corequisites
Co-badged status Co-badged status
Unit description Unit description
This unit deals with the effective use of computing devices and tools for research purposes. It aims at equipping research students with relevant computing skills that can greatly improve their research productivity. It introduces a range of tools covering data processing and analysis (eg, data mining), coding (eg, scripting, web-based programming, control version system), modelling techniques, communication media, document preparation systems (eg, LaTeX), computer-based presentation tools, bibliography management, and human-computer interfaces, among other topics.

Important Academic Dates

Information about important academic dates including deadlines for withdrawing from units are available at https://www.mq.edu.au/study/calendar-of-dates

Learning Outcomes

On successful completion of this unit, you will be able to:

  • Define and manage a project involving empirical research.
  • Apply a knowledge of programming and/or use of appropriate applications (for e.g. data gathering, curation, cleaning or analysis) in the context of practical work relevant to an empirical research project.
  • Articulate clearly a coherent argument in written and oral form to a variety of audiences.
  • Apply a knowledge of the principles of ethical conduct of research, including an examination of the role of open access to data and publications.
  • Demonstrate best practice in document preparation and management in research.

General Assessment Information

Submission of assignments will be for the most part via iLearn; presentations associated with assignments will be given and assessed during class time.

For policy on late assignments, see Policies and Procedures.

Assessment Tasks

Name Weighting Hurdle Due
Project Proposal Presentation 5% No Week 6
Project Update Presentation 5% No Week 10
Final Presentation 5% No Week 13
Final Report 55% No Week 14
Practical Assignments 30% No during the semester

Project Proposal Presentation

Due: Week 6
Weighting: 5%

Part of the assessment for the unit will be built around a single project you will devise.  This initial presentation is to pitch the idea to the audience (lecturers and students): explain the data you'll be using, give any relevant background, and outline a plan for tackling the project.


On successful completion you will be able to:
  • Define and manage a project involving empirical research.
  • Articulate clearly a coherent argument in written and oral form to a variety of audiences.

Project Update Presentation

Due: Week 10
Weighting: 5%

This presentation will give an update on the state of the project.


On successful completion you will be able to:
  • Define and manage a project involving empirical research.
  • Articulate clearly a coherent argument in written and oral form to a variety of audiences.

Final Presentation

Due: Week 13
Weighting: 5%

This presentation will describe to an audience the results of your project.  Feedback from the presentation can be incorporated into the final report


On successful completion you will be able to:
  • Define and manage a project involving empirical research.
  • Apply a knowledge of programming and/or use of appropriate applications (for e.g. data gathering, curation, cleaning or analysis) in the context of practical work relevant to an empirical research project.
  • Articulate clearly a coherent argument in written and oral form to a variety of audiences.

Final Report

Due: Week 14
Weighting: 55%

This report will describe the completed project as a whole: what the goals were, what data was used, how it was processed, and what the results were relative to the goals.  It may also include any related programs written as part of the project, etc.


On successful completion you will be able to:
  • Define and manage a project involving empirical research.
  • Apply a knowledge of programming and/or use of appropriate applications (for e.g. data gathering, curation, cleaning or analysis) in the context of practical work relevant to an empirical research project.
  • Articulate clearly a coherent argument in written and oral form to a variety of audiences.
  • Apply a knowledge of the principles of ethical conduct of research, including an examination of the role of open access to data and publications.
  • Demonstrate best practice in document preparation and management in research.

Practical Assignments

Due: during the semester
Weighting: 30%

We expect to assign 3 small practical assignments during the semester, linked to the lecture material and weekly practical exercises.


On successful completion you will be able to:
  • Apply a knowledge of programming and/or use of appropriate applications (for e.g. data gathering, curation, cleaning or analysis) in the context of practical work relevant to an empirical research project.
  • Demonstrate best practice in document preparation and management in research.

Delivery and Resources

CLASSES

Each week of COMP777 has a three-hour session which is a mix of lecture (typically for the first two hours), tutorial and practical session. For details of days, times and rooms, consult the University timetables webpage (http://www.timetables.mq.edu.au).

REQUIRED AND RECOMMENDED TEXTS AND/OR MATERIALS

There is no set text for the unit.  We will be providing pointers to reading material over the course of the unit.

The unit has some parallels with the freely available Software Carpentry course.  We'll be using those resources as supplementary ones for the unit.

UNIT WEBPAGE AND TECHNOLOGY USED AND REQUIRED

Web Home Page

COMP777 will make extensive use of the iLearn course management system, including for delivery of class materials, discussion boards, submission of work and access to marks and feedback. Students should check the iLearn site (https://ilearn.mq.edu.au) regularly for unit updates.

Questions and general queries regarding the content of this unit, its lectures or mixed classes, or its assignments should be posted to the discussion boards on the COMP777 iLearn site. In particular, any questions which are of interest to all students in this unit should be posted to one of these discussion boards, so that everyone can benefit from the answers. Questions of a private nature should be directed to the unit teaching staff.

Technology Used and Required

The practical work in this unit involves programming in the Python language (http://www.python.org/) which is widely used for the sorts of scripting purposes covered in this unit. Python can be downloaded free of charge for a range of operating systems from the Python website.  

Note that as this is a master's unit, there will be some self-directed learning.  We do not expect that you will know Python before the unit starts, but will pick up the necessary elements in the first few weeks of the unit; we will give pointers to resources for learning Python, and will include snippets of Python in lecture notes where relevant to computational experiments.  We will generally (but not always) use Jupyter Notebooks for Python examples, and will use Google Colab as the environment for running them.  (Google Colab is a free environment that can used for some sorts of data analysis relevant to practical assignments and the major project.)

The unit will also use various other tools for e.g. data gathering and annotation.  Much of the work that involves cloud computing will be carried out in the Amazon AWS framework; students can get access to a free, twelve-month educational licence for its use.

Unit Schedule

The focus of this unit is understanding the notions of open science and reproducible research.  Much work in both academia and industry is driven by the free availability of papers, code and data that allow the replication and extension of existing work.  In this unit, your major project will involve getting access to some of these resources, reproducing some existing work with the original data, and then investigating whether e.g. the replication works with new data.  To engage fully with these freely available resources, competence with a range of techniques and tools is necessary.

Below is a tentative schedule.  The weekly topics are intended to cover useful techniques and tools for carrying out your data-oriented project, and may change depending upon chosen student projects, etc.

 

Week 1

Philosophy of (computer) science

Tools for empirical research: Jupyter Notebooks

Week 2

Introduction to cloud computing and virtual machines

Discussion of data-based projects

Week 3

Version control and the linux shell

Discussion of data-based projects

Week 4

Introduction to data gathering and curation

Week 5 Data analysis tools and Python
Week 6 Project proposal presentations
Week 7

Handling messy data

Data management

  RECESS
Week 8 Data annotation
Week 9 Databases
Week 10

Project update presentations

Week 11 Latex and document typesetting
Week 12 (No lecture topic; opportunity for final project questions.)
Week 13 Final presentations

 

Policies and Procedures

Macquarie University policies and procedures are accessible from Policy Central (https://staff.mq.edu.au/work/strategy-planning-and-governance/university-policies-and-procedures/policy-central). Students should be aware of the following policies in particular with regard to Learning and Teaching:

Undergraduate students seeking more policy resources can visit the Student Policy Gateway (https://students.mq.edu.au/support/study/student-policy-gateway). It is your one-stop-shop for the key policies you need to know about throughout your undergraduate student journey.

If you would like to see all the policies relevant to Learning and Teaching visit Policy Central (https://staff.mq.edu.au/work/strategy-planning-and-governance/university-policies-and-procedures/policy-central).

Student Code of Conduct

Macquarie University students have a responsibility to be familiar with the Student Code of Conduct: https://students.mq.edu.au/study/getting-started/student-conduct​

Results

Results published on platform other than eStudent, (eg. iLearn, Coursera etc.) or released directly by your Unit Convenor, are not confirmed as they are subject to final approval by the University. Once approved, final results will be sent to your student email address and will be made available in eStudent. For more information visit ask.mq.edu.au or if you are a Global MBA student contact globalmba.support@mq.edu.au

Late Submission

No extensions will be granted without an approved application for Special Consideration. There will be a deduction of 10% of the total available marks made from the total awarded mark for each 24 hour period or part thereof that the submission is late. For example, 25 hours late in submission for an assignment worth 10 marks – 20% penalty or 2 marks deducted from the total.  No submission will be accepted after solutions have been posted.

Student Support

Macquarie University provides a range of support services for students. For details, visit http://students.mq.edu.au/support/

Learning Skills

Learning Skills (mq.edu.au/learningskills) provides academic writing resources and study strategies to improve your marks and take control of your study.

Student Services and Support

Students with a disability are encouraged to contact the Disability Service who can provide appropriate help with any issues that arise during their studies.

Student Enquiries

For all student enquiries, visit Student Connect at ask.mq.edu.au

If you are a Global MBA student contact globalmba.support@mq.edu.au

IT Help

For help with University computer systems and technology, visit http://www.mq.edu.au/about_us/offices_and_units/information_technology/help/

When using the University's IT, you must adhere to the Acceptable Use of IT Resources Policy. The policy applies to all who connect to the MQ network including students.

Graduate Capabilities

PG - Capable of Professional and Personal Judgment and Initiative

Our postgraduates will demonstrate a high standard of discernment and common sense in their professional and personal judgment. They will have the ability to make informed choices and decisions that reflect both the nature of their professional work and their personal perspectives.

This graduate capability is supported by:

Learning outcomes

  • Define and manage a project involving empirical research.
  • Articulate clearly a coherent argument in written and oral form to a variety of audiences.
  • Apply a knowledge of the principles of ethical conduct of research, including an examination of the role of open access to data and publications.

Assessment tasks

  • Project Proposal Presentation
  • Project Update Presentation
  • Final Presentation
  • Final Report

PG - Discipline Knowledge and Skills

Our postgraduates will be able to demonstrate a significantly enhanced depth and breadth of knowledge, scholarly understanding, and specific subject content knowledge in their chosen fields.

This graduate capability is supported by:

Learning outcomes

  • Define and manage a project involving empirical research.
  • Apply a knowledge of programming and/or use of appropriate applications (for e.g. data gathering, curation, cleaning or analysis) in the context of practical work relevant to an empirical research project.

Assessment tasks

  • Project Proposal Presentation
  • Project Update Presentation
  • Final Presentation
  • Final Report
  • Practical Assignments

PG - Critical, Analytical and Integrative Thinking

Our postgraduates will be capable of utilising and reflecting on prior knowledge and experience, of applying higher level critical thinking skills, and of integrating and synthesising learning and knowledge from a range of sources and environments. A characteristic of this form of thinking is the generation of new, professionally oriented knowledge through personal or group-based critique of practice and theory.

This graduate capability is supported by:

Learning outcomes

  • Define and manage a project involving empirical research.
  • Apply a knowledge of programming and/or use of appropriate applications (for e.g. data gathering, curation, cleaning or analysis) in the context of practical work relevant to an empirical research project.
  • Articulate clearly a coherent argument in written and oral form to a variety of audiences.
  • Demonstrate best practice in document preparation and management in research.

Assessment tasks

  • Project Proposal Presentation
  • Project Update Presentation
  • Final Presentation
  • Final Report
  • Practical Assignments

PG - Research and Problem Solving Capability

Our postgraduates will be capable of systematic enquiry; able to use research skills to create new knowledge that can be applied to real world issues, or contribute to a field of study or practice to enhance society. They will be capable of creative questioning, problem finding and problem solving.

This graduate capability is supported by:

Learning outcomes

  • Define and manage a project involving empirical research.
  • Apply a knowledge of programming and/or use of appropriate applications (for e.g. data gathering, curation, cleaning or analysis) in the context of practical work relevant to an empirical research project.

Assessment tasks

  • Project Proposal Presentation
  • Project Update Presentation
  • Final Presentation
  • Final Report
  • Practical Assignments

PG - Effective Communication

Our postgraduates will be able to communicate effectively and convey their views to different social, cultural, and professional audiences. They will be able to use a variety of technologically supported media to communicate with empathy using a range of written, spoken or visual formats.

This graduate capability is supported by:

Learning outcomes

  • Define and manage a project involving empirical research.
  • Articulate clearly a coherent argument in written and oral form to a variety of audiences.
  • Apply a knowledge of the principles of ethical conduct of research, including an examination of the role of open access to data and publications.
  • Demonstrate best practice in document preparation and management in research.

Assessment tasks

  • Project Proposal Presentation
  • Project Update Presentation
  • Final Presentation
  • Final Report

PG - Engaged and Responsible, Active and Ethical Citizens

Our postgraduates will be ethically aware and capable of confident transformative action in relation to their professional responsibilities and the wider community. They will have a sense of connectedness with others and country and have a sense of mutual obligation. They will be able to appreciate the impact of their professional roles for social justice and inclusion related to national and global issues

This graduate capability is supported by:

Learning outcomes

  • Define and manage a project involving empirical research.
  • Apply a knowledge of the principles of ethical conduct of research, including an examination of the role of open access to data and publications.

Assessment tasks

  • Project Proposal Presentation
  • Project Update Presentation
  • Final Presentation
  • Final Report

Changes from Previous Offering

  • The set of tools used this year (e.g. Amazon AWS) will be largely different from previous offerings. 
  • The focus of the project on (research) replication will have a different emphasis.

Assessment Standards

 

COMP777 will be graded according to the following general descriptions of the letter grades as specified by Macquarie University.  In the course of the unit, these grade descriptions will be discussed with respect to example projects.

High Distinction (HD, 85-100): provides consistent evidence of deep and critical understanding in relation to the learning outcomes. There is substantial originality and insight in identifying, generating and communicating competing arguments, perspectives or problem solving approaches; critical evaluation of problems, their solutions and their implications; creativity in application as appropriate to the discipline.

In the context of this unit, the project has a good design, and has used some data that is interesting or non-obvious, or has required some effort to obtain or use.  It involves a good analysis of the data, and fairly extensively draws on the techniques and tools presented in the unit and possibly on others discovered independently by the student.  The project is described in a report and a presentation that are well-structured and essentially free from errors; these would be of a standard that could be presented at a conference with little or no polishing.

Distinction (D, 75-84): provides evidence of integration and evaluation of critical ideas, principles and theories, distinctive insight and ability in applying relevant skills and concepts in relation to learning outcomes. There is demonstration of frequent originality in defining and analysing issues or problems and providing solutions; and the use of means of communication appropriate to the discipline and the audience.

In the context of this unit, the project has a good design, and has used some data that is interesting or non-obvious, or has required some effort to obtain or use.  It involves a good analysis of the data, and fairly extensively draws on the techniques and tools presented in the unit.  The project is described in a report and a presentation that are well-structured and mostly free from errors; these would be of a standard that could be presented at a conference with some polishing.

Credit (Cr, 65-74): provides evidence of learning that goes beyond replication of content knowledge or skills relevant to the learning outcomes. There is demonstration of substantial understanding of fundamental concepts in the field of study and the ability to apply these concepts in a variety of contexts; convincing argumentation with appropriate coherent justification; communication of ideas fluently and clearly in terms of the conventions of the discipline.

In the context of this unit, the project has a sound design, and demonstrates some thought in the choice of data.  It involves a good analysis of the data, and uses a reasonable number of the techniques and tools presented in the unit.  The project is described in a report and a presentation that are well-structured and mostly free from errors.

Pass (P, 50-64): provides sufficient evidence of the achievement of learning outcomes. There is demonstration of understanding and application of fundamental concepts of the field of study; routine argumentation with acceptable justification; communication of information and ideas adequately in terms of the conventions of the discipline. The learning attainment is considered satisfactory or adequate or competent or capable in relation to the specified outcomes.

In the context of this unit, the project has a satisfactory design and uses some easily accessible data.  It involves a successful, or nearly successful, analysis of data, and shows some familiarity with tools or techniques presented in the unit.  The project is described in a satisfactory report and presentation.

Fail (F, 0-49): does not provide evidence of attainment of learning outcomes. There is missing or partial or superficial or faulty understanding and application of the fundamental concepts in the field of study; missing, undeveloped, inappropriate or confusing argumentation; incomplete, confusing or lacking communication of ideas in ways that give little attention to the conventions of the discipline.