Skip to content

Commit

Permalink
Webpage: specify letter page size in CSS (#107)
Browse files Browse the repository at this point in the history
This build is based on
a535f7b.

This commit was created by the following Travis CI build and job:
https://travis-ci.org/greenelab/manubot-rootstock/builds/336065283
https://travis-ci.org/greenelab/manubot-rootstock/jobs/336065284

[ci skip]

The full commit message that triggered this build is copied below:

Webpage: specify letter page size in CSS (#107)

Closes #105
  • Loading branch information
dhimmel committed Feb 1, 2018
1 parent a636532 commit a1faa9d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions manuscript.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<meta name="author" content="John Doe" />
<meta name="author" content="Jane Roe" />
<meta name="dcterms.date" content="2018-01-19" />
<meta name="dcterms.date" content="2018-02-01" />
<meta name="keywords" content="markdown, publishing, manubot" />
<title>Manubot Rootstock: Manuscript Title</title>
<style type="text/css">
Expand All @@ -28,7 +28,7 @@
<header>
<h1 class="title">Manubot Rootstock: Manuscript Title</h1>
</header>
<p><small><em> This manuscript was automatically generated from <a href="https://github.com/greenelab/manubot-rootstock/tree/59af0a2bdc23bbf48fae0acdcb8183888f12880e">greenelab/manubot-rootstock@59af0a2</a> on January 19, 2018. </em></small></p>
<p><small><em> This manuscript was automatically generated from <a href="https://github.com/greenelab/manubot-rootstock/tree/a535f7b872df775b1557f90b01402bbd56d17517">greenelab/manubot-rootstock@a535f7b</a> on February 1, 2018. </em></small></p>
<h2 id="authors">Authors</h2>
<ul>
<li><p><strong>John Doe</strong><br> <img src="images/orcid.svg" alt="ORCID icon" width="13" height="13" /> <a href="https://orcid.org/XXXX-XXXX-XXXX-XXXX">XXXX-XXXX-XXXX-XXXX</a> · <img src="images/github.svg" alt="GitHub icon" width="13" height="13" /> <a href="https://github.com/johndoe">johndoe</a> · <img src="images/twitter.svg" alt="Twitter icon" width="13" height="13" /> <a href="https://twitter.com/johndoe">johndoe</a><br> <small> Department of Something, University of Whatever · Funded by Grant XXXXXXXX </small></p></li>
Expand Down
6 changes: 3 additions & 3 deletions manuscript.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
author-meta:
- John Doe
- Jane Roe
date-meta: '2018-01-19'
date-meta: '2018-02-01'
keywords:
- markdown
- publishing
Expand All @@ -18,8 +18,8 @@ title: 'Manubot Rootstock: Manuscript Title'

<small><em>
This manuscript was automatically generated
from [greenelab/manubot-rootstock@59af0a2](https://github.com/greenelab/manubot-rootstock/tree/59af0a2bdc23bbf48fae0acdcb8183888f12880e)
on January 19, 2018.
from [greenelab/manubot-rootstock@a535f7b](https://github.com/greenelab/manubot-rootstock/tree/a535f7b872df775b1557f90b01402bbd56d17517)
on February 1, 2018.
</em></small>

## Authors
Expand Down
Binary file modified manuscript.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions variables.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"date": "January 19, 2018",
"date": "February 1, 2018",
"authors": [
{
"github": "johndoe",
Expand Down Expand Up @@ -44,7 +44,7 @@
],
"ci_source": {
"repo_slug": "greenelab/manubot-rootstock",
"commit": "59af0a2bdc23bbf48fae0acdcb8183888f12880e"
"commit": "a535f7b872df775b1557f90b01402bbd56d17517"
},
"manuscript_stats": {
"reference_counts": {
Expand Down

0 comments on commit a1faa9d

Please sign in to comment.