ideaconsult / Toxtree.js

http://ideaconsult.github.io/Toxtree.js/
2 stars 3 forks source link

Show citation details #41

Closed vedina closed 10 years ago

vedina commented 10 years ago

Add a column for the literature reference.

Ideally should be able to select what to show (only title, only year,etc.)

{
    "study": [
        {
...            "citation": {
                "title": "Hopp, R., Menthol: Its Origins, Chemistry, Physiology and|Toxicological Properties, Recent Advances Tobacco Sci 19, 3|- 46 (1993)",
                "year": "1993",
                "owner": ""
            }
        }
    ]
}
thejonan commented 10 years ago

I've changed the Owner column into Citation and made it glue title, year and owner properties. It can be configured the normal way - providing a column definition JSON, including mRender function.