An official theme for OJS 3.1.1+
This theme was developed and is maintained by the Public Knowledge Project.
The Immersive theme emphasizes the reading experience and offers bold design options such as a full-width header image and per-section color choices.
The serif typeface, Spectral, conveys a strong artistic personality and is paired with the crisp functionality of Roboto, a sans-serif typeface.
This theme allows you to display a full-width image in the header. When used appropriately, the image and color options can provide a striking aesthetic that will stand out from other journals. This effect may work best for arts and culture journals which want to present a more ambitious visual profile.
This theme can be installed through the Plugin Gallery in Open Journal Systems. If it's not available in the plugin gallery, you may need to update Open Journal Systems to a compatible version.
To contribute changes you will need to install this theme from the main
branch of this repository.
git clone https://github.com/pkp/immersion.git
.- Move to the theme's root folder:
cd immersion
. - Make sure that npm and Gulp are installed.
- Resolve dependencies:
npm install
. Gulp config file is inside a theme root foldergulpfile.js
. - To compile external SCSS, concatenate styles and minify:
gulp sass
. The result CSS path isresources/dist/app.min.css
. The theme's own styles are compiled automatically by OJS's theme API. - To concatenate and minify javascript:
gulp scripts
andgulp compress
. The result Javascript file path isresources/dist/app.min.js
. Rungulp watch
to view javascript changes insideresources/js
folder in real time. - To compile and minify all at once:
gulp build
. - Copy the plugin's folder to
plugins/themes
directory starting from the OJS installation root folder. - Login into the OJS admin dashboard, activate the plugin and enable the theme.
Note that the main branch may contain code that will not be shipped to the stable release.
Immersion theme was designed and developed by Sophy Ouch (@sssoz), Vitaliy Bezsheiko (@Vitaliy-1), John Willinsky, and Kevin Stranack.
For technical question regarding the theme (bugs, enhancements, etc.), please open an issue on the plugin's GitHub page. For non-technical questions or if you are uncertain about the question's category please visit the PKP Forum. Before opening and issue or posting a question on forum please make sure that it wasn't solved before.
Homepage Image | This theme allows the personalisation of the header background image. By default no image is present but we strongly recommend to use one for the best visual experience. It can be downloaded through Settings -> Website -> Homepage Image
.
Sections' Background Color | Immersion theme adds an option for changing background color of issue sections. It is available under issue menu (for each issue). Picked colors will be displayed prominently on the journal landing page and issue page. The default background color for all sections is white and can be set differently for each section.
Section description | If Browse By Section plugin is activated and configured, the theme allows to display a description for each section on the index journal and issue page which is added through the section form.
Announcement Section Background Color | Announcements can be displayed prominently on journal's home page. It can be set in Settings -> Website -> Announcements
. Immersion theme adds an option to change the background color for announcements section enabled through this menu.
Galleys | If there isn’t any CSS file attached to the HTML galley, the default theme’s style will be used.
This theme is released under the GPL license.
The Roboto font is distributed under the terms of the Apache License, 2.0. The Spectral font is distributed under the terms of the Open Font License.