Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danlamanna/i2b2-mode
Highlights corresponding PHI data in the text portion of an i2b2 XML Document.
https://github.com/danlamanna/i2b2-mode
Last synced: about 2 months ago
JSON representation
Highlights corresponding PHI data in the text portion of an i2b2 XML Document.
- Host: GitHub
- URL: https://github.com/danlamanna/i2b2-mode
- Owner: danlamanna
- License: gpl-3.0
- Created: 2014-06-05T03:14:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-07-10T01:04:12.000Z (over 10 years ago)
- Last Synced: 2023-03-22T14:23:12.018Z (almost 2 years ago)
- Language: Emacs Lisp
- Size: 191 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
i2b2-mode
==========
Highlights corresponding PHI data in the text portion of an i2b2 XML Document.Installation
==========
i2b2-mode is in the [MELPA](http://melpa.milkbox.net/) repository! So you can use package.el to install it.You can always manually clone it and add it to your load path if desired.
This is the code I use to load it:
```
(add-hook 'nxml-mode-hook (lambda(&rest args)
(require 'i2b2-mode)
(if (i2b2-buffer-p)
(i2b2-mode 1))))
```Example
=========
![i2b2-mode](http://i.imgur.com/UB46dA2.png)