Difference between revisions of "CMS Using Jmol"

From Jmol
Jump to navigation Jump to search
(username removed)
(+WordPress and http://openochem.org/ooc/)
 
(24 intermediate revisions by 4 users not shown)
Line 2: Line 2:
  
 
This page is devoted to Content Management Systems, Learning Management Systems, Virtual Learning Environments, e-Learning Platforms..., that have been set-up to use Jmol as part of their contents.
 
This page is devoted to Content Management Systems, Learning Management Systems, Virtual Learning Environments, e-Learning Platforms..., that have been set-up to use Jmol as part of their contents.
 +
 +
== OpenOChem ==
 +
[http://openochem.org/ooc/ OpenOChem] is an advanced homework/quizzing system that plugs in existing Learning Management Systems via Learning Tools Interoperability® (LTI) specification. There is a [http://openochem.org/tsugi/store/details/jsmolmodels 3D model kit based on JSmol]
  
 
== Moodle ==
 
== Moodle ==
 +
=== The Moodle filter for Jmol ===
 +
[http://moodle.org/ Moodle] is an open-source course management system. A third-party '''Jmol filter''' (information [http://docs.moodle.org/en/Jmol_filter here] and [https://moodle.org/plugins/view/filter_jmol here]) detects links to molecular model files (.mol, .csmol, .pdb, .xyz, .cml) in Moodle documents and converts them into embedded Jmol models. Jmol models can also be added as [http://moodle.org/mod/data/view.php?d=13&rid=87 resources], or placed in searchable databases that students can edit.
 +
 +
Current version of the filter uses '''JSmol''' (the HTML5 modality, i.e. no Java) by default, unless a noncompatible system is detected. The user can also opt for JSmol-Java or JSmol-WebGL modalities.
 +
 +
An example of a model inserted in a page using this filter (Moodle v.3.5.2, Jmol Filter v.6.1):
 +
[[File:Moodle Filter.png]]
 +
 
=== Moodle sites using Jmol ===
 
=== Moodle sites using Jmol ===
[http://moodle.org/ Moodle] is an open-source course management system. A third-party '''Jmol filter''' ([http://docs.moodle.org/en/Jmol_filter info]) automatically converts links to molecular model files (.mol, .csmol, .pdb, .xyz, .cml) in Moodle documents into embedded Jmol models. Jmol models can also be added as [http://moodle.org/mod/data/view.php?d=13&rid=87 resources], or placed in searchable databases that students can edit.
 
 
 
If you know a Moodle which uses Jmol, and which is not in the list below, please add it.
 
If you know a Moodle which uses Jmol, and which is not in the list below, please add it.
 
<!--
 
<!--
Line 14: Line 23:
 
* [http://montenet.monte.nsw.edu.au/ Monte Sant' Angelo Mercy College]
 
* [http://montenet.monte.nsw.edu.au/ Monte Sant' Angelo Mercy College]
 
* [http://confchem.frostburgchemistry.org Frostburg State University]
 
* [http://confchem.frostburgchemistry.org Frostburg State University]
* [http://moodle.fp.tul.cz/course/view.php?id=208 Technical University of Liberec (in Czech)]
+
* [https://nanoed.tul.cz/course/view.php?id=86 Study (nano)materials at Technical University of Liberec (in Czech)]
  
 
=== Molecular structures in Moodle ===
 
=== Molecular structures in Moodle ===
 +
<!--
 
[http://marie.frostburg.edu/101/mod/wiki/view.php?id=787&page=Index Moodle FAQ at  Frostburg State University] explains briefly
 
[http://marie.frostburg.edu/101/mod/wiki/view.php?id=787&page=Index Moodle FAQ at  Frostburg State University] explains briefly
 +
This link is dead, but there is a 2006 version in Web Archive. I'm pasting here the significant bits.
 +
-->
 +
* How does the Jmol filter work?
 +
: Like the other text filters in Moodle, the Jmol filter expands a simple, shorthand code typed by an author into more complex code the browser can display. Specifically, this filter removes a link to a molecular file (with recognized file extension) and inserts a JmolApplet that loads the model. It can optionally insert controls too (e.g. for changing the rendering style).
 
* How do I embed molecules into Moodle pages?
 
* How do I embed molecules into Moodle pages?
* How does the Jmol text filter work?
+
: First, make sure that the administrators of your Moodle site have installed the Jmol filter. Then, simply upload a <code>.pdb</code> file to your course, and make a link to it using Moodle's HTML editor.
* How can I display .mol files in Moodle?
+
: The link must have <code>title="Jmol"</code> for it to work properly.
 +
: Note that the server must be the same for the uploaded file and the Moodle system files, since Jmol will not display remote pdb files.
 +
<a href="path/aspartic.pdb">Aspartic acid</a>
 +
:The default size of the display is 350 pixels. You can set the size of the display to ''n'' pixels by appending <code>?s=n</code> to the URL. For example:
 +
<a href="path/aspartic.pdb?s=200">Aspartic acid</a>
 +
:You can turn the default controls off by appending <code>?c=0</code> to the URL. If you combine this with the sizing option, separate the parameters with an ampersand (&).
 +
<a href="path/aspartic.pdb?s=200&c=0">Aspartic acid</a>
 +
:For even greater control, pass a Jmol script to the view by typing <code>JMOLSCRIPT{}</code> after the link. The script goes between the braces.
 +
: For example, to set the background to white, zoom in to 150%, and spin the molecule around its x and y axes, you could type:
 +
<a href="path/aspartic.pdb?s=200&c=0">Aspartic acid</a>JMOLSCRIPT{color background white; zoom 150; set spin x 10; set spin y 10; spin;}
  
 
=== Internationalization ===
 
=== Internationalization ===
The Jmol filter for Moodle is being internationalized (Jan 2008) [http://code.google.com/p/google-highly-open-participation-moodle/issues/detail?id=78]
+
A project to internationalize the Jmol filter for Moodle was started on Jan 2008 [http://code.google.com/p/google-highly-open-participation-moodle/issues/detail?id=78]
  
 +
A more recent update is including localization, i.e. translated text strings for different languages.
  
 
== WebAssign ==
 
== WebAssign ==
[http://webassign.net/index.html WebAssign®] is a Course Management System offered as a service and done by North Carolina State University and Advanced Instructional Systems, Inc.  
+
[http://webassign.net/index.html WebAssign®] is a Course Management System offered as a service and done by North Carolina State University and Advanced Instructional Systems, Inc.  
 
* [http://webassign.net/info/announcements/2005_7_8.html Notice] announcing Jmol functionality.
 
* [http://webassign.net/info/announcements/2005_7_8.html Notice] announcing Jmol functionality.
 
  
 
== LON-CAPA ==
 
== LON-CAPA ==
Line 43: Line 66:
 
[http://drupal.org/ Drupal] is an open source content management platform.
 
[http://drupal.org/ Drupal] is an open source content management platform.
  
Compatibility with Jmol is uncertain yet; this needs to be documented.
+
=== Drupal Jmol ===
 +
A Drupal 7 and 8 module is available to display uploaded molecular structure files as a Jmol applet. The module can be found at [http://drupal.org/project/jmol http://drupal.org/project/jmol].
  
 +
=== Drupal Molecule ===
 +
Another Drupal module, called '''Molecule''', enables to easily integrate JSmol and JSpecView objects into Drupal sites without technical knowledge. More information at the [http://www.drupal.org/project/molecule Molecule site]. It is only development version, last updated in 2015.
  
== Others ==
+
The Molecule module defines three types of display options for displaying
[http://www.crushersolution.com/crusher/crusher.html Crusher] has full names of stone crusher, rock crusher, quarry crusher widely applied in stone quarry plants, [http://www.millexpert.com/blog/category/equipment mining equipment] industry, ore crushing plants, building and construction, highway, railway, water conservancy and chemical industry etc. Depending on the crushing stage, we can divide crushers into four models: mobile crusher, primary crusher, secondary crusher, tertiary crusher. The primary crusher mainly refers to the [http://www.usedjawcrusher.com jaw crusher] and impact crusher. In the designing of a crushing plant of any nature and size, to select the right type and size of primary crusher is of great significance. Generally speaking, this machine is the largest and most expensive single item in the plant; a mistake in the choice may lead to a full replacement. Therefore, you have to pay close attention when choosing primary crushers. The following tips may be helpful for the selection of primary crushers.
+
JCAMP-DX files:
== [http://www.millexpert.com/blog/jaw-crusher/ Jaw crusher] introduction ==
+
* Spectrum: Show the spectrum contained in the JCAMP-DX file
 +
* Molecule: Show the molecule contained in the JCAMP-DX file
 +
* Spectrum with molecule: Show both the molecule and the spectrum in the JCAMP-DX file and link them.
  
[http://www.crushersolution.com/crusher/jaw-crusher.html Jaw crusher], also named jaw [http://www.crushersolution.com/products.html crushing machine] or jaw breaker is the world's most ancient form of [http://www.millexpert.com stone crusher] or rock crusher. Jaw crusher's main part is jaw crushing chamber composed of dynamic crusher jaw and static crusher [http://www.millexpert.com/blog/jaw-crusher/ jaw crusher] simulating jaw movement of animals to complete the stone material crushing operations.
 
  
== [http://www.millexpert.com/crusher/hammer-crusher.html Hammer Crusher] Introduction ==
+
== Mahara ==
 +
The Mahara e-Portfolio system includes the
 +
'Mahara artefact file blocktype jmol/jsmol plugin', which provides the interactive 3D display of chemical structure files, uploaded to Mahara, using Jmol/JSmol.
 +
* [https://wiki.mahara.org/wiki/Plugins/Blocktype/Jmol Documentation]
 +
* [https://github.com/geoffrowland/mahara-artefact_file_blocktype_jmol Source code repository] (GitHub)
  
[http://www.crushersolution.com/crusher/hammer-crusher.html Hammer crusher] also named hammer mill is used for crushing all kinds of abrasive weak materials or mid-hardness stone. The materials crushed by hammer crusher such as coal, salt, chalk, gypsum, brick, limestone and so on with compressive strength not exceed 100MPa, and water content range less than 15%. Hammer crusher also can be used for crushing used wood, paper, asbestos cement’s wastes with fiber structure, strong flexibility etc to recover asbestos fibers.
+
== WordPress ==
 +
For open source content management system [https://wordpress.org/ WordPress] there is a [https://wordpress.org/plugins/jsmol2wp/ jsmol2wp plugin], that has been closed as of January 7, 2019 and is not available for download for security issue.
  
== [http://www.millexpert.com/crusher/impact-crusher.html Impact Crusher] Introduction ==
 
[http://www.crushersolution.com/crusher/impact-crusher.html Impact crusher] is new highly efficient [http://www.minecrusher.com crushing equipment] which is ideal choice for [http://www.crushersolution.com/solution/crusher-solution.html crushing and screening] in stone production line or rock [http://www.millexpert.com/crushing-plant/crushing-plant.html crushing plants]. Impact [http://www.millexpert.com/blog/category/crusher crusher] can crush stone in selective methods and it’s a promising device in mining, transportation, energy, construction and chemical industry.
 
  
== [http://www.millexpert.com/crusher/symons-cone-crusher.html Symons Cone Crusher] Introduction ==
+
== Others ==
 
+
...?
[http://www.crushersolution.com/crusher/symons-cone-crusher.html Symons cone crusher] was the world’s first [http://www.aconecrusher.com cone crusher] which is now widely used in metallurgy, construction, chemicals, building materials processing industry. Symons cone crusher has improved from traditional cone [http://www.millexpert.com/blog/products/ crusher] by SBM adopting domestic and international design experience so that this cone crusher has excellent performance in the manufacture, installation, use and maintenance etc.
 
 
 
== [http://www.millexpert.com/blog/mobile-crusher/ Mobile crusher] Introduction ==
 
 
 
[http://www.crushersolution.com/crusher/mobile-crusher.html Mobile crusher] also called portable crusher is a [http://www.grindercrusher.com stone crusher] that is easy to move before crushing or after crushing process. [http://www.millexpert.com/blog/category/mobile-crusher-2 Mobile crusher] for sale in China, the first choice of mobile crusher station is SBM. According to the capacity and crusher weight, we can divide mobile crusher into small [http://www.mobilecrusherglobal.com mobile crusher] (mini mobile crusher) and heavy duty mobile crusher.
 
 
 
SBM, a professional mobile [http://www.crushersolution.com/crusher-application/crusher-application.html crusher] manufacturer or mobile crusher supplier can supply you five models mobile [http://www.millexpert.com/crusher/crusher.html crusher]: jaw crusher series mobile crusher, cone crusher series mobile crusher, [http://www.crushersolution.com/crusher-application/mobile-impact-crusher.html impact crusher series mobile crusher], multi-crushing type mobile crusher and crawler type mobile crusher etc.
 
 
 
[http://www.crushersolution.com/grinding-mill/grinding-mill.html Grinding mill] also named [http://www.grindingmill.net grinder mill], grinding machine, grinder equipment, grinding equipment etc includes ball grinding mill, Raymond grinding mill, vertical grinding mill, trapezium grinding mill, coarse powder grinding mill, high pressure suspension grinding mill, etc..
 
 
 
== [http://www.millexpert.com/grinding-mill/ball-mill.html Ball mill] Introduction ==
 
 
 
[http://www.crushersolution.com/grinding-mill/ball-mill.html Ball mill] also named ball roller [http://www.millexpert.com/blog/category/grinder-mill grinder mill], ball grinder mill is a cylindrical device used for grinding materials with low hardness such as limestone, cement, raw coal etc. According to ball mill specifications, SBM ball mill widely applied to grind varies ores and grind-able raw materials in dry grinding and wet grinding.
 
 
 
== [http://www.millexpert.com/grinding-mill/raymond-mill.html Raymond mill] Introduction ==
 
 
 
[http://www.crushersolution.com/grinding-mill/raymond-mill.html Raymond mill] or Raymond grinder is a grinding machine from abroad with long history and advanced technology. Raymond mill technology has applied to many traditional grinder machines such as Raymond ball mill, Raymond vertical mill, Raymond coal mill, Raymond roller mill etc. It has widely used in mines, cement plants, chemical plants as a grinding equipments. And Raymond mill is key equipment in non-metallic mineral processing plants.
 
 
 
== [http://www.millexpert.com/grinding-mill/vertical-mill.html Vertical mill] Introduction ==
 
 
 
[http://www.crushersolution.com/grinding-mill/vertical-mill.html Vertical mill] also named vertical grinder mill, vertical grinding machine, vertical milling machine; and vertical roller mill etc adopts advanced grinding technology and combines with various grinder mill machines producing experience. Vertical mill is a set of equipment combined with crushing, drying, grinding, grading and transporting etc.
 
 
 
== [http://www.millexpert.com/blog/quarry-crusher-fatality.html Quarry Crusher] Introduction ==
 
 
 
The [http://www.crushersolution.com/solution/quarry-crusher.html quarry crusher], also known as [http://www.millexpert.com/blog/primary-crusher.html stone crusher], is mainly applied in various construction projects for crushing large stones into smaller particle sizes. Our company, as a professional crusher manufacturer, specializes in producing various types of crushing machines. Generally speaking, the quarry crushers can be divided into three major types, that is, [http://www.millexpert.com/crusher/jaw-crusher.html jaw crusher], roller crusher and [http://www.millexpert.com/crusher/hydraulic-cone-crusher.html cone crusher]. [http://www.usedjawcrusher.com Jaw crushers] crush rock by closing two walls against the large stones several times. Cone crushers crush rock through spinning grinders. Roller crushers are often used for [http://www.crushersolution.com/solution/crusher-solution.html secondary crushing]; rocks are fed between two rollers that crush the rock.
 
 
 
== [http://www.orecrusher.net Ore Crusher] Introduction ==
 
The most commonly used crushers and grinding mills in iron ore crushing and grinding process for iron ore mining are jaw crusher, cone crusher, hammer crusher and ball mill, ultrafine grinding mill, etc. In iron ore mining, miner usually choose a complete iron ore crushing plant for metallurgy. At present, the most popular iron ore production line consists of two jaw crushers. After beening crushed, the material will be transported for the magnetic separation, and then into the ball mill for grinding.
 
 
 
== [http://www.gravelcrusher.net Gravel Crusher] Introduction ==
 
Jaw gravel crusher for iron ore: [http://www.crushersolution.com Jaw crusher] is used in primary crushing station. It can crush iron ore into small sizes. Thus, these small iron ore can enter into the iron ore mill such as ball mill for grinding.
 
 
 
Impact gravel crusher is generally used after jaw [http://www.crushersolution.com/project-case/project-case.html crusher], and can crush hard stones, not only the iron ore, but also other ores such as copper, bauxite, gold, Kaolinite, manganese etc.
 
 
 
Hammer gravel crushers are widely used in small quarries with small capacities. That's because in such situation, the cost and the difficulty of changing and maintaining worn hammers are more acceptable to the quarry owners. However, once the quarry owners want to enhance the capacity to above 50-60t/h by one [http://www.millexpert.com crushing plant], hammer crushers are no longer suitable. Using hammer crusher to do a big crushing work will lead to a passive situation of high consuming cost and frequent maintenance.
 
 
 
Cone gravel crusher is the most common fine iron [http://www.crushersolution.com/solution/rock-crusher.html ore crusher machine], and usually used as final iron ore crushing machine. It has four types: spring cone crusher, symons cne crusher, hydraulic cone crusher, hcs90 cone crusher. Every cone crusher has their different applications.
 
 
 
== [http://www.vibratingfeederchina.com Vibrating Feeder] Introduction ==
 
Vibrating feeder is the machine used to feed iron ore evenly to iron ore crushing and grinding machine in iron ore processing plant.
 
 
 
Vibrating screen is the screening machine used in iron ore [http://www.crushersolution.com/solution/mining-equipment.html crushing and screening plant]. It screens out the appropriate iron ore particles, these particles enter into ball mill for grinding.
 

Latest revision as of 17:59, 7 February 2021

Jmol / JSmol Applications

This page is devoted to Content Management Systems, Learning Management Systems, Virtual Learning Environments, e-Learning Platforms..., that have been set-up to use Jmol as part of their contents.

OpenOChem

OpenOChem is an advanced homework/quizzing system that plugs in existing Learning Management Systems via Learning Tools Interoperability® (LTI) specification. There is a 3D model kit based on JSmol

Moodle

The Moodle filter for Jmol

Moodle is an open-source course management system. A third-party Jmol filter (information here and here) detects links to molecular model files (.mol, .csmol, .pdb, .xyz, .cml) in Moodle documents and converts them into embedded Jmol models. Jmol models can also be added as resources, or placed in searchable databases that students can edit.

Current version of the filter uses JSmol (the HTML5 modality, i.e. no Java) by default, unless a noncompatible system is detected. The user can also opt for JSmol-Java or JSmol-WebGL modalities.

An example of a model inserted in a page using this filter (Moodle v.3.5.2, Jmol Filter v.6.1): Moodle Filter.png

Moodle sites using Jmol

If you know a Moodle which uses Jmol, and which is not in the list below, please add it.

Molecular structures in Moodle

  • How does the Jmol filter work?
Like the other text filters in Moodle, the Jmol filter expands a simple, shorthand code typed by an author into more complex code the browser can display. Specifically, this filter removes a link to a molecular file (with recognized file extension) and inserts a JmolApplet that loads the model. It can optionally insert controls too (e.g. for changing the rendering style).
  • How do I embed molecules into Moodle pages?
First, make sure that the administrators of your Moodle site have installed the Jmol filter. Then, simply upload a .pdb file to your course, and make a link to it using Moodle's HTML editor.
The link must have title="Jmol" for it to work properly.
Note that the server must be the same for the uploaded file and the Moodle system files, since Jmol will not display remote pdb files.
<a href="path/aspartic.pdb">Aspartic acid</a>
The default size of the display is 350 pixels. You can set the size of the display to n pixels by appending ?s=n to the URL. For example:
<a href="path/aspartic.pdb?s=200">Aspartic acid</a>
You can turn the default controls off by appending ?c=0 to the URL. If you combine this with the sizing option, separate the parameters with an ampersand (&).
<a href="path/aspartic.pdb?s=200&c=0">Aspartic acid</a>
For even greater control, pass a Jmol script to the view by typing JMOLSCRIPT{} after the link. The script goes between the braces.
For example, to set the background to white, zoom in to 150%, and spin the molecule around its x and y axes, you could type:
<a href="path/aspartic.pdb?s=200&c=0">Aspartic acid</a>JMOLSCRIPT{color background white; zoom 150; set spin x 10; set spin y 10; spin;}

Internationalization

A project to internationalize the Jmol filter for Moodle was started on Jan 2008 [1]

A more recent update is including localization, i.e. translated text strings for different languages.

WebAssign

WebAssign® is a Course Management System offered as a service and done by North Carolina State University and Advanced Instructional Systems, Inc.

  • Notice announcing Jmol functionality.

LON-CAPA

LON-CAPA is a "Free Open-Source Distributed Learning Content Management and Assessment System" under continuing development at Michigan State University. There are many exercises in the growing database of shared resources that use Jmol. Most require an account on the system to access the exercises, but a few are published "publicly" and do not require log-in for access. For example:


Drupal

Drupal is an open source content management platform.

Drupal Jmol

A Drupal 7 and 8 module is available to display uploaded molecular structure files as a Jmol applet. The module can be found at http://drupal.org/project/jmol.

Drupal Molecule

Another Drupal module, called Molecule, enables to easily integrate JSmol and JSpecView objects into Drupal sites without technical knowledge. More information at the Molecule site. It is only development version, last updated in 2015.

The Molecule module defines three types of display options for displaying JCAMP-DX files:

  • Spectrum: Show the spectrum contained in the JCAMP-DX file
  • Molecule: Show the molecule contained in the JCAMP-DX file
  • Spectrum with molecule: Show both the molecule and the spectrum in the JCAMP-DX file and link them.


Mahara

The Mahara e-Portfolio system includes the 'Mahara artefact file blocktype jmol/jsmol plugin', which provides the interactive 3D display of chemical structure files, uploaded to Mahara, using Jmol/JSmol.

WordPress

For open source content management system WordPress there is a jsmol2wp plugin, that has been closed as of January 7, 2019 and is not available for download for security issue.


Others

...?