Journal of Cases on Information Technology
The Journal of Cases on Information Technology (JCIT) is a quarterly peer-reviewed applied research academic journal which focuses on information technology.[1] It is published by IGI Global. The journal was established in 1999.
Discipline | Information technology |
---|---|
Language | English |
Edited by | Andrew Borchers (Lipscomb University, US) |
Publication details | |
History | 1999–present |
Publisher | IGI Global (United States) |
Frequency | Quarterly |
forthcoming | |
Standard abbreviations | |
ISO 4 | J. Cases Inf. Technol. |
Indexing | |
ISSN | 1548-7717 (print) 1548-7725 (web) |
Links | |
Abstracting and indexing
The journal is abstracted and indexed by the following, among others:[2]
- ACM Digital Library
- Compendex
- DBLP[3]
- Inspec
- Scopus
- Web of Science: Emerging Sources Citation Index (ESCI)
gollark: <@!330678593904443393> While better-sqlite3 *can* let me do what your PHP framework does, prepared statements are apparently more efficient and this is neater.
gollark: This is rendered to HTML.
gollark: Oh, and look how I write HTML:```javascript return { view(vnode) { const inputHandler = e => { value = e.target.value } if (vnode.attrs.initialValue && value === undefined || value === null) { value = vnode.attrs.initialValue } return m(".editor", [ m(".toolbar", [ m("button", { onclick: () => vnode.attrs.onsave(value, true) }, "Done"), m("button", { onclick: () => vnode.attrs.onsave(value, false) }, "Save"), m("button", { onclick: () => { previewing = !previewing } }, previewing ? "Edit" : "Preview") ]), previewing ? m(".preview", renderAST(parse(value))) : m("textarea", { value, oninput: inputHandler, onchange: inputHandler }), ]) } }```
gollark: BEES ACTIVATING.
gollark: CHECKMATE, ATHEISTS!
References
- "Journal of Cases on Information Technology". www.scimagojr.com. Scimago Journal & Country Rank. Retrieved 16 November 2016.
- "Indices". Journal of Cases on Information Technology (JCIT). IGI Global. Retrieved 16 November 2016.
- "Information Resources Management Journal (IRMJ)". DBLP. Germany: University of Trier. Retrieved 16 November 2016.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.