This container adds support for long form content where it may not be practical to assign classes, such as Markdown or WYSIWYG text.
It also makes some adjustments for longer form text, such as vertical spacing and making visited links purple.
This container adds basic support for p
, ul
, hr
, a
and other core
html elements.
Some components may also add specific support for .vf-content
This communications strategy outlines EMBL’s vision, mission and goals. It is intended to support everyone who communicates on behalf of EMBL, within and outside of the organisation, in order to provide aligned messaging and help EMBL to achieve its goals. The strategy is supported by an operational plan for the Strategy and Communications team.
The plan reflects the priorities defined in the communications strategy and translates them into a set of deliverables and projects managed by the Strategy and Communications team. This documentation will be regularly reviewed and revised. Your feedback is welcome at any time: please contact EMBL’s Strategy and Communications team.
This document was last revised 7 March 2018Enabling scientists worldwide to discover the secrets of life
Event | Date | Type | Location |
---|---|---|---|
dave | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima accusamus a nostrum odit aliquid repudiandae architecto molestiae, dolores. | roger | London, U.K. |
dave | Lorem ipsum dolor sit amet, consectetur adipisicing elit. Distinctio fugit illo officia dignissimos amet. | roger | London, U.K. |
dave | Lorem ipsum dolor sit amet, consectetur adipisicing elit. | roger | London, U.K. |
EMBL is Europe’s flagship laboratory for the life sciences. We are an intergovernmental organisation established in 1974 and are supported by over 20 member states.
EMBL performs fundamental research in molecular biology, studying the story of life. We offer services to the scientific community; train the next generation of scientists and strive to integrate the life sciences across Europe.
We are international, innovative and interdisciplinary. We are more than 1600 people, from over 80 countries, operating across six sites in Barcelona (Spain), Cambridge (UK), Grenoble (France), Hamburg (Germany), Heidelberg (Germany), and Rome (Italy). Our scientists work in independent groups and conduct research and offer services in all areas of molecular biology.
Our research drives the development of new technology and methods in the life sciences. We work to transfer this knowledge for the benefit of society.
The fundamental knowledge that we create, enable and share is immensely valuable to society. Life-science research and services help to address society’s grand challenges, from human health, agriculture, to the environment and beyond.
Show the impact of our work in tackling society’s big challenges
We support scientists worldwide with infrastructure, services, technologies, training and platforms for exchange to carry out the best possible research. We are driven by curiosity about life, the most exciting story in the universe. We believe that advancing humankind’s understanding of life is a noble goal in itself.
We are a group of user experience specialists in an international scientific organisation
Our aim is to help teams design services to meet the needs of their users
We believe in openness , transparency, working collaboratively and iteratively, continuously learning and sharing knowledge throughout the organisation
EMBl-EBI Web Development UX Team Mission
Depending on your environment you'll want to use render
or include
. As a rule of thumb: server-side use include
, precompiled browser use render
. If you're using vf-eleventy you should use include
.
include
You'll need to pass a context object from your code or Yaml file (example), as well as the path to the Nunjucks template. Nunjucks' include
is an abstraction of render
and provides some additional portability.
{% set context fromYourYamlFile %}
- or -
{% set context = {
"component-type": "container"
}
%}
{% include "../path_to/vf-content/vf-content.njk" %}
render
This approach is best for bare-bones Nunjucks environments, such as precompiled templates with the Nunjucks slim runtime where include
is not be available.
{% render '@vf-content', {
"component-type": "container"
} %}
<div class="vf-content">
<h1 id="embl-communications-strategy-2018-2020">EMBL communications strategy 2018-2020</h1>
<p class="vf-content__standfirst">This <a href="#">communications strategy</a> outlines EMBL’s vision, mission and goals. It is intended to support everyone who communicates on behalf of EMBL, within and outside of the organisation, in order to provide aligned messaging and help EMBL to achieve its goals. The strategy is supported by an operational plan for the Strategy and Communications team.</p>
<p class="vf-content__standfirst">The plan reflects the priorities defined in the communications strategy and translates them into a set of deliverables and projects managed by the Strategy and Communications team. This documentation will be regularly reviewed and revised. Your feedback is welcome at any time: please contact EMBL’s Strategy and Communications team.</p>
<small><i>This document was last revised 7 March 2018</i></small>
<h2 id="section-1-embls-vision-and-mission">Section 1: EMBL’s vision and mission</h2>
<h3 id="embls-vision">EMBL’s vision</h3>
<p>Enabling scientists worldwide to discover the secrets of life</p>
<h3 id="embls-mission">EMBL’s mission</h3>
<ol>
<li>Uncovering the molecular basis of life through research</li>
<li>Providing research infrastructure and services</li>
<li>Training and inspiring the next generation of scientists</li>
<li>Driving research, innovation and progress through technology development</li>
<li>Interactions with industry and technology transfer</li>
<li>Playing a leading role in the integration of life science research</li>
</ol>
<h3 id="further-examples-of-bullets">Further examples of bullets</h3>
<ul>
<li>A bulleted item</li>
<li>A nested bulleted item</li>
<li>A nested bulleted item</li>
<li>A bulleted item</li>
<li>A bulleted item</li>
<li>A bulleted item</li>
<li>A bulleted item</li>
</ul>
<h3 id="definition-lists">Definition lists</h3>
<dl>
<dt>Beast of Bodmin</dt>
<dd>A large feline inhabiting Bodmin Moor.</dd>
<dt>Morgawr</dt>
<dd>A sea serpent.</dd>
<dt>Owlman</dt>
<dd>A giant owl-like creature.</dd>
</dl>
<table>
<thead>
<tr>
<th scope="col">Event</th>
<th scope="col">Date</th>
<th scope="col">Type</th>
<th scope="col">Location</th>
</tr>
</thead>
<tbody>
<tr>
<td>dave</td>
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Minima accusamus a nostrum odit aliquid repudiandae architecto molestiae, dolores.</td>
<td>roger</td>
<td>London, U.K.</td>
</tr>
<tr>
<td>dave</td>
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Distinctio fugit illo officia dignissimos amet.</td>
<td>roger</td>
<td>London, U.K.</td>
</tr>
<tr>
<td>dave</td>
<td>Lorem ipsum dolor sit amet, consectetur adipisicing elit.</td>
<td>roger</td>
<td>London, U.K.</td>
</tr>
</tbody>
</table>
<h3>What is EMBL?</h3>
<p>EMBL is Europe’s flagship laboratory for the life sciences. We are an intergovernmental organisation established in 1974 and are supported by over 20 member states.</p>
<p>EMBL performs fundamental research in molecular biology, studying the story of life. We offer services to the scientific community; train the next generation of scientists and strive to integrate the life sciences across Europe.</p>
<figure>
<img src="../../assets/vf-figure/assets/figure-example.png" alt="An example figure image" loading="lazy">
<figcaption>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Temporibus quasi dolorem eos ratione voluptatum omnis, voluptates adipisci, soluta beatae quo, excepturi, quas id libero rem suscipit! Numquam repellendus consectetur, velit.</figcaption>
</figure>
<figure>
<img src="https://acxngcvroo.cloudimg.io/v7/https://www.embl.org/files/wp-content/uploads/20201202_hero_emblorg_homepage-zoom-out.jpg" alt="An example figure image" loading="lazy">
<figcaption>A very wide image.</figcaption>
</figure>
<p>We are international, innovative and interdisciplinary. We are more than 1600 people, from over 80 countries, operating across six sites in Barcelona (Spain), Cambridge (UK), Grenoble (France), Hamburg (Germany), Heidelberg (Germany), and Rome (Italy). Our scientists work in independent groups and conduct research and offer services in all areas of molecular biology.</p>
<p>Our research drives the development of new technology and methods in the life sciences. We work to transfer this knowledge for the benefit of society.</p>
<h2>Section 2: EMBL’s goals</h2>
<h3>Goal 1: Advancing society</h3>
<p>The fundamental knowledge that we create, enable and share is immensely valuable to society. Life-science research and services help to address society’s grand challenges, from human health, agriculture, to the environment and beyond.</p>
<h4>Communications goals:</h4>
<p>Show the impact of our work in tackling society’s big challenges</p>
<h3>Goal 2: Enable excellent science to advance our understanding of life</h3>
<p>We support scientists worldwide with infrastructure, services, technologies, training and platforms for exchange to carry out the best possible research. We are driven by curiosity about life, the most exciting story in the universe. We believe that advancing humankind’s understanding of life is a noble goal in itself.</p>
<h4>Communications goals:</h4>
<ul>
<li>Develop and sustain support for EMBL from important stakeholders</li>
<li>Attract the best scientists, engineers, technicians and support staff</li>
<li>Inform scientists about training opportunities and services</li>
</ul>
<blockquote>
<p>We are a group of user experience specialists in an international scientific organisation</p>
<p>Our aim is to help teams design services to meet the needs of their users</p>
<p>We believe in openness , transparency, working collaboratively and iteratively, continuously learning and sharing knowledge throughout the organisation</p>
<p><cite>EMBl-EBI Web Development UX Team Mission</cite></p>
</blockquote>
<figure>
<img src="https://news.embl.de/wp-content/uploads/2019/11/Anastasia-Vlasiuk.jpg" alt="Anastasia Vlasiuk in the lab" loading="lazy">
<figcaption>Anastasiia Vlasiuk, PhD student in the Asari group, recording the visual responses of an isolated retina. PHOTO: Marietta Schupp/EMBL</figcaption>
</figure>
</div>
This component is distributed with npm. After installing npm, you can install the vf-content
with this command.
$ yarn add --dev @visual-framework/vf-content
The source files included are written in Sass(scss
). You can point your Sass include-path
at your node_modules
directory and import it like this.
@import "@visual-framework/vf-content/index.scss";
Make sure you import Sass requirements along with the modules. You can use a project boilerplate or the vf-sass-starter
img
and figure
elementsset-
style functions to cleaner versionvf-content
v2.0.0
of the vf-design-tokens
package or newervf-content
becomes less of a utility and a general purpose for long-form content--dark
links
File system location: components/vf-content
Find an issue on this page? Propose a change or discuss it.