Jia-Jung Ho
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
      • Invitee
    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Engagement control
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Versions and GitHub Sync Engagement control Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
Invitee
Publish Note

Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note

Your note will be visible on your profile and discoverable by anyone.
Your note is now live.
This note is visible on your profile and discoverable online.
Everyone on the web can find and read all notes of this public team.
See published notes
Unpublish note
Please check the box to agree to the Community Guidelines.
View profile
Engagement control
Commenting
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
  • Everyone
Suggest edit
Permission
Disabled Forbidden Owners Signed-in users Everyone
Enable
Permission
  • Forbidden
  • Owners
  • Signed-in users
Emoji Reply
Enable
Import from Dropbox Google Drive Gist Clipboard
   owned this note    owned this note      
Published Linked with GitHub
Subscribed
  • Any changes
    Be notified of any changes
  • Mention me
    Be notified of mention me
  • Unsubscribe
Subscribe
--- robots: index, follow GA: UA-158518952-1 --- What is COSMOSS? === :::info **COSMOSS** is a **C**oupled **OS**cillator **MO**del **S**pectral **S**imulator ::: <figure style="float:right;"> <img src="https://i.imgur.com/HOQWa4m.png" align="right" width="160" height="160"> </figure> Initially COSMOSS was created for my PhD research projects. Using the coupled-oscillators framework, I simulated and extracted information from experimental spectrum[^GoogleScholar], mostly on 2D IR and 2D SFG. As the COSMOSS project moving forward, I couldn't help but wonder if I can make it more general (as its name implied), i.e. works for different molecules, with a user-friendly GUI, support other spectral types, and most important of all, it is **open source**! So here is it, hope you enjoy it. ## What can COSMOSS do? COSMOSS can help you generate model structures and simulated their vibrational spectrum, currently includes: - Fourier Transform Infrared spectrum [(FTIR)](https://en.wikipedia.org/wiki/Fourier-transform_infrared_spectroscopy) - Sum-Frequency Generation spectrum [(SFG)](https://en.wikipedia.org/wiki/Sum_frequency_generation_spectroscopy) - Two-Dimensional Infrared spectrum [(2D IR)](https://en.wikipedia.org/wiki/Two-dimensional_infrared_spectroscopy) - Two-Dimensional Sum-Frequency Generation spectrum [(2D SFG)](https://zanni.chem.wisc.edu/2d-sfg-spectroscopy/) Besides simple spectral simulations, you can also use it in various ways. For example, I used COSMOSS to study how the peptide orientation affecting the 2D spectral features:[^Ref_Paper_1] ![](https://i.imgur.com/5M4loNP.gif) Also, the [coding structure](https://hackmd.io/@jjh/COSMOSS_Code_Structure) is very general! As long as the 'modes' in question can be model as coupled oscillators, you can generate their corresponding spectrum as well. For example, if you are interested in simulating the UV-Vis spectra of a model system, you can repurpose the FTIR core with little modification. Documentation --- ![](https://i.imgur.com/pDJrSvz.jpg) All the notes and tutorials are hosted on the HackMD. Learn more [in the documentation](https://hackmd.io/@jjh/COSMOSS). This documentation will help you understand the coding structure and theoretical background so you can make the best of COSMOSS. Installation --- [![View COSMOSS on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://www.mathworks.com/matlabcentral/fileexchange/64433-cosmoss) Download the source code from either [Matlab file-exchange](https://www.mathworks.com/matlabcentral/fileexchange/64433-cosmoss) or [GitHub](https://github.com/JJ-Ho/COSMOSS).[^Download] Once download, double click on the 'COSMOSS.mlapp' will bring up the main GUI! [^mlapp] Collaboration --- One of the main reason why COSMOSS is open source is for collaboration! Any contribution is welcomed. The are two branches for potential collaboration: - Documentation - Source code ### Documentation This website is editable if you register an account and sign-in. Learn more about how to edit the page on HackMD here: - [HeckMD help page (English)](https://hackmd.io/c/tutorials/%2Fs%2Ftutorials). - [HeckMD help page (Chinese)](https://hackmd.io/c/tutorials-tw/%2Fs%2Ftutorials-tw). Feel free to write/edit about anything relevant. You are also welcome to send me the link of your personal documentation to my email so I can add a link to your site: - jhoatgit [at] gmail.com or leave a comment on the HackMD site. ### Source Code For the source code, please pull from the [GitHub repo](https://github.com/JJ-Ho/COSMOSS). I also compiled a list of tutorials on "[How to collaborate with Git?](https://hackmd.io/@jjh/Git_Tutorials)". [^GoogleScholar]: See my publications on [Google Scholar](https://scholar.google.com/citations?user=O8Y6wd8AAAAJ&hl=en&authuser=1) [^Ref_Paper_1]: [J. Phys. Chem. A 2018, 122, 5, 1270-1282](https://pubs.acs.org/doi/abs/10.1021/acs.jpca.7b11934), see [Running COSMOSS from the workspace](/sQAEQB2PQmS11TNwjUy88Q?both) for example code to generate a movie from COSMOSS. [^Download]:Since v2.3.1, the [Matlab file-exchange](https://www.mathworks.com/matlabcentral/fileexchange/64433-cosmoss) download page is integrated with the master branch of the [GitHub](https://github.com/JJ-Ho/COSMOSS) repository. No more fooling around! [^mlapp]: You can modify the GUI elements and the callbacks with the [AppDesinger](https://www.mathworks.com/videos/app-designer-overview-1510748719083.html) in Matlab. See [How to edit COSMOSS GUI](https://hackmd.io/@jjh/EditGUI) for more information. ###### tags: `COSMOSS`

Import from clipboard

Paste your markdown or webpage here...

Advanced permission required

Your current role can only read. Ask the system administrator to acquire write and comment permission.

This team is disabled

Sorry, this team is disabled. You can't edit this note.

This note is locked

Sorry, only owner can edit this note.

Reach the limit

Sorry, you've reached the max length this note can be.
Please reduce the content or divide it to more notes, thank you!

Import from Gist

Import from Snippet

or

Export to Snippet

Are you sure?

Do you really want to delete this note?
All users will lose their connection.

Create a note from template

Create a note from template

Oops...
This template has been removed or transferred.
Upgrade
All
  • All
  • Team
No template.

Create a template

Upgrade

Delete template

Do you really want to delete this template?
Turn this template into a regular note and keep its content, versions, and comments.

This page need refresh

You have an incompatible client version.
Refresh to update.
New version available!
See releases notes here
Refresh to enjoy new features.
Your user state has changed.
Refresh to load new user state.

Sign in

Forgot password

or

By clicking below, you agree to our terms of service.

Sign in via Facebook Sign in via Twitter Sign in via GitHub Sign in via Dropbox Sign in with Wallet
Wallet ( )
Connect another wallet

New to HackMD? Sign up

Help

  • English
  • 中文
  • Français
  • Deutsch
  • 日本語
  • Español
  • Català
  • Ελληνικά
  • Português
  • italiano
  • Türkçe
  • Русский
  • Nederlands
  • hrvatski jezik
  • język polski
  • Українська
  • हिन्दी
  • svenska
  • Esperanto
  • dansk

Documents

Help & Tutorial

How to use Book mode

Slide Example

API Docs

Edit in VSCode

Install browser extension

Contacts

Feedback

Discord

Send us email

Resources

Releases

Pricing

Blog

Policy

Terms

Privacy

Cheatsheet

Syntax Example Reference
# Header Header 基本排版
- Unordered List
  • Unordered List
1. Ordered List
  1. Ordered List
- [ ] Todo List
  • Todo List
> Blockquote
Blockquote
**Bold font** Bold font
*Italics font* Italics font
~~Strikethrough~~ Strikethrough
19^th^ 19th
H~2~O H2O
++Inserted text++ Inserted text
==Marked text== Marked text
[link text](https:// "title") Link
![image alt](https:// "title") Image
`Code` Code 在筆記中貼入程式碼
```javascript
var i = 0;
```
var i = 0;
:smile: :smile: Emoji list
{%youtube youtube_id %} Externals
$L^aT_eX$ LaTeX
:::info
This is a alert area.
:::

This is a alert area.

Versions and GitHub Sync
Get Full History Access

  • Edit version name
  • Delete

revision author avatar     named on  

More Less

Note content is identical to the latest version.
Compare
    Choose a version
    No search result
    Version not found
Sign in to link this note to GitHub
Learn more
This note is not linked with GitHub
 

Feedback

Submission failed, please try again

Thanks for your support.

On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

Please give us some advice and help us improve HackMD.

 

Thanks for your feedback

Remove version name

Do you want to remove this version name and description?

Transfer ownership

Transfer to
    Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

      Link with GitHub

      Please authorize HackMD on GitHub
      • Please sign in to GitHub and install the HackMD app on your GitHub repo.
      • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
      Learn more  Sign in to GitHub

      Push the note to GitHub Push to GitHub Pull a file from GitHub

        Authorize again
       

      Choose which file to push to

      Select repo
      Refresh Authorize more repos
      Select branch
      Select file
      Select branch
      Choose version(s) to push
      • Save a new version and push
      • Choose from existing versions
      Include title and tags
      Available push count

      Pull from GitHub

       
      File from GitHub
      File from HackMD

      GitHub Link Settings

      File linked

      Linked by
      File path
      Last synced branch
      Available push count

      Danger Zone

      Unlink
      You will no longer receive notification when GitHub file changes after unlink.

      Syncing

      Push failed

      Push successfully