This repo aims to provide values for each metadata field that SOMEF (v0.9.4) can extract.
This demonstration repo was created during the maSMP hackathon at ZB MED sponsored by NFDI4DataScience. NFDI4DataScience is a consortium funded by the German Research Foundation (DFG), project number 460234259.
Please cite this repo as Pronk, T. (2023). somef-demo-repo: This repo aims to provide values for each metadata field that SOMEF (v0.9.4) can extract (Version 0.0.1) [Computer software]. https://github.com/tpronk/somef-demo-repo
Contact person responsible for maintaining a software component
Here could be a list of contributors to this software component
Where to find additional documentation about a software component.
Download instructions included in the repository.
Here you find a non-functioning executable notebook in Jupyter on top of Binder: https://mybinder.org/dummy-notebook
Frequently asked questions about a software component
Copied from the deeprank2 repo
Images used to illustrate the software component.
A set of instructions that indicate how to install a target repository
Execution command(s) needed to run a scientific software component. Copied from https://github.com/MPDL/unibiAPC/
{r, echo=FALSE, results='asis', message = FALSE}\nmy_apc %>% select(institution, euro) %>% \n group_by(institution) %>% \n ezsummary::ezsummary(n = TRUE, digits= 0, median = TRUE,\n extra = c(\n sum = \"sum(., na.rm = TRUE)\",\n min = \"min(., na.rm = TRUE)\",\n max = \"max(., na.rm = TRUE)\"\n )) %>%\n mutate_all(format, big.mark=',') %>%\n ezsummary::ezmarkup('...[. (.)]..[. - .]') %>%\n#> get rid of blanks\n mutate(`mean (sd)` = gsub(\"\\\\( \", \"(\", .$`mean (sd)`)) %>% \n select(institution, n, sum, `mean (sd)`, median, `min - max`) %>%\n arrange(desc(n)) %>%\n knitr::kable(col.names = c(\"Institution\", \"Articles\", \"Spending total (in \u20ac)\", \"Mean (SD)\", \"Median\", \"Minimum - Maximum\"), align = c(\"l\",\"r\", \"r\", \"r\", \"r\", \"r\"))\n
Main logo used to represent the target software component.
For instructions on using OBA to create your API server, go to the documentation
Yulun Zhang, Yapeng Tian, Yu Kong, Bineng Zhong, and Yun Fu, "Residual Dense Network for Image Super-Resolution", CVPR 2018 (spotlight), [arXiv]
Pre-requisites and dependencies needed to execute a software component.
There is no code in this repo that can be run.
Guidelines and links of where to obtain support for a software component
Assumptions and considerations recorded by the authors when executing a software component, or examples on how to use it.