This blog is open to contributions from everyone.
The blog is open to contributions from anyone with interest in deterministic and probabilistic record linkage, entity resolution, data fusion, and statistical matching. See below for contribution instructions.
RLIG’s blog has 10 posts since 2021-12-20.
The last post was published 84 days ago (JSM 2023: Call for Speakers for Record Linkage Session).
Date | Title |
---|---|
2022-09-06 | JSM 2023: Call for Speakers for Record Linkage Session |
2022-08-03 | RLIG Breakfast at JSM on Thursday August 11! |
2022-04-19 | 📢 Linkage Seminar Series - Thursday April 21 |
2022-03-29 | 📢 Record Linkage Methodology Under Fellegi-Sunter Paradigm, with Extensions - Thursday April 7 |
2022-03-25 | 📢 Linkage Seminar Series - Friday April 1st |
2022-03-22 | 📢 BLS Statistical Seminar on Monday, March 28th |
2022-02-17 | deepparse |
2022-02-16 | 📢 Linkage Seminar Series - Thursday February 24 |
2021-12-23 | Record Linkage at the Duke GPSG Community Pantry |
2021-12-20 | Welcome! |
The blog is based on Distill for Rmarkdown, an Rmarkdown extension for scientific and technical writing on the web.
There are two ways to contribute to this blog:
Make sure you have R and RStudio installed (you can separately install Pandoc instead of RStudio). You will also need to install the following packages in R:
install.packages(c("rmarkdown", "distill"))
Follow these steps to create a new post:
cd
into it.::create_post("My Post Title") distill
_posts
directory. This folder
contains an Rmarkdown document for you to edit.::render_site() rmarkdown
The pull request will be reviewed before your post is published on RLIG’s blog.
Make sure to review the following items before submitting your post.
title: "My Post Title"
description: |
Description of my post.
preview: http://website.com/post-image
author: - name: Full Name
url: url.com
affiliation: State University date: 2022-01-01
## About the Author(s) {.appendix}
[...]. The author works at State University. They are
Please note that the RecordLinkageIG.github.io project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
This document uses code from https://github.com/shannonpileggi/pipinghotdata_distill.
Updated 2022-11-29 10:57:20