Skip to content

Commit

Permalink
wrap long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Nov 29, 2023
1 parent c94606e commit 47d37f4
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions content/projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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.

0 comments on commit 47d37f4

Please sign in to comment.