diff --git a/content/projects.md b/content/projects.md index 787795e..1cb59f2 100644 --- a/content/projects.md +++ b/content/projects.md @@ -105,12 +105,22 @@ programming efficiently. ## Building a GUI -In this project we are helping a researcher in creating a Graphical User Interface (GUI). The researcher have an existing Python program with command line interface but wish to make the program more accessible for users unfamiliar with command line. Together with the researcher, we have decided on creating the GUI using the Python library ‘PyQt’ and we are sharing our experience with research software development with the researcher. +In this project we are helping a researcher in creating a Graphical User +Interface (GUI). The researcher have an existing Python program with command +line interface but wish to make the program more accessible for users +unfamiliar with command line. Together with the researcher, we have decided on +creating the GUI using the Python library ‘PyQt’ and we are sharing our +experience with research software development with the researcher. ## Getting started with Git, best practices and Xarray. -The user is getting started with Git and we have provided support and answered Git-related questions. We have also discussed best practices and introduced the user to Black, Flake8, and docstring guides for cleaning up code, as well as creating top-level functions in scripts and importing functions via symlink. In addition, the user had challenges with Python and Xarray in their research, which we together solved. +The user is getting started with Git and we have provided support and answered +Git-related questions. We have also discussed best practices and introduced the +user to Black, Flake8, and docstring guides for cleaning up code, as well as +creating top-level functions in scripts and importing functions via symlink. In +addition, the user had challenges with Python and Xarray in their research, +which we together solved. ## Electron Density Calculations with Custom Python Scripting @@ -122,6 +132,7 @@ and advised on the optimal structure of the code. As a result, the researcher successfully calculated the integral of the electron density within a specified radius around an atom. + ## Unlocking Advanced Research Capabilities through Customized Software Installation A researcher required specialized support for setting up a Python environment to run and @@ -132,5 +143,12 @@ them the flexibility to run and modify the codes for their specific research nee collaboration enhanced the researcher's computational capabilities, paving the way for more sophisticated and tailored research outcomes + ## Using autogenerated multiple choice questions in teaching -We helped a course instructor getting started with using autogenerated multiple choice questions in their course. The instructor was introduced to new functionality within the Canvas learning management system, such as question banks and quizzes. In addition we provided a hands-on tutorial on how to use R/exams to efficiently generate a large amount of multiple choice questions and how to upload them to Canvas question banks. + +We helped a course instructor getting started with using autogenerated multiple +choice questions in their course. The instructor was introduced to new +functionality within the Canvas learning management system, such as question +banks and quizzes. In addition we provided a hands-on tutorial on how to use +R/exams to efficiently generate a large amount of multiple choice questions and +how to upload them to Canvas question banks.