Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 1.21 KB

paper.md

File metadata and controls

51 lines (38 loc) · 1.21 KB
Error in user YAML: (<unknown>): mapping values are not allowed in this context at line 1 column 16
---
title: json4orm: A Standard to Describe Object-relational Mapping in JSON and an Implementation in Java
tags:
  - json
  - orm
  - java
authors:
  - name: Xianhua Liu
    orcid: 0000-0002-7574-2354
    affiliation: 1
affiliations:
 - name: Xianhua Liu, Senior Software Engineer, Optum Inc.
   index: 1
date: 09 May 2020
bibliography: paper.bib
---

Summary

Citations

Citations to entries in paper.bib should be in rMarkdown format.

If you want to cite a software repository URL (e.g. something on GitHub without a preferred citation) then you can do it with the example BibTeX entry below for @fidgit.

For a quick reference, the following citation commands can be used:

  • @author:2001 -> "Author et al. (2001)"
  • [@author:2001] -> "(Author et al., 2001)"
  • [@author1:2001; @author2:2001] -> "(Author1 et al., 2001; Author2 et al., 2002)"

Figures

Figures can be included like this: Caption for example figure.\label{fig:example} and referenced from text using \autoref{fig:example}.

Fenced code blocks are rendered with syntax highlighting:

for n in range(10):
    yield f(n)

Acknowledgements

References