FIZ Karlsruhe

FIZ Karlsruhe — Leibniz Institute for Information Infrastructure, formerly Fachinformationszentrum Karlsruhe, is a not-for-profit company with the public mission to make sci-tech information from all over the world publicly available and to provide related services in order to support the national and international transfer of knowledge and the promotion of innovation. The service institution is member of Gottfried Wilhelm Leibniz Scientific Community,[1] a union of German research institutes.[2] The institute provides information services and infrastructure for the academic and research community and maintains a collection of scientific databases.

FIZ Karlsruhe
Formation1977
HeadquartersKarlsruhe
Location
  • Germany
Official language
German, English
CEO
Sabine Bruenger-Weilandt
Websitewww.fiz-karlsruhe.de

Business areas:

  1. STN International, the online service for sci-tech research and patent information, offers a wide array of databases, the FIZ AutoDoc full-text delivery service, and retrieval, analysis, and visualization functions. STN is developed and operated by FIZ Karlsruhe in cooperation with CAS (Chemical Abstracts Service, Columbus/Ohio). The Scientific & Technical Information Network, offered in partnership[3] with the Chemical Abstracts Service (CAS), resells over 200 scientific and patent databases including CAS REGISTRY and CAplus, INSPEC, Compendex, Derwent World Patents Index, INPADOC, the USPTO Genetic Sequence Database (USGENE),[4] and GENESEQ.[5] In May 2009,[6] FIZ Karlsruhe became the European marketing agent for the SequenceBase data subscription version of USGENE.
  2. KnowEsis comprises e-Science solutions, e.g. digital infrastructures, independent of scientific disciplines, that support the process of research in all its stages, from idea to experiment, analysis, data aggregation, and publication. The activities focus on virtual research environments, hosting, and long-term availability.
  3. Databases and Information Services comprises both conventional database production and the development and operation of science portals in the following subject areas:
    • Mathematics and computer science: The main product here is zbMATH (Zentralblatt für Mathematik), an abstracting service in mathematics research, offering detailed abstracts and reviews dating back to 1868. The computer science portal io-port.net provides access to computer science publications from all over the world.
    • Crystallography and chemistry: The Inorganic Crystal Structure Database (ICSD). FIZ Karlsruhe also indexes scientific publications for the CA database on behalf of Chemical Abstracts Service (CAS).
    • Energy: On behalf of the Federal Ministry of Education and Research (BMBF) FIZ Karlsruhe represents Germany in the international co-operations ETDE and INIS producing the databases ENERGY (energy and energy technology) and INIS (peaceful use of nuclear research and nuclear technology). On behalf of the Federal Ministry of Economics and Technology (BMWi), FIZ Karlsruhe’s BINE information service supports the targeted dissemination of research results in the fields of energy efficiency and renewables.

FIZ Karlsruhe also conducts applied research on data management, information mining and information retrieval in close collaboration with academic institutions and research organizations and offers professional training and support to young scientists.

Databases

gollark: *considers creating an esowiki page for haskell and golang*
gollark: ``` func AddInt32(addr *int32, delta int32) (new int32) func AddInt64(addr *int64, delta int64) (new int64) func AddUint32(addr *uint32, delta uint32) (new uint32) func AddUint64(addr *uint64, delta uint64) (new uint64) func AddUintptr(addr *uintptr, delta uintptr) (new uintptr) func CompareAndSwapInt32(addr *int32, old, new int32) (swapped bool) func CompareAndSwapInt64(addr *int64, old, new int64) (swapped bool) func CompareAndSwapPointer(addr *unsafe.Pointer, old, new unsafe.Pointer) (swapped bool) func CompareAndSwapUint32(addr *uint32, old, new uint32) (swapped bool) func CompareAndSwapUint64(addr *uint64, old, new uint64) (swapped bool) func CompareAndSwapUintptr(addr *uintptr, old, new uintptr) (swapped bool) func LoadInt32(addr *int32) (val int32) func LoadInt64(addr *int64) (val int64) func LoadPointer(addr *unsafe.Pointer) (val unsafe.Pointer) func LoadUint32(addr *uint32) (val uint32) func LoadUint64(addr *uint64) (val uint64) func LoadUintptr(addr *uintptr) (val uintptr) func StoreInt32(addr *int32, val int32) func StoreInt64(addr *int64, val int64) func StorePointer(addr *unsafe.Pointer, val unsafe.Pointer) func StoreUint32(addr *uint32, val uint32) func StoreUint64(addr *uint64, val uint64) func StoreUintptr(addr *uintptr, val uintptr) func SwapInt32(addr *int32, new int32) (old int32) func SwapInt64(addr *int64, new int64) (old int64) func SwapPointer(addr *unsafe.Pointer, new unsafe.Pointer) (old unsafe.Pointer) func SwapUint32(addr *uint32, new uint32) (old uint32) func SwapUint64(addr *uint64, new uint64) (old uint64) func SwapUintptr(addr *uintptr, new uintptr) (old uintptr)```Seen in standard library docs.
gollark: Fun fact: that function cannot be written with a sane type in Go.
gollark: Esolang where multiple different garbage collectors run at the same time.
gollark: When you make an esolang in which it isn't!

See also

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.