Step-by-Step Guide to Importing OER Course Content into D2L
03 05 24 • 13:50&
1.) Click on the "View Sources" tab to access the OER course content.
2.) Select "Common Cartridge" from the available options and download the course shell.
3.) In the D2L course shell, click on the tools icon and select "Import/Export/Copy Components."
4.) Choose the "Import Components" tab, and under that, select "from a course package."
5.) Click on "Upload" or drag and drop the downloaded "Common Cartridge" file into the designated area.
6.) Wait for the upload to complete.
7.) Once the upload is finished, click on "Import All Components."
8.) After the import process is complete, click on "View Content."
9.) To view all imported content, click on the "Content" tab located in the top menu.
Importing colormaps from python (matplotlib) into Matlab on Macbook
06 09 22 • 23:50& Filed in: Application | Mac OS X
This post shows step-by-step instructions on importing different classes of colormaps from python (Matplotlib) into Matlab using PyColormap4Matlab.
- Download the PyColormap4Matlab library from the following link: https://www.mathworks.com/matlabcentral/fileexchange/68239-pycolormap4matlab
- Rename the package to PyColormap4Matlab,
- Copy & paste the new folder in your Documents as /Documents/MATLAB/PyColormap4Matlab,
- Open the MATLAB application and link the new folder PyColormap4Matlab to it using the "Home > Set Path" tab in the top menu. Next, click "Add Folder" and select /Documents/MATLAB/PyColormap4Matlab, then click on Open, Save, and Close.
- Install the “Matplotlib" library. To do so, enter the command "
pip3 install matplotlib
" in the terminal. For other options, check https://www.geeksforgeeks.org/how-to-install-matplotlib-on-macos/ - Now, you can import the colormaps from Matplotlib to MATLAB. The following MATLAB script imports the colormap Greys from Matplotlib to MATLAB. The name of the new colormap in MATLAB is cl_Greys:
# set the Python path
path_python = '/usr/bin/python3';
# importing Greys colormap from Matplotlib
cl_Greys = getPyPlot_cMap('Greys', [], [], path_python);
- Hint: to find the Python path (for variable "path_python") enter the "
which python3
" command in the terminal.
- For a list of Matplotlib colormaps, check the following link: https://matplotlib.org/stable/tutorials/colors/colormaps.html
- In the following pictures, prepared by Kamyar Mohseni, different classes of Matplotlib colormaps are compared together and also with MATLAB colormaps.
Obituary for Shahriar Bayegan
06 07 21 • 22:52&
https://people.ohio.edu/hadizadm/Bayegan.html
Hadizadeh, M.R., Radin, M., Moeini Arani, M. et al.
Obituary for Shahriar Bayegan. Few-Body Syst. 62, 74 (2021).
https://doi.org/10.1007/s00601-021-01644-x
Set up CSU email on Apple Mail (Mac)
11 04 19 • 15:40& Filed in: Application
After setting up your Office 365 email account, you can add your email address to Apple Mail on your Mac. Then you can send and receive business emails from your phone. Alternatively, you can download Outlook 2016 and add your Office 365 email.
- Open Apple Mail and click Mail.
- Click Add Account.
- Select Exchange and click Continue.
- Enter your name, CSU email address and password.
- Click Sign In.
- Click Done (you can come back and edit these settings at any point).
- If Microsoft cannot verify your account, you will be asked to enter your details manually:
— User Name: your CSU email address
— Password: your CSU email password
— Internal URL: outlook.office365.com
— External URL: outlook.office365.com
— Domain: leave blank
- Click Sign In, your account will display and emails will start to load, this can take a few minutes. Test your Apple Mail by sending yourself an email from your Office 365 web portal and responding to it from Apple Mail.
Source: GoDaddy Help