Skip to content
Snippets Groups Projects
Commit 8ccb76af authored by Yogmatee Roochun's avatar Yogmatee Roochun
Browse files

Merge branch 'shared-data-model' of gitlab.coko.foundation:xpub/xpub-epmc into shared-data-model

parents 7ea63d00 dbbd80b5
No related branches found
No related tags found
2 merge requests!116Shared data model,!117Dev
......@@ -10,7 +10,7 @@ import 'pdfjs-dist/web/pdf_viewer.css'
import Loading from './Loading'
const PDFPage = styled.div`
margin: calc(${th('gridUnit')} / 2) auto;
margin: ${th('gridUnit')} auto;
.page {
margin 0 auto;
position: relative;
......
......@@ -16,8 +16,8 @@ const ListTable = styled(Table)`
}
`
const HelpdeskQueue = {
'needs submission review': ['submitted'],
'needs xml review': ['xml-qa'],
'needs submission QA': ['submitted'],
'needs xml QA': ['xml-qa'],
'xml error reported': ['xml-triage'],
'needs citation': ['xml-complete'],
}
......
......@@ -23,7 +23,7 @@
</xsl:choose>
</xsl:template>
<xsl:variable name="emsid" select="substring-after(//article-meta/article-id[@pub-id-type = 'manuscript'], 'ukpmcpa')"/>
<xsl:variable name="emsid" select="concat('EMS', substring-after(//article-meta/article-id[@pub-id-type = 'manuscript'], 'ukpmcpa'))"/>
<xsl:template match="/">
<!--<html>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment