Workshop /witer-learning-resource-centre/ en Seminar Series: Programming for Vision Research with Matlab and Python /witer-learning-resource-centre/events/seminar-series-programming-vision-research-matlab-and-python-3 <span class="field field--name-title field--type-string field--label-hidden">Seminar Series: Programming for Vision Research with Matlab and Python</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/witer-learning-resource-centre/users/lbredahl" typeof="schema:Person" property="schema:name" datatype="" xml:lang="">Laura Bredahl</span></span> <span class="field field--name-created field--type-created field--label-hidden">Wed, 06/12/2019 - 14:27</span> <section class="uw-section-spacing--default uw-section-separator--none uw-column-separator--none layout layout--uw-1-col uw-contained-width"><div class="layout__region layout__region--first"> <div class="block block-layout-builder block-inline-blockuw-cbl-copy-text"> <div class="uw-copy-text"> <div class="uw-copy-text__wrapper "> <p> <a href="https://leads.uwaterloo.ca/Event/Details/5348#"> <div class="uw-media media media--type-uw-mt-image media--view-mode-uw-vm-standard-image" data-width="500" data-height="281"> <img src="/witer-learning-resource-centre/sites/default/files/uploads/images/programming_for_vision_research_with_matlab_and_python.png" width="500" height="281" alt="person sitting at computer with Pyton textbook sitting next to them" loading="lazy" typeof="foaf:Image" /></div> </a> </p><p> Seminar Series Description: The ability to program is increasingly important to the field of vision science. Programming experiments in Matlab or Python allows the researcher incredible flexibility to create the exact stimulus and analysis protocol desired. In this series, we will provide a solid foundation and entry-point for researchers to start using programming to enhance their research. </p><p> Over the course of 5 sessions, we will create a complete vision science experiment together in python and then analyze the results in Matlab. Future sessions build upon previous sessions, so attendees are encouraged to save their work and continue with the same files throughout the series. Files will be available for anybody who cannot access the previous week's script or were unable to attend the previous session. </p><p> To get the most out of this series, <strong> all attendees are encouraged to not miss sessions 2-5 if possible</strong>, and to actively practice the programming techniques even after the series ends. </p><p> ___________________________________ </p><p> Session 1: Basic introduction to programming. This session is highly recommended for anybody who does not have any experience with programming. People who already have a basic understanding of the fundamental parts of a script (variables, arrays, flow control) may not want to attend this session. </p><p> <strong> June 25th</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Variables and manipulating variables </li><li> lists/arrays, indexing </li><li> flow control (if statements, while loops, for loops) </li><li> Exploring differences in the above between Matlab and Python </li></ul><p> _____________________________________ </p><p> Session 2: Creating experimental stimuli with Python (PsychoPy), part 1. </p><p> <strong> July 2nd</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Structuring a stimulus script </li><li> Displaying images </li><li> Animating movement </li><li> debugging techniques for PsychoPy Coder </li></ul><p> ______________________________________ </p><p> Session 3: Creating experimental stimuli in Python (PsychoPy), part 2. </p><p> <strong> July 9th</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Randomly interleaving different conditions (method of constant stimuli) </li><li> registering participant responses </li><li> saving/outputting data </li></ul><p> _______________________________________ </p><p> Session 4: Handling data in Matlab, part 1 </p><p> <strong> July 16th</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Parsing/consolidating data files </li><li> Effectively using arrays to avoid complicated and error-prone loop-based code </li><li> Simple statistical tests </li></ul><p> ____________________________________________ </p><p> Session 5: Handling data in Matlab, part 2 </p><p> <strong> July 23rd</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Plotting/visualizing data </li><li> Simple curve fitting (such as for psychometric functions) </li></ul></div> </div> </div> </div> </section> Wed, 12 Jun 2019 18:27:20 +0000 Laura Bredahl 47 at /witer-learning-resource-centre Seminar Series: Programming for Vision Research with Matlab and Python /witer-learning-resource-centre/events/seminar-series-programming-vision-research-matlab-and-python-2 <span class="field field--name-title field--type-string field--label-hidden">Seminar Series: Programming for Vision Research with Matlab and Python</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/witer-learning-resource-centre/users/lbredahl" typeof="schema:Person" property="schema:name" datatype="" xml:lang="">Laura Bredahl</span></span> <span class="field field--name-created field--type-created field--label-hidden">Wed, 06/12/2019 - 14:26</span> <section class="uw-section-spacing--default uw-section-separator--none uw-column-separator--none layout layout--uw-1-col uw-contained-width"><div class="layout__region layout__region--first"> <div class="block block-layout-builder block-inline-blockuw-cbl-copy-text"> <div class="uw-copy-text"> <div class="uw-copy-text__wrapper "> <p> <a href="https://leads.uwaterloo.ca/Event/Details/5348#"> <div class="uw-media media media--type-uw-mt-image media--view-mode-uw-vm-standard-image" data-width="500" data-height="281"> <img src="/witer-learning-resource-centre/sites/default/files/uploads/images/programming_for_vision_research_with_matlab_and_python.png" width="500" height="281" alt="person sitting at computer with Pyton textbook sitting next to them" loading="lazy" typeof="foaf:Image" /></div> </a> </p><p> Seminar Series Description: The ability to program is increasingly important to the field of vision science. Programming experiments in Matlab or Python allows the researcher incredible flexibility to create the exact stimulus and analysis protocol desired. In this series, we will provide a solid foundation and entry-point for researchers to start using programming to enhance their research. </p><p> Over the course of 5 sessions, we will create a complete vision science experiment together in python and then analyze the results in Matlab. Future sessions build upon previous sessions, so attendees are encouraged to save their work and continue with the same files throughout the series. Files will be available for anybody who cannot access the previous week's script or were unable to attend the previous session. </p><p> To get the most out of this series, <strong> all attendees are encouraged to not miss sessions 2-5 if possible</strong>, and to actively practice the programming techniques even after the series ends. </p><p> ___________________________________ </p><p> Session 1: Basic introduction to programming. This session is highly recommended for anybody who does not have any experience with programming. People who already have a basic understanding of the fundamental parts of a script (variables, arrays, flow control) may not want to attend this session. </p><p> <strong> June 25th</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Variables and manipulating variables </li><li> lists/arrays, indexing </li><li> flow control (if statements, while loops, for loops) </li><li> Exploring differences in the above between Matlab and Python </li></ul><p> _____________________________________ </p><p> Session 2: Creating experimental stimuli with Python (PsychoPy), part 1. </p><p> <strong> July 2nd</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Structuring a stimulus script </li><li> Displaying images </li><li> Animating movement </li><li> debugging techniques for PsychoPy Coder </li></ul><p> ______________________________________ </p><p> Session 3: Creating experimental stimuli in Python (PsychoPy), part 2. </p><p> <strong> July 9th</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Randomly interleaving different conditions (method of constant stimuli) </li><li> registering participant responses </li><li> saving/outputting data </li></ul><p> _______________________________________ </p><p> Session 4: Handling data in Matlab, part 1 </p><p> <strong> July 16th</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Parsing/consolidating data files </li><li> Effectively using arrays to avoid complicated and error-prone loop-based code </li><li> Simple statistical tests </li></ul><p> ____________________________________________ </p><p> Session 5: Handling data in Matlab, part 2 </p><p> <strong> July 23rd</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Plotting/visualizing data </li><li> Simple curve fitting (such as for psychometric functions) </li></ul></div> </div> </div> </div> </section> Wed, 12 Jun 2019 18:26:39 +0000 Laura Bredahl 46 at /witer-learning-resource-centre Seminar Series: Programming for Vision Research with Matlab and Python /witer-learning-resource-centre/events/seminar-series-programming-vision-research-matlab-and-python-1 <span class="field field--name-title field--type-string field--label-hidden">Seminar Series: Programming for Vision Research with Matlab and Python</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/witer-learning-resource-centre/users/lbredahl" typeof="schema:Person" property="schema:name" datatype="" xml:lang="">Laura Bredahl</span></span> <span class="field field--name-created field--type-created field--label-hidden">Wed, 06/12/2019 - 14:26</span> <section class="uw-section-spacing--default uw-section-separator--none uw-column-separator--none layout layout--uw-1-col uw-contained-width"><div class="layout__region layout__region--first"> <div class="block block-layout-builder block-inline-blockuw-cbl-copy-text"> <div class="uw-copy-text"> <div class="uw-copy-text__wrapper "> <p> <a href="https://leads.uwaterloo.ca/Event/Details/5348#"> <div class="uw-media media media--type-uw-mt-image media--view-mode-uw-vm-standard-image" data-width="500" data-height="281"> <img src="/witer-learning-resource-centre/sites/default/files/uploads/images/programming_for_vision_research_with_matlab_and_python.png" width="500" height="281" alt="person sitting at computer with Pyton textbook sitting next to them" loading="lazy" typeof="foaf:Image" /></div> </a> </p><p> Seminar Series Description: The ability to program is increasingly important to the field of vision science. Programming experiments in Matlab or Python allows the researcher incredible flexibility to create the exact stimulus and analysis protocol desired. In this series, we will provide a solid foundation and entry-point for researchers to start using programming to enhance their research. </p><p> Over the course of 5 sessions, we will create a complete vision science experiment together in python and then analyze the results in Matlab. Future sessions build upon previous sessions, so attendees are encouraged to save their work and continue with the same files throughout the series. Files will be available for anybody who cannot access the previous week's script or were unable to attend the previous session. </p><p> To get the most out of this series, <strong> all attendees are encouraged to not miss sessions 2-5 if possible</strong>, and to actively practice the programming techniques even after the series ends. </p><p> ___________________________________ </p><p> Session 1: Basic introduction to programming. This session is highly recommended for anybody who does not have any experience with programming. People who already have a basic understanding of the fundamental parts of a script (variables, arrays, flow control) may not want to attend this session. </p><p> <strong> June 25th</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Variables and manipulating variables </li><li> lists/arrays, indexing </li><li> flow control (if statements, while loops, for loops) </li><li> Exploring differences in the above between Matlab and Python </li></ul><p> _____________________________________ </p><p> Session 2: Creating experimental stimuli with Python (PsychoPy), part 1. </p><p> <strong> July 2nd</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Structuring a stimulus script </li><li> Displaying images </li><li> Animating movement </li><li> debugging techniques for PsychoPy Coder </li></ul><p> ______________________________________ </p><p> Session 3: Creating experimental stimuli in Python (PsychoPy), part 2. </p><p> <strong> July 9th</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Randomly interleaving different conditions (method of constant stimuli) </li><li> registering participant responses </li><li> saving/outputting data </li></ul><p> _______________________________________ </p><p> Session 4: Handling data in Matlab, part 1 </p><p> <strong> July 16th</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Parsing/consolidating data files </li><li> Effectively using arrays to avoid complicated and error-prone loop-based code </li><li> Simple statistical tests </li></ul><p> ____________________________________________ </p><p> Session 5: Handling data in Matlab, part 2 </p><p> <strong> July 23rd</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Plotting/visualizing data </li><li> Simple curve fitting (such as for psychometric functions) </li></ul></div> </div> </div> </div> </section> Wed, 12 Jun 2019 18:26:04 +0000 Laura Bredahl 45 at /witer-learning-resource-centre Seminar Series: Programming for Vision Research with Matlab and Python /witer-learning-resource-centre/events/seminar-series-programming-vision-research-matlab-and-python-0 <span class="field field--name-title field--type-string field--label-hidden">Seminar Series: Programming for Vision Research with Matlab and Python</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/witer-learning-resource-centre/users/lbredahl" typeof="schema:Person" property="schema:name" datatype="" xml:lang="">Laura Bredahl</span></span> <span class="field field--name-created field--type-created field--label-hidden">Wed, 06/12/2019 - 14:25</span> <section class="uw-section-spacing--default uw-section-separator--none uw-column-separator--none layout layout--uw-1-col uw-contained-width"><div class="layout__region layout__region--first"> <div class="block block-layout-builder block-inline-blockuw-cbl-copy-text"> <div class="uw-copy-text"> <div class="uw-copy-text__wrapper "> <p> <a href="https://leads.uwaterloo.ca/Event/Details/5348#"> <div class="uw-media media media--type-uw-mt-image media--view-mode-uw-vm-standard-image" data-width="500" data-height="281"> <img src="/witer-learning-resource-centre/sites/default/files/uploads/images/programming_for_vision_research_with_matlab_and_python.png" width="500" height="281" alt="person sitting at computer with Pyton textbook sitting next to them" loading="lazy" typeof="foaf:Image" /></div> </a> </p><p> Seminar Series Description: The ability to program is increasingly important to the field of vision science. Programming experiments in Matlab or Python allows the researcher incredible flexibility to create the exact stimulus and analysis protocol desired. In this series, we will provide a solid foundation and entry-point for researchers to start using programming to enhance their research. </p><p> Over the course of 5 sessions, we will create a complete vision science experiment together in python and then analyze the results in Matlab. Future sessions build upon previous sessions, so attendees are encouraged to save their work and continue with the same files throughout the series. Files will be available for anybody who cannot access the previous week's script or were unable to attend the previous session. </p><p> To get the most out of this series, <strong> all attendees are encouraged to not miss sessions 2-5 if possible</strong>, and to actively practice the programming techniques even after the series ends. </p><p> ___________________________________ </p><p> Session 1: Basic introduction to programming. This session is highly recommended for anybody who does not have any experience with programming. People who already have a basic understanding of the fundamental parts of a script (variables, arrays, flow control) may not want to attend this session. </p><p> <strong> June 25th</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Variables and manipulating variables </li><li> lists/arrays, indexing </li><li> flow control (if statements, while loops, for loops) </li><li> Exploring differences in the above between Matlab and Python </li></ul><p> _____________________________________ </p><p> Session 2: Creating experimental stimuli with Python (PsychoPy), part 1. </p><p> <strong> July 2nd</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Structuring a stimulus script </li><li> Displaying images </li><li> Animating movement </li><li> debugging techniques for PsychoPy Coder </li></ul><p> ______________________________________ </p><p> Session 3: Creating experimental stimuli in Python (PsychoPy), part 2. </p><p> <strong> July 9th</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Randomly interleaving different conditions (method of constant stimuli) </li><li> registering participant responses </li><li> saving/outputting data </li></ul><p> _______________________________________ </p><p> Session 4: Handling data in Matlab, part 1 </p><p> <strong> July 16th</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Parsing/consolidating data files </li><li> Effectively using arrays to avoid complicated and error-prone loop-based code </li><li> Simple statistical tests </li></ul><p> ____________________________________________ </p><p> Session 5: Handling data in Matlab, part 2 </p><p> <strong> July 23rd</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Plotting/visualizing data </li><li> Simple curve fitting (such as for psychometric functions) </li></ul></div> </div> </div> </div> </section> Wed, 12 Jun 2019 18:25:33 +0000 Laura Bredahl 44 at /witer-learning-resource-centre Seminar Series: Programming for Vision Research with Matlab and Python /witer-learning-resource-centre/events/seminar-series-programming-vision-research-matlab-and-python <span class="field field--name-title field--type-string field--label-hidden">Seminar Series: Programming for Vision Research with Matlab and Python</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/witer-learning-resource-centre/users/lbredahl" typeof="schema:Person" property="schema:name" datatype="" xml:lang="">Laura Bredahl</span></span> <span class="field field--name-created field--type-created field--label-hidden">Wed, 06/12/2019 - 14:22</span> <section class="uw-section-spacing--default uw-section-separator--none uw-column-separator--none layout layout--uw-1-col uw-contained-width"><div class="layout__region layout__region--first"> <div class="block block-layout-builder block-inline-blockuw-cbl-copy-text"> <div class="uw-copy-text"> <div class="uw-copy-text__wrapper "> <p> <a href="https://leads.uwaterloo.ca/Event/Details/5348#"> <div class="uw-media media media--type-uw-mt-image media--view-mode-uw-vm-standard-image" data-width="500" data-height="281"> <img src="/witer-learning-resource-centre/sites/default/files/uploads/images/programming_for_vision_research_with_matlab_and_python.png" width="500" height="281" alt="person sitting at computer with Pyton textbook sitting next to them" loading="lazy" typeof="foaf:Image" /></div> </a> </p><p> Seminar Series Description: The ability to program is increasingly important to the field of vision science. Programming experiments in Matlab or Python allows the researcher incredible flexibility to create the exact stimulus and analysis protocol desired. In this series, we will provide a solid foundation and entry-point for researchers to start using programming to enhance their research. </p><p> Over the course of 5 sessions, we will create a complete vision science experiment together in python and then analyze the results in Matlab. Future sessions build upon previous sessions, so attendees are encouraged to save their work and continue with the same files throughout the series. Files will be available for anybody who cannot access the previous week's script or were unable to attend the previous session. </p><p> To get the most out of this series, <strong> all attendees are encouraged to not miss sessions 2-5 if possible</strong>, and to actively practice the programming techniques even after the series ends. </p><p> ___________________________________ </p><p> Session 1: Basic introduction to programming. This session is highly recommended for anybody who does not have any experience with programming. People who already have a basic understanding of the fundamental parts of a script (variables, arrays, flow control) may not want to attend this session. </p><p> <strong> June 25th</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Variables and manipulating variables </li><li> lists/arrays, indexing </li><li> flow control (if statements, while loops, for loops) </li><li> Exploring differences in the above between Matlab and Python </li></ul><p> _____________________________________ </p><p> Session 2: Creating experimental stimuli with Python (PsychoPy), part 1. </p><p> <strong> July 2nd</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Structuring a stimulus script </li><li> Displaying images </li><li> Animating movement </li><li> debugging techniques for PsychoPy Coder </li></ul><p> ______________________________________ </p><p> Session 3: Creating experimental stimuli in Python (PsychoPy), part 2. </p><p> <strong> July 9th</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Randomly interleaving different conditions (method of constant stimuli) </li><li> registering participant responses </li><li> saving/outputting data </li></ul><p> _______________________________________ </p><p> Session 4: Handling data in Matlab, part 1 </p><p> <strong> July 16th</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Parsing/consolidating data files </li><li> Effectively using arrays to avoid complicated and error-prone loop-based code </li><li> Simple statistical tests </li></ul><p> ____________________________________________ </p><p> Session 5: Handling data in Matlab, part 2 </p><p> <strong> July 23rd</strong> </p><p> <strong> 1-3 PM</strong> </p><p> Anticipated topics covered: </p><ul><li> Plotting/visualizing data </li><li> Simple curve fitting (such as for psychometric functions) </li></ul></div> </div> </div> </div> </section> Wed, 12 Jun 2019 18:22:36 +0000 Laura Bredahl 43 at /witer-learning-resource-centre ORCID iD Workshop June 19th 2019 12:00 PM /witer-learning-resource-centre/events/orcid-id-workshop-june-19th-2019-1200-pm <span class="field field--name-title field--type-string field--label-hidden">ORCID iD Workshop June 19th 2019 12:00 PM</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/witer-learning-resource-centre/users/lbredahl" typeof="schema:Person" property="schema:name" datatype="" xml:lang="">Laura Bredahl</span></span> <span class="field field--name-created field--type-created field--label-hidden">Mon, 05/27/2019 - 12:10</span> <section class="uw-section-spacing--default uw-section-separator--none uw-column-separator--none layout layout--uw-1-col uw-contained-width"><div class="layout__region layout__region--first"> <div class="block block-layout-builder block-inline-blockuw-cbl-copy-text"> <div class="uw-copy-text"> <div class="uw-copy-text__wrapper "> <p class="highlight"> In this workshop, attendees will sign-up for an Orcid iD and populate their Orcid accounts. Existing Orcid users will update their accounts. </p><p> Claim your research identity. An <strong> O</strong>pen <strong> R</strong>esearcher and <strong> C</strong>ontributor <strong> ID</strong>, or Orcid iD for short, “provides a persistent digital identifier that <strong> distinguishes you from every other researche</strong>r and, through integration in key research workflows such as manuscript and grand submission, supports automated linkages between you and your professional activities ensuring that you work is recognized” (<a href="https://orcid.org/">https://orcid.org/</a>). ORCID is a global non-profit organization founded in 2011 that provides Orcid iD’s to researchers. </p><p> Orcid iD’s are the future of scholarly publication and many granting agencies and journal submission processes now allow (or require) researchers to include their iD in the submission process. For example, it is likely that the tri-council awards in Canada will make Orcid iD’s mandatory in the future.</p> </div> </div> </div> </div> </section> Mon, 27 May 2019 16:10:14 +0000 Laura Bredahl 42 at /witer-learning-resource-centre ORCID iD Workshop June 13th 2019 1:30 PM /witer-learning-resource-centre/events/orcid-id-workshop-june-13th-2019-130-pm <span class="field field--name-title field--type-string field--label-hidden">ORCID iD Workshop June 13th 2019 1:30 PM</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/witer-learning-resource-centre/users/lbredahl" typeof="schema:Person" property="schema:name" datatype="" xml:lang="">Laura Bredahl</span></span> <span class="field field--name-created field--type-created field--label-hidden">Mon, 05/27/2019 - 12:02</span> <section class="uw-section-spacing--default uw-section-separator--none uw-column-separator--none layout layout--uw-1-col uw-contained-width"><div class="layout__region layout__region--first"> <div class="block block-layout-builder block-inline-blockuw-cbl-copy-text"> <div class="uw-copy-text"> <div class="uw-copy-text__wrapper "> <p class="highlight"> In this workshop, attendees will sign-up for an Orcid iD and populate their Orcid accounts. Existing Orcid users will update their accounts. </p><p> Claim your research identity. An <strong> O</strong>pen <strong> R</strong>esearcher and <strong> C</strong>ontributor <strong> ID</strong>, or Orcid iD for short, “provides a persistent digital identifier that <strong> distinguishes you from every other researche</strong>r and, through integration in key research workflows such as manuscript and grand submission, supports automated linkages between you and your professional activities ensuring that you work is recognized” (<a href="https://orcid.org/">https://orcid.org/</a>). ORCID is a global non-profit organization founded in 2011 that provides Orcid iD’s to researchers. </p><p> Orcid iD’s are the future of scholarly publication and many granting agencies and journal submission processes now allow (or require) researchers to include their iD in the submission process. For example, it is likely that the tri-council awards in Canada will make Orcid iD’s mandatory in the future.</p> </div> </div> </div> </div> </section> Mon, 27 May 2019 16:02:13 +0000 Laura Bredahl 41 at /witer-learning-resource-centre WLRC Module 1: WLRC Graduate Orientation /witer-learning-resource-centre/events/wlrc-module-1-wlrc-graduate-orientation-2 <span class="field field--name-title field--type-string field--label-hidden">WLRC Module 1: WLRC Graduate Orientation</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/witer-learning-resource-centre/users/lbredahl" typeof="schema:Person" property="schema:name" datatype="" xml:lang="">Laura Bredahl</span></span> <span class="field field--name-created field--type-created field--label-hidden">Tue, 11/27/2018 - 09:51</span> <section class="uw-section-spacing--default uw-section-separator--none uw-column-separator--none layout layout--uw-1-col uw-contained-width"><div class="layout__region layout__region--first"> <div class="uw-text-align--left block block-layout-builder block-inline-blockuw-cbl-copy-text"> <div class="uw-copy-text"> <div class="uw-copy-text__wrapper "> <p>This session is designed to get Optometry and Vision Science Masters and PhD. students' research off to the races. You will become aquainted with the Witer Learning Resource Centre, it's awesome staff, as well as the information, research, and learning resources available to you. This session is mandatory as outlined in the <a href="/optometry-vision-science/sites/ca.optometry-vision-science/files/uploads/files/ovs_graduate_student_handbook_updated_f17.pdf">Vision Science Graduate Student Handbook (PDF)</a>, and is reported in your Annual Report with your supervisor.<br /><br /> This session is part of the <a href="/witer-learning-resource-centre/resource-vision-science-graduate-students-wlrc">WLRC Module series for graduate students and researchers</a> brought to you by the <a href="/witer-learning-resource-centre/">Witer Learning Resource Centre.</a> <br /><br /> Details of past sessions can be found on the <a href="/witer-learning-resource-centre/https%3A/uwaterloo.ca/witer-learning-resource-centre/node/57/wlrc-module-1-wlrc-graduate-orientation">WLRC Module 1 details page</a>.<br /><br /> Instructors:<br /> Laura Bredahl, Librarian for Optometry & Vision Science and Biology<br /> laura.bredahl@uwaterloo.ca<br /> 519 888 4567 x 38538<br /> Room: 2107<br /><br /> Peter Stirling, Digital Initiatives Officer, <br /> peter.stirling@uwaterloo.ca<br /> 519 888 4567 x36351<br /> Room: 2106</p> </div> </div> </div> </div> </section> Tue, 27 Nov 2018 14:51:32 +0000 Laura Bredahl 36 at /witer-learning-resource-centre WLRC Module 1: WLRC Graduate Orientation /witer-learning-resource-centre/events/wlrc-module-1-wlrc-graduate-orientation-1 <span class="field field--name-title field--type-string field--label-hidden">WLRC Module 1: WLRC Graduate Orientation</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/witer-learning-resource-centre/users/lbredahl" typeof="schema:Person" property="schema:name" datatype="" xml:lang="">Laura Bredahl</span></span> <span class="field field--name-created field--type-created field--label-hidden">Tue, 04/24/2018 - 11:26</span> <section class="uw-section-spacing--default uw-section-separator--none uw-column-separator--none layout layout--uw-1-col uw-contained-width"><div class="layout__region layout__region--first"> <div class="uw-text-align--left block block-layout-builder block-inline-blockuw-cbl-copy-text"> <div class="uw-copy-text"> <div class="uw-copy-text__wrapper "> <p>This session is designed to get Optometry and Vision Science Masters and PhD. students' research off to the races. You will become aquainted with the Witer Learning Resource Centre, it's awesome staff, as well as the information, research, and learning resources available to you. This session is mandatory as outlined in the <a href="/optometry-vision-science/sites/ca.optometry-vision-science/files/uploads/files/ovs_graduate_student_handbook_updated_f17.pdf">Vision Science Graduate Student Handbook (PDF)</a>, and is reported in your Annual Report with your supervisor.<br /><br /> This session is part of the <a href="/witer-learning-resource-centre/resource-vision-science-graduate-students-wlrc">WLRC Module series for graduate students and researchers</a> brought to you by the <a href="/witer-learning-resource-centre/">Witer Learning Resource Centre.</a> <br /><br /> Details of past sessions can be found on the <a href="/witer-learning-resource-centre/https%3A/uwaterloo.ca/witer-learning-resource-centre/node/57/wlrc-module-1-wlrc-graduate-orientation">WLRC Module 1 details page</a>.<br /><br /> Instructors:<br /> Laura Bredahl, Librarian for Optometry & Vision Science and Biology<br /> laura.bredahl@uwaterloo.ca<br /> 519 888 4567 x 38538<br /> Room: 2107<br /><br /> Peter Stirling, Digital Initiatives Officer, <br /> peter.stirling@uwaterloo.ca<br /> 519 888 4567 x36351<br /> Room: 2106</p> </div> </div> </div> </div> </section> Tue, 24 Apr 2018 15:26:55 +0000 Laura Bredahl 31 at /witer-learning-resource-centre WLRC Module 1: WLRC Graduate Orientation /witer-learning-resource-centre/events/wlrc-module-1-wlrc-graduate-orientation-0 <span class="field field--name-title field--type-string field--label-hidden">WLRC Module 1: WLRC Graduate Orientation</span> <span class="field field--name-uid field--type-entity-reference field--label-hidden"><span lang="" about="/witer-learning-resource-centre/users/lbredahl" typeof="schema:Person" property="schema:name" datatype="" xml:lang="">Laura Bredahl</span></span> <span class="field field--name-created field--type-created field--label-hidden">Tue, 02/27/2018 - 13:42</span> <section class="uw-section-spacing--default uw-section-separator--none uw-column-separator--none layout layout--uw-1-col uw-contained-width"><div class="layout__region layout__region--first"> <div class="uw-text-align--left block block-layout-builder block-inline-blockuw-cbl-copy-text"> <div class="uw-copy-text"> <div class="uw-copy-text__wrapper "> <p>This session is designed to get Optometry and Vision Science Masters and PhD. students' research off to the races. You will become aquainted with the Witer Learning Resource Centre, it's awesome staff, as well as the information, research, and learning resources available to you. This session is mandatory as outlined in the <a href="/optometry-vision-science/sites/ca.optometry-vision-science/files/uploads/files/ovs_graduate_student_handbook_updated_f17.pdf">Vision Science Graduate Student Handbook (PDF)</a>, and is reported in your Annual Report with your supervisor.<br /><br /> This session is part of the <a href="/witer-learning-resource-centre/resource-vision-science-graduate-students-wlrc">WLRC Module series for graduate students and researchers</a> brought to you by the <a href="/witer-learning-resource-centre/">Witer Learning Resource Centre.</a> <br /><br /> Details of past sessions can be found on the <a href="/witer-learning-resource-centre/https%3A/uwaterloo.ca/witer-learning-resource-centre/node/57/wlrc-module-1-wlrc-graduate-orientation">WLRC Module 1 details page</a>.<br /><br /> Instructors:<br /> Laura Bredahl, Librarian for Optometry & Vision Science and Biology<br /> laura.bredahl@uwaterloo.ca<br /> 519 888 4567 x 38538<br /> Room: 2107<br /><br /> Peter Stirling, Digital Initiatives Officer, <br /> peter.stirling@uwaterloo.ca<br /> 519 888 4567 x36351<br /> Room: 2106</p> </div> </div> </div> </div> </section> Tue, 27 Feb 2018 18:42:59 +0000 Laura Bredahl 26 at /witer-learning-resource-centre