Skip to content

Commit

Permalink
resolved merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
erickpeirson committed Sep 21, 2018
2 parents ee2c5d9 + 4fba63b commit dbf3459
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 1 deletion.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ pyyaml = "*"
whoosh = "*"
bleach = "*"
uwsgi = "*"
"17e504d" = {path = "./../arxiv-base-ui"}


[dev-packages]
Expand Down
5 changes: 4 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions labs/labs/projects/HTML5_readability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: arXiv HTML5 & Readability
repo: https://github.com/cul-it/arxiv-readability
thumbnail: labs/images/readability.png
collaborators:
name: Michael Kohlhase
association: Friedrich-Alexander Universität Erlangen-Nürnberg
name: Ben Firschman
association: arXiv-Vanity
name: Deyan Ginev
association: Friedrich-Alexander Universität Erlangen-Nürnberg
---
Our top priority is to provide a high-quality service to all arXiv authors and readers. The overarching objective of this project is to significantly improve the usability and accessibility of arXiv papers. While providing HTML is not a panacea, it is a first step in the right direction.
9 changes: 9 additions & 0 deletions labs/labs/projects/bibliographic_overlay.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: arXiv Bibliographic Explorer
repo: https://github.com/mattbierbaum/arxiv-bib-overlay
thumbnail: labs/images/bib-explorer.png
collaborators:
name: Matt Bierbaum
association: Cornell Computing and Information Science
---
The arXiv bibliographic overlay displays information about works that cite and are cited by arXiv papers and their published versions. The primary objective of the project is to enable discovery of relevant research and context by providing user-friendly navigation of an article's citation tree.
30 changes: 30 additions & 0 deletions labs/labs/templates/showcase.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{%- extends "base/base.html" %}

{% block content %}
<h1>arXiv Labs</h1>
<p>arXiv is surrounded by a community of researchers and developers working at the cutting edge of information science and technology.</p>
<p>While the arXiv team is focused on our core mission—providing rapid dissemination of research findings at no cost to readers and submitters—we are excited to be experimenting with a small number of collaborators on projects that add value for our stakeholders and advance research.</p>
<p>Here are some of the projects that our collaborators are working on right now.</p>
<article class="card">
<div class="card-content">
<div class="columns">
<div class="column is-narrow-tablet">
<p class="image is-128x128" style="border: 1px solid gray"><img src="{%- $IMGPATH -%}{{ thumbnail }}" alt="" /></p>
</div>
<div class="column is-one-third-desktop is-one-half-tablet">
<h2>{{ title }}</h2>
<span class="label">Collaborator{%- if collaborators > 1 -%}s{%- endif -%}: </span>
{% for collaborator in collaborators %}
<p>{{ collaborator.name }}<br />
<em>{{ collaborator.association }}</em></p>
{% endfor %}
</div>
<div class="column">
<p>{{ content }}</p>
</div>
</div>
<p class="has-text-right"><span class="has-text-weight-bold">
Code: </span>{{ repo }}</p>
</div>
</article>
{% endblock content %}
1 change: 1 addition & 0 deletions site/pages/help/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

## Submission and Revision
- To Submit an Article
- [Terms of submission](terms_of_submission)
- To Replace an Article
- To Withdraw an Article
- To Add a Journal Reference, DOI or Report Number to an Article
Expand Down

0 comments on commit dbf3459

Please sign in to comment.