Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
INLPO
inldata
Commits
5b46147a
Commit
5b46147a
authored
Jul 19, 2021
by
Fisher, Jason C.
Browse files
Add links to additional publication details
parent
fedaa281
Pipeline
#58612
passed with stage
in 4 minutes and 20 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.Rmd
View file @
5b46147a
...
...
@@ -97,10 +97,10 @@ Additional metadata about this publication, not found in other parts of the page
```{r "details", echo=FALSE, results="asis"}
m <- rbind(
c("Publication type", "Formal R language package"),
c("DOI", "
10.5066/P9PP9UXZ
"),
c("DOI", "
<a href='https://doi.org/10.5066/P9PP9UXZ'>10.5066/P9PP9UXZ</a>
"),
c("Year published", "2020"),
c("Year of version", "2020"),
c("Version", "
1.0.3
"),
c("Version", "
<a href='https://code.usgs.gov/inl/inldata/-/tree/v1.0.3'>1.0.3</a>
"),
c("IPDS", "IP-120865")
)
x <- "<table><tbody>"
...
...
@@ -113,6 +113,9 @@ tbl <- sprintf("<!--html_preserve-->%s<!--/html_preserve-->", tbl)
cat(tbl)
```
<!-- Embedded References -->
[R]: https://www.r-project.org/
...
...
README.md
View file @
5b46147a
...
...
@@ -210,7 +210,7 @@ Formal R language package
DOI
</th>
<td>
10.
5066/P9PP9UXZ
<a
href=
'https://doi.org/10.5066/P9PP9UXZ'
>
10.5066/P9PP9UXZ
</a>
</td>
</tr>
<tr>
...
...
@@ -234,7 +234,7 @@ Year of version
Version
</th>
<td>
1.
0.3
<a
href=
'https://code.usgs.gov/inl/inldata/-/tree/v1.0.3'
>
1.0.3
</a>
</td>
</tr>
<tr>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment