HOME





Refer (software)
refer is a program for managing bibliographic references, and citing them in troff, nroff, and groff documents. It is implemented as a preprocessor. refer was written by Mike Lesk at Bell LaboratoriesMichael Lesk. Some applications of inverted indexes on the Unix system. In ''UNIX Programmer's manual: Supplementary Documents'', volume 2. Holt, Rinehart and Winston, seventh edition, 1982. Also available onlin/ref> in or before 1978, and is now available as part of most Unix-like operating systems. A free reimplementation exists as part of the groff package. , refer sees little use, primarily because troff itself is not used much for longer technical writing that might need software support for reference and citation management. , some reference management software (for instance, RefWorks) will import refer data. Example refer works with a "reference file", a text file where the author lists works to which they might want to refer. One such reference, to an article in ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Mike Lesk
Michael E. Lesk (born 1945) is an American computer scientist. Biography In the 1960s, Michael Lesk worked for the SMART Information Retrieval System project, wrote much of its retrieval code and did many of the retrieval experiments, as well as obtaining a BA degree in Physics and Chemistry from Harvard College in 1964 and a PhD from Harvard University in Chemical Physics in 1969. From 1970 to 1984, Lesk worked at Bell Labs in the group that built Unix. Lesk wrote Unix tools for word processing ('' tbl'', '' refer'', and the standard ''ms'' macro package, all for ''troff''), for compiling ('' Lex''), and for networking (''uucp''). He also wrote the Portable I/O Library (the predecessor to stdio.h in C) and contributed significantly to the development of the C language preprocessor. In 1984, he left to work for Bellcore, where he managed the computer science research group. There, Lesk worked on specific information systems applications, mostly with geography (a system for dr ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


RefWorks
RefWorks is a cloud-based commercial reference management software package. It is produced by Clarivate after it bought ProQuest in 2021. RefWorks LLC was founded in 2001 as a partnership between Earl B. Beutler (development and customer service) and Cambridge Scientific Abstracts (sales and marketing) from 2002 until being acquired by ProQuest in 2008. Functionality and features Users' reference databases are stored online, allowing them to be accessed and updated from any computer with an internet connection. Institutional licenses allow universities to subscribe to RefWorks on behalf of all their students, faculty and staff. The software enables linking from a user's RefWorks account to electronic editions of journals to which the institution's library subscribes. This linking is accomplished by incorporating an institution's OpenURL resolver. Many bibliographic database providers have implemented the ability to export references directly to RefWorks. In some cases (e.g. PubM ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


PostScript
PostScript (PS) is a page description language and dynamically typed, stack-based programming language. It is most commonly used in the electronic publishing and desktop publishing realm, but as a Turing complete programming language, it can be used for many other purposes as well. PostScript was created at Adobe Systems by John Warnock, Charles Geschke, Doug Brotz, Ed Taft and Bill Paxton from 1982 to 1984. The most recent version, PostScript 3, was released in 1997. History The concepts of the PostScript language were seeded in 1976 by John Gaffney at Evans & Sutherland, a computer graphics company. At that time, Gaffney and John Warnock were developing an interpreter for a large three-dimensional graphics database of New York Harbor. Concurrently, researchers at Xerox PARC had developed the first laser printer and had recognized the need for a standard means of defining page images. In 1975–76 Bob Sproull and William Newman developed the Press format, whic ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Pybliographer
Pybliographer is a reference management software tool that deals with bibliographic databases, used for viewing, editing, searching, and reformatting bibliographies. Written in Python and licensed under GNU GPL, it provides a scripting framework of classes and functions, which makes it extendable to many other applications. Documentation is available. In addition to the scripting environment, pybliographer provides a graphical GTK+-based interface called Pybliographic, allowing many customizable viewing and editing possibilities. The interface can also be used to insert references directly into LyX, Kile or OpenOffice.org, direct queries to Medline, and more. File formats supported * BibTeX * ISI * Medline * Ovid * PubMed * Refer See also * Comparison of reference management software The following tables compare notable reference management software. The comparison includes older applications that may no longer be supported, as well as actively-maintained software. ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Comparison Of Reference Management Software
The following tables compare notable reference management software. The comparison includes older applications that may no longer be supported, as well as actively-maintained software. General In the "notes" section, there is a difference between: * ''web-based'', referring to applications that may be installed on a web server (usually requiring MySQL or another database and PHP, Perl, Python, or some other language for web applications), and; * a ''centrally hosted website''. , , , Data can be saved locally on the computer, or, for team access, in the Citavi Cloud or an intranet Microsoft SQL Server; search databases from interface , - ! EndNote , Clarivate Analytics , 1988 , 2025-04-22 , 2025 , {{nonfree, US$299.95{{efn, name="MSRP" , {{no , {{proprietary , The web versioEndNote basic(formerly, EndNote Web) is free of charge , - ! JabRef , JabRef developers , 2003-11-29 , 2023-10-21 , 5.11 , {{free , {{yes , MIT license , Java BibTeX and BibLaTeX ma ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


RIS (file Format)
RIS is a standardized tag format developed by Research Information Systems, Incorporated (the format name refers to the company) to enable citation programs to exchange data. It is supported by a number of reference managers. Many digital libraries, like Web of Science, IEEE Xplore, Scopus, the ACM Portal, Scopemed, ScienceDirect, SpringerLink, Rayyan, The Lens, Accordance Bible Software, and online library catalogs can export citations in this format. Citation management applications can export and import citations in this format. Format The RIS file format—two letters, two spaces and a hyphen—is a tagged format for expressing bibliographic citations. According to the specifications, the lines must end with the ASCII carriage return and line feed characters. Note that this is the convention on Microsoft Windows, while in other contemporary operating systems, particularly Unix, the end of line is typically marked by line feed only. Multiple citation records ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Man Page
A man page (short for manual page) is a form of software documentation found on Unix and Unix-like operating systems. Topics covered include programs, system libraries, system calls, and sometimes local system details. The local host administrators can create and install manual pages associated with the specific host. A manual end user may invoke a documentation page by issuing the man command followed by the name of the item for which they want the documentation. These manual pages are typically requested by end users, programmers and administrators doing real time work but can also be formatted for printing. By default, man typically uses a formatting program such as nroff with a macro package or mandoc, and also a terminal pager program such as more or less to display its output on the user's screen. Man pages are often referred to as an ''online'' form of software documentation, even though the man command does not require internet access. The environment variable M ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


EndNote
EndNote is a commercial reference management software package, used to manage bibliography, bibliographies and Citation, references when writing essays, reports and articles. EndNote was written by Richard Niles, and ownership changed hands several times since it was launched in 1989 by Niles & Associates: in 2000 it was acquired by Institute for Scientific Information’s ResearchSoft Division, part of Thomson Corporation, and in 2016 by Clarivate (then named Clarivate Analytics). EndNote's main competitors are Mendeley and Zotero, but unlike them, EndNote is neither free-to-use nor offers a freemium model. Features EndNote groups citations into "libraries" with the file extension *.enl and a corresponding *.data folder. There are several ways to add a reference to a library: manually, or by exporting, importing, copying from another EndNote library, or connecting from EndNote. The program presents the user with a window containing a dropdown menu from which to select the ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Unix-like
A Unix-like (sometimes referred to as UN*X, *nix or *NIX) operating system is one that behaves in a manner similar to a Unix system, although not necessarily conforming to or being certified to any version of the Single UNIX Specification. A Unix-like Application software, application is one that behaves like the corresponding List of POSIX commands, Unix command or Unix shell, shell. Although there are general Unix philosophy, philosophies for Unix design, there is no technical standard defining the term, and opinions can differ about the degree to which a particular operating system or application is Unix-like. Some well-known examples of Unix-like operating systems include Linux, FreeBSD and OpenBSD. These systems are often used on servers as well as on personal computers and other devices. Many popular applications, such as the Apache HTTP Server, Apache web server and the Bash (Unix shell), Bash shell, are also designed to be used on Unix-like systems. Definition The Open ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Groff (software)
groff ( ) (also called GNU troff) is a typesetting system that creates formatted output when given plain text mixed with formatting commands. It is the GNU replacement for the troff and nroff text formatters, which were both developed from the original roff. Groff contains a large number of helper programs, preprocessors, and postprocessors including eqn, tbl, pic and soelim. There are also several macro packages included that duplicate, expand on the capabilities of, or outright replace the standard troff macro packages. Groff development of new features is active, and is an important part of free, open source, and UNIX derived operating systems such as Linux and 4.4 BSD derivatives — notably because troff macros are used to create man pages, the standard form of documentation on Unix and Unix-like systems. OpenBSD has replaced groff with mandoc in the base install, since their 4.9 release, as has macOS Ventura. History groff is an original implementation ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Bell Laboratories
Nokia Bell Labs, commonly referred to as ''Bell Labs'', is an American industrial research and development company owned by Finnish technology company Nokia. With headquarters located in Murray Hill, New Jersey, the company operates several laboratories in the United States and around the world. As a former subsidiary of the American Telephone and Telegraph Company (AT&T), Bell Labs and its researchers have been credited with the development of radio astronomy, the transistor, the laser, the photovoltaic cell, the charge-coupled device (CCD), information theory, the Unix operating system, and the programming languages B, C, C++, S, SNOBOL, AWK, AMPL, and others, throughout the 20th century. Eleven Nobel Prizes and five Turing Awards have been awarded for work completed at Bell Laboratories. Bell Labs had its origin in the complex corporate organization of the Bell System telephone conglomerate. The laboratory began operating in the late 19th century as the Wester ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]