Information Visualization (journal)
Information Visualization is a quarterly peer-reviewed academic journal that publishes covers the field of information science, in particular regarding theories, methodologies, techniques and evaluations of information visualization and its applications. The editor-in-chief is Chaomei Chen (Drexel University). It was established in 1998 by Palgrave Publishing,[1] and is currently published by SAGE Publications.[2]
![]() | |
Discipline | Information science |
---|---|
Language | English |
Edited by | Chaomei Chen |
Publication details | |
History | 2002-present |
Publisher | SAGE Publications |
Frequency | Quarterly |
(2010) | |
Standard abbreviations | |
ISO 4 | Inf. Vis. |
Indexing | |
ISSN | 1473-8716 |
LCCN | 2004238309 |
OCLC no. | 174835795 |
Links | |
Abstracting and indexing
Information Visualization is abstracted and indexed in:
- Applied Science & Technology Index
- Computer Abstracts International Database
- FLUIDEX
- Library Information Science Abstracts
- Scopus
gollark: ħæħħæħæħæħæħæħæħæħæħæħħæħæħæħ
gollark: I'm unsure of exactly how `i` works but I believe it's right.
gollark: ~~911~~ 916 (bugfix) bytes. Tiny, I know.
gollark: ```pythonimport syscode = input()l = len(code)acc = 0pos = 0incr = 1num_lookup = { "zero": 0, "one": 1, "two": 2, "three": 3, "four": 4, "five": 5, "six": 6, "seven": 7, "eight": 8, "nine": 9 }while pos < l: char = code[pos] if char == "i": h, g = list(range(pos + 1, l)), list(range(pos - 1, 0, -1)) for i in h + g if incr == 1 else g + h: if code[i] == "i": pos = (i + 1) % l break continue elif char == "p": pos += incr elif char == "a": acc += 1 elif char == "e": acc -= 1 elif char == "v": incr *= -1 elif char == "~": acc = 0 for x, n in enumerate(reversed(input().split(" "))): acc += 10**x * num_lookup[n] elif char == "`": sys.stdout.write(chr(acc)) elif char == "[": if acc != 0: acc = int(str(acc) + bin(acc)[2:]) else: print("wrong.") pos += incr```<@&731766254238433300> observe my highly amazing and golfed code.
gollark: Yes, JUSTICE FOR SOHNDAISFSPOUTIN!!!
References
- Eick, S.G. (January 2005), "Information visualization at 10", IEEE Computer Graphics and Applications, 25 (1): 12–14, doi:10.1109/MCG.2005.11,
we have the highly regarded Palgrave's Information Visualization Journal
. - Journals formerly published by Palgrave Macmillan, retrieved 2015-02-06.
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.