Live Mathematics on Authorea
|
|
|
- Andra Waters
- 10 years ago
- Views:
Transcription
1 Live Mathematics on Authorea A Case for Transparency in Science Deyan Ginev 1, Alberto Pepe 2, Nathan Jenkins 2 1 Computer Science, Jacobs University Bremen, Germany 2 Authorea, New York, USA Abstract. Authorea is a collaborative platform for writing in research and education, with a focus on web-first, high quality scientific documents. We offer a tour through our integration of technologies that evolve mathrich papers into transparent, active objects. To enumerate, we currently employ Pandoc and LaTeXML (for authoring), MathJax (for math rendering and clipboard), D3.js (data visualization), ipython (computation), Flotchart and Bokeh (interactive plots). This paper presents the challenges and rewards of integrating active web components for mathematics, while preserving backwards-compatibility with classic publishing formats. We conclude with an outlook to the next-to-come mathematics enhancements on Authorea, and a technology wishlist for the coming year. An active version of this paper, demonstrating the discussed features can be found at [GJP15]. 1 Introduction The motivation behind creating Authorea has been to help streamline academic collaboration in writing any flavor of scientific documentation, notably research papers aimed at passing peer-review and getting published as scientific proceedings. While the authorship and submission experience comes first, a goal that comes close second is to also increase the openness of the scientific process, using the final publication as a looking glass into the practices and data collection which happened behind the scenes. We proceed to motivate why transparent research has superior properties and use live mathematics as one example of how Authorea enables it. The core of the transparency problem is that we are still using the original publishing metaphor for documents, dating back to the innovations of 16th century Galileo Galilei, while simultaneously working on 21st century projects which are potentially large-scale, high-dimensional, multi-author and/or internationally distributed [GPB + 14]. The usual scientific document submitted to academic venues today is still oriented towards the printed page, remains opaque to the underlying data, of which it presents static snapshots, and is constrained by page count and margin sizes, often preventing it from providing sufficient detail of methodology and experimental setup.
2 This disconnect between experimental results and publications offers room for unintentional bias and experimental defects to remain unnoticed, making it difficult for reviewers to verify, and for follow-up experiments to continue the work in question. Studies have shown that even journals of the highest impact factors are vulnerable to retractions see Fig. 1 for an illustration derived in [FC11]. In 2015 we have also observed a stream of high-profile retractions from some of the best scored journals that illustrate this problem, as tracked and discussed on the website 3 of the recent Retraction Watch initiative [MO11]. Fig. 1. As shown in [FC11]: Correlation between impact factor and retraction index. The 2010 journal impact factor (37) is plotted against the retraction index as a measure of the frequency of retracted articles from 2001 to 2010 (see text for details). Journals analyzed were Cell, EMBO Journal, FEMS Microbiology Letters, Infection and Immunity, Journal of Bacteriology, Journal of Biological Chemistry, Journal of Experimental Medicine, Journal of Immunology, Journal of Infectious Diseases, Journal of Virology, Lancet, Microbial Pathogenesis, Molecular Microbiology, Nature, New England Journal of Medicine, PNAS, and Science. 3 seen June 2015
3 1.1 Facets of Transparency To contrast, we offer a brief enumeration of the positive impact of the transparency of methodology and data on the scientific process: Reproducibility Correctly repeating an experiment, or reproducing a proof, while arriving at the same results is foundational for establishing scientific truths. That is only possible for third-party scientists if the process is described in full detail in the original publication. That includes a range of diverse techniques, from experimental protocols and equipment specifications to exact computational methods and programs, as well as mathematical proof steps and derivations. Reusability Building on, as well as improving, results achieved in prior work depends on first being able to reproduce them, and then being able to modify each step with enhancements or customization relevant to the follow-up experiment. That is only possible if there are no black box components in the methodology, i.e. where any step is open to both scrutiny and modification. Accessibility While classically referring to people with disabilities, we use the term scientific accessibility in a broader sense. The dissemination of published works could be limited not only by impairments of the reader, but also by a language barrier (both geographically and in terms of terminology and mathematical notation used in different fields), by a technological barrier (e.g. use of closed, proprietary standards or badly maintained custom tools) as well as data blackouts (e.g. disconnect from the underlying datasets summarized by a paper s figures and tables). Availability A substantial prerequisite for using a published result as a building block for follow-up work is the ease of access and quality of curation of all referenced materials and datasets. This could be problematic if resources are located behind institutional paywalls or restrictive copyright licenses, are too old to be in digital form, or simply remain unavailable for public review due to being considered too minor to be of importance. 1.2 Live Mathematics The vision of Live Mathematics, is a subset of the feature set captured by the Active Documents Paradigm for STEM [KCD + 11]. We aim to enhance the transparency of mathematical content, by providing the capabilities to attach underlying numerical data, to encode the mathematical properties as targeted programs, embedded in the document, and by feeding that active data into interactive visualization engines, allowing for an exhaustive and immersive understanding of the objects of analysis.
4 In this paper, we demonstrate an integration of technologies aimed to illustrate and expose the mathematical content to readers. We are not covering technologies aimed to assist with verifying or co-deriving mathematical results, such as proof-assistants and automated theorem provers, although we consider them viable future integration projects with Authorea. The preprint of this paper, and simultaneously the demonstration of all described capabilities, are cross-hosted on Authorea and can be found at [GJP15]. 2 Textual Mathematics Authorea supports writing of web-first scientific texts in MarkDown (via Pandoc [Mac15]) and LaTeX (via LaTeXML [GSMK11]). Both utilize the battle-proven L A TEX syntax for mathematical formulas, which has become the ubiquitous approach to entering mathematics on the web. In order to display the equations in all modern browsers, Authorea relies on the MathJaX polyfill engine [Cer12], as there are still browsers which do not yet natively render MathML, the mathematics sub-standard in HTML5. Using webborn mathematics has already allowed us to add editing-oriented math services, such as a math-aware word count and MathJaX s math clipboard. Example 1. As an example, we write down the probability density of the normal distribution: ϕ(x, µ, σ) = 1 (x µ)2 e 2σ 2 (1) 2πσ 2 3 Interactive Plots In printed publications, static plots of mathematical objects are commonly provided in order to better demonstrate key properties. While that technique goes a long way, when dimensionality increases it is not possible to contain all relevant information in a single static snapshot. The ability to observe changes with the variation of parameters, or to filter down to specific dimensions of interest, is a powerful tool in developing a full understanding. With adding interactivity, we depart the printed page metaphor and focus on web documents. For completeness, we remark that interactive Authorea figures and plots are intended to export to classic PDF documents, with a user-selected static snapshot as a substitute for the live figure. The ubiquitous method for creating interactive HTML5 content is by using active components written in JavaScript. Prior to active documents, there have been solutions created as desktop applications and used as tools independent from the published work, e.g. GeoGebra [Ven09]. Currently, there are both custom applications leveraging the open HTML5 standards, such as DLMF s use of
5 WebGL plots for visualizing Complex Function Surfaces [SAWM15], and a variety of community efforts for creating standard libraries for interactive plots. Authorea already provides quick-start templates for two of those libraries: Flotchart [Lau15] and Bokeh [dv15]. A demonstration of using Flotchart to explore the effects of changing the normal distribution s mean and standard deviation can be found at [GJP15]. Fig. 2. Exploring the Normal Distribution from Equation 1 in Flot.js 4 Visualizing Data A different interactive technique is to explore an underlying dataset, in order to empirically verify whether it follows a proposed model. In mathematics, an example would be sampling from probability distributions, or trying to fit a claimed to be normally distributed dataset (such as the height of a population of people) against the normal distribution. By being able to explore datasets
6 directly in the paper describing them, both reviewers and readers have a more powerful handle on the properties inherent to the data. While open to other alternatives, Authorea currently offers support for this workflow via D3.js [Bos15], as well as a quick-start template and help articles. An example of a D3.js figure, sampling from the normal distribution, can be seen in the web version of this paper [GJP15]. Fig. 3. Sampling from the Normal Distribution in Equation 1, via D3.js [Bos15] 5 Embedded Computational Objects The last workflow we want to cover is close to the heart of computational and modeling results. Traditionally, a paper would hint at a dataset, provide pseudo-code for the algorithm behind a model, and then provide a static plot that matches the mathematical expectations with experimental observations. In our live math features, we now also provide a capacity for live algorithms, by enabling ipython Notebooks [PG07] in Authorea. The literal programming approach of ipython allows for a narrative exposition of an algorithm, alongside its actual implementation. Our Authorea integration also provides capabilities to directly embed, or download, a dataset of interest in order to perform live experiments, as a
7 reader is exploring the paper. Unlike JavaScript solutions, the ipython route also provides standardized and well-maintained scientific libraries, such as SciPy and NumPy [LK13], which are easier to review and trust. At Authroea, we remain open to embedding other scientific computational tools, as long as they have a transparent engine and data model. In fact, supporting the different data needs of the diverse academic communities is one of our long-term goals. The current setup of adding computation to Authorea articles is one we refer to as embedded blocks. The author creates a static figure and attaches an ipython notebook behind it, which can be activated on demand. Ideally, the static figure represents the result of the ipython computation. This computation behind figures is a more general technique: we can also imagine computation behind theorems where authors would attach formal proofs in a proof-assistant behind their natural language counterparts. In [GJP15], we also provide a simple ipython example of computing and plotting the normal distribution. Fig. 4. Computing with the Normal Distribution in ipython [PG07]. Example taken from
8 6 The Authorea Publication Life-cycle We briefly discuss the life-cycles of mathematical content on Authorea, as supported by the current implementation and necessitated by the publishing workflows in academia. 6.1 Authoring Life-cycle An Authorea paper mimics the life-cycle of classic publications. An author can designate each stage of their paper as rough draft, working draft, preprint, peer-reviewed and postprint. Each stage is intended to be a realized as a versioned tag, allowing for both a transparent understanding of the writing process by examining the writing history as well as for a clean handle on each life-cycle stage. This increases the potential compatibility with copyright policies, where the preprint can be offered as a free public open-access copy, while the authors continue to improve the latest peer-reviewed version towards the final postprint copy, both of which may (unfortunately) need to remain behind a publication paywall. While we see no technology barrier to living papers that continue to be constantly improved on Authorea, without ever being considered finished, our current focus is on publications that are considered finished after all peer-review remarks have been addressed. 6.2 Identifiers and Notability First, we consider all modalities of content (mathematical formulas, tables, figures, etc.) as components of the published scientific work. A successful scientific study concludes with a written publication, which acts as its identifier to the wider scientific community, usually realized via a DOI identifier for the proceedings, and a unique URL for the Authorea preprint. 4 We remain open and compatible with combining supplementary data and information as attachments to the main Authorea paper. In cases where the data surpasses either certain size or notability thresholds, we consider it deserving of a separate DOI identifier and publication, and envision a paradigm of active citations of such datasets. By that we understand that a citation to an external dataset, when connected to an Authorea active figure, could dynamically compute views into the external experimental data summarized by the figure. While active citations are not yet available on our platform, they are part of the Authorea vision going forward. To summarize, we expect scientific bodies of work of sufficient notability to receive unique identifiers, with independent recognition for data, descriptions and tools, and expect a rich computational interplay between them in the foreseeable future. 4 Work is in progress for minting separate DOI identifiers also for Authorea preprints.
9 6.3 Sharing Life-cycle The sharing life-cycle is an independent, orthogonal, dimension to authoring. During each authoring stage, the paper can receive feedback and peer-review, in the form of localized comments. Authorea allows customizable privacy for this workflow, and can enable access for a variety of third-parties from co-authors and colleagues, to anonymous reviews and social media feedback. Crucially, we allow sharing of concrete components of a paper, by allowing e.g. localized links to individual formulas, figures, citations, etc. by utilizing URL fragment identifiers. 6.4 Technology Life-cycle A common concern in adopting cutting-edge tools is the shelf life of their technology stack. Indeed, as technology keeps evolving, older projects may bitrot to an extent where they are impossible to casually use, as programming languages, operating systems and web resources move on. We have two responses to this concern. Shelf-life affects everything Technology is not an exception to an otherwise stable and reliably constant set of scientific communication tools and practices. Both mathematical notation [Caj30] and natural language itself [PTHS12] continuously reinvent themselves at the margins of cultural memory. We observe a natural evolutionary process, where natural selection reaffirms the useful and discards the erroneous or the unneeded. Science reinvents itself Of course, recognizing the natural nature of the process does not equate to claiming archival is an unimportant goal. In fact, we would go as far as to take for granted an acceptance of the universal value of archival, in cultural, scientific and historic terms. We would consider it a part of our Accessibility discussion in Section 1.1, where we tried to justify that transparent and open methodologies provide the needed foundation for accessibility. This is also our approach to the archival problem in technology - using open standards for representation (e.g. HTML5) and open tools for computation (e.g. D3.js, ipython) provides a solid foundation for recovering the original content and functionality of a 21st century publication for the archaeologist of the next millennium. 7 Conclusion We presented a single-system integration of Live Mathematics tools in Authorea. The added value to each component is two-fold. First, we provide a comprehensive authoring experience, where we attempt to streamline and simplify writing different types of active mathematical content. Second, and more
10 importantly, by committing to open standards and technologies, we increase the transparency of the scientific process, while at the same time automating the dual nature of publications as printed proceedings and live active documents on the web. The final paper s data, mathematics and algorithms are inter- and intra-connected, becoming a self-contained and reliable nutshell of the successful scientific process. 7.1 Future work The bulk of our future efforts will be invested in improving the authoring experience and streamlining the different interactivity components on Authorea. We want to have the smallest set of authoring languages independently existing in the same workflow. We plan on achieving that by adding structural editing components that hide high difficulty low-level components, as well as by adding conventions and best-practices that help streamline common usecases. Additionally, we want to have all data and computation cleanly accessible during both authoring and consumption of the final publication. Going in a different direction, we want to talk to more scientists, from a diverse range of fields, and look into embedding 21st century transparent workflows with their best web components for interactivity and data analysis. In the long run, we would like to have an intuitive and minimalistic authoring experience, with live components auto-generated on demand, for each mathematical equation. Examples are on-demand interactive plots of computable functions, as well as quick-starting an ipython notebook from the math content of a paper s section, potentially as a new playground for follow-up work. We already offer easy cloning of existing interactive mathematics, via forking the underlying git repository of an Authorea article. 7.2 Technology Wishlist 1. For accessibility purposes, it would be great if all major browsers support MathML a year from now, so that we could compartmentalize our use of JavaScript to be for interactivity only. 2. It is great that standard JavaScripts APIs for interacting with data are beginning to emerge, and we are looking forward to them maturing and ideally becoming independent of the concrete libraries that implement them. 3. We are also looking forward to advances in responsive interactivity, which make it easier to provide active mathematical widgets on mobile and tablet devices. As their computational resources are much weaker than the desktop, it may be interesting to investigate sever-side workflows that precompute most of the necessary functions.
11 References Bos15. Mike Bostock. D3.js: Data-driven Documents Caj30. F. Cajori. A History of Mathematical Notations. Vol. I Notations in Elementary Mathematics. The Mathematical Gazette, 15(208):170, jul Cer12. Davide Cervone. MathJax: A Platform for Mathematics on the Web. Notices Amer. Math. Soc., 59(02):1, feb dv15. Bryan Van de Ven. Bokeh: a Python Interactive Visualization Library FC11. F. C. Fang and A. Casadevall. Retracted Science and the Retraction Index. Infection and Immunity, 79(10): , aug GJP15. Deyan Ginev, Nathan Jenkins, and Alberto Pepe. Live Mathematics on Authorea: A Case for Transparency Live-Mathematics-on-Authorea, GPB Alyssa Goodman, Alberto Pepe, Alexander W. Blocker, Christine L. Borgman, Kyle Cranmer, Merce Crosas, Rosanne Di Stefano, Yolanda Gil, Paul Groth, Margaret Hedstrom, David W. Hogg, Vinay Kashyap, Ashish Mahabal, Aneta Siemiginowska, and Aleksandra Slavkovic. Ten Simple Rules for the Care and Feeding of Scientific Data. PLoS Computational Biology, 10(4):e , apr GSMK11. Deyan Ginev, Heinrich Stamerjohanns, Bruce R. Miller, and Michael Kohlhase. The LaTeXML Daemon: Editable Math on the Collaborative Web. In Lecture Notes in Computer Science, pages Springer Science + Business Media, KCD Michael Kohlhase, Joseph Corneli, Catalin David, Deyan Ginev, Constantin Jucovschi, Andrea Kohlhase, Christoph Lange, Bogdan Matican, Stefan Mirea, and Vyacheslav Zholudev. The Planetary System: Web 3.0 & Active Documents for STEM. Procedia Computer Science, 4: , Lau15. Ole Laursen. Flot: Attractive JavaScript Plotting for jquery. flotcharts.org, LK13. Thomas Lindblad and Jason M. Kinser. NumPy SciPy and Python Image Library. In Biological and Medical Physics Biomedical Engineering, pages Springer Science + Business Media, Mac15. John MacFarlane. Pandoc: a Universal Document Converter. pandoc.org, MO11. Adam Marcus and Ivan Oransky. Science publishing: The paper is not sacred. Nature, 480(7378): , dec PG07. Fernando Perez and Brian E. Granger. IPython: A System for Interactive Scientific Computing. Computing in Science & Engineering, 9(3):21 29, PTHS12. Alexander M. Petersen, Joel Tenenbaum, Shlomo Havlin, and H. Eugene Stanley. Statistical Laws Governing Fluctuations in Word Use from Word Birth to Word Death. Scientific Reports, 2, mar SAWM15. Bonita Saunders, Brian Antonishek, Qiming Wang, and Bruce R. Miller. Dynamic 3D Visualizations of Complex Function Surfaces Using X3DOM and WebGL. In 20th International Conference on 3D Web Technology (Web3D 2015), Ven09. Gerard A. Venema. The Elements of GeoGebra. In Exploring Advanced Euclidean Geometry with GeoGebra, pages The Mathematical Association of America, 2009.
Unveiling Research Data Stocks: A Case of Humboldt-Universität zu Berlin
Unveiling Research Data Stocks: A Case of iconference 2014 Breaking Down Walls Culture, Context, Computing Berlin, 5 th March 2014 1 Agenda RDM at HU Context Survey on RDM Support & Service Needs Outlook:
OpenText Information Hub (ihub) 3.1 and 3.1.1
OpenText Information Hub (ihub) 3.1 and 3.1.1 OpenText Information Hub (ihub) 3.1.1 meets the growing demand for analytics-powered applications that deliver data and empower employees and customers to
Reporting Services. White Paper. Published: August 2007 Updated: July 2008
Reporting Services White Paper Published: August 2007 Updated: July 2008 Summary: Microsoft SQL Server 2008 Reporting Services provides a complete server-based platform that is designed to support a wide
Visualizing Data: Scalable Interactivity
Visualizing Data: Scalable Interactivity The best data visualizations illustrate hidden information and structure contained in a data set. As access to large data sets has grown, so has the need for interactive
Checklist for a Data Management Plan draft
Checklist for a Data Management Plan draft The Consortium Partners involved in data creation and analysis are kindly asked to fill out the form in order to provide information for each datasets that will
SHared Access Research Ecosystem (SHARE)
SHared Access Research Ecosystem (SHARE) June 7, 2013 DRAFT Association of American Universities (AAU) Association of Public and Land-grant Universities (APLU) Association of Research Libraries (ARL) This
The Business Value of a Web Services Platform to Your Prolog User Community
The Business Value of a Web Services Platform to Your Prolog User Community A white paper for project-based organizations that details the business value of Prolog Connect, a new Web Services platform
Novell Collaboration Vibe OnPrem
Novell Collaboration Vibe OnPrem Evergreen Preview Corne Groesbeek Open Horizons Tracy Smith Product Manager [email protected] Collaboration Solutions Collaboration solutions from Novell help enterprise
Copyright 2012, Oracle and/or its affiliates. All rights reserved.
1 Oracle WebCenter Strategy and Vision Rob Schootman Principal Sales Consultant Oracle Fusion Middleware 2 Insert Information Protection Policy Classification from Slide 13 Let s introduce myself... 3
TIBCO Spotfire Guided Analytics. Transferring Best Practice Analytics from Experts to Everyone
TIBCO Spotfire Guided Analytics Transferring Best Practice Analytics from Experts to Everyone Introduction Business professionals need powerful and easy-to-use data analysis applications in order to make
Reinventing Virtual Learning: Delivering Hands-On Training using Cloud Computing
Reinventing Virtual Learning: Delivering Hands-On Training using Cloud Computing WHITE PAPER BROUGHT TO YOU BY SKYTAP 2 Reinventing Virtual Learning: Delivering Hands-On Training using Cloud Computing
Industry Environment and Concepts for Forecasting 1
Table of Contents Industry Environment and Concepts for Forecasting 1 Forecasting Methods Overview...2 Multilevel Forecasting...3 Demand Forecasting...4 Integrating Information...5 Simplifying the Forecast...6
Deposit Identification Utility and Visualization Tool
Deposit Identification Utility and Visualization Tool Colorado School of Mines Field Session Summer 2014 David Alexander Jeremy Kerr Luke McPherson Introduction Newmont Mining Corporation was founded in
Getting started with API testing
Technical white paper Getting started with API testing Test all layers of your composite applications, not just the GUI Table of contents Executive summary... 3 Introduction... 3 Who should read this document?...
Amazing speed and easy to use designed for large-scale, complex litigation cases
Amazing speed and easy to use designed for large-scale, complex litigation cases LexisNexis is committed to developing new and better Concordance Evolution capabilities. All based on feedback from customers
IDL. Get the answers you need from your data. IDL
Get the answers you need from your data. IDL is the preferred computing environment for understanding complex data through interactive visualization and analysis. IDL Powerful visualization. Interactive
Web Archiving and Scholarly Use of Web Archives
Web Archiving and Scholarly Use of Web Archives Helen Hockx-Yu Head of Web Archiving British Library 15 April 2013 Overview 1. Introduction 2. Access and usage: UK Web Archive 3. Scholarly feedback on
Embedded BI made easy
June, 2015 1 Embedded BI made easy DashXML makes it easy for developers to embed highly customized reports and analytics into applications. DashXML is a fast and flexible framework that exposes Yellowfin
Migrating Lotus Notes Applications to Google Apps
Migrating Lotus Notes Applications to Google Apps Introduction.................................................... 3 Assessment..................................................... 3 Usage.........................................................
Benefits of Standardizing the Video Security System
SALIENT SYSTEMS WHITE PAPER Benefits of Standardizing the Video Security System Salient Systems Corp. 10801 N. MoPac Exp. Building 3, Suite 700 Austin, TX 78759 Phone: (512) 617-4800 For a variety of reasons
THE CAMBRIDGE CRYSTALLOGRAPHIC DATA CENTRE (CCDC)
ABOUT THE CAMBRIDGE CRYSTALLOGRAPHIC DATA CENTRE (CCDC) The CCDC is the trusted research institution responsible for the 50-year old Cambridge Structural Database (CSD) and its applications. Used by thousands
Visualisation in the Google Cloud
Visualisation in the Google Cloud by Kieran Barker, 1 School of Computing, Faculty of Engineering ABSTRACT Providing software as a service is an emerging trend in the computing world. This paper explores
Assignment 5: Visualization
Assignment 5: Visualization Arash Vahdat March 17, 2015 Readings Depending on how familiar you are with web programming, you are recommended to study concepts related to CSS, HTML, and JavaScript. The
Benefits of Upgrading to Phoenix WinNonlin 6.2
Benefits of Upgrading to Phoenix WinNonlin 6.2 Pharsight, a Certara Company 5625 Dillard Drive; Suite 205 Cary, NC 27518; USA www.pharsight.com March, 2011 Benefits of Upgrading to Phoenix WinNonlin 6.2
Teradata Marketing Operations. Reduce Costs and Increase Marketing Efficiency
Teradata Marketing Operations Reduce Costs and Increase Marketing Efficiency Product Insight Brochure What Would You Do If You Knew? TM What would you do if you knew your marketing efforts could be freed
How To Useuk Data Service
Publishing and citing research data Research Data Management Support Services UK Data Service University of Essex April 2014 Overview While research data is often exchanged in informal ways with collaborators
A Hybrid Visualization System for Molecular Models
A Hybrid Visualization System for Molecular Models Charles Marion, Joachim Pouderoux, Julien Jomier Kitware SAS, France Sébastien Jourdain, Marcus Hanwell & Utkarsh Ayachit Kitware Inc, USA Web3D Conference
WHITE PAPER. Written by: Michael Azoff. Published Mar, 2015, Ovum
Unlocking systems of record with Web and mobile front-ends CA App Services Orchestrator for creating contemporary APIs Written by: Michael Azoff Published Mar, 2015, Ovum CA App Services Orchestrator WWW.OVUM.COM
Introduce Web3D Development and Visualization. Moxie Zhang Esri R&D Center Beijing
Introduce Web3D Development and Visualization Moxie Zhang Esri R&D Center Beijing Web Scene Desktop Web Device New in ArcGIS Online and Portal Web Scene Mash-up of 3D / 2D layers Web Scene Viewer and
10 Steps to a Successful Digital Asset Management Implementation by SrIkAnth raghavan, DIrector, ProDuct MAnAgeMent
m a y 2 0 1 2 10 Steps to a Successful Digital Asset Management Implementation Strategies and Best Practices Implementing and deploying enterprise solutions across the organization can be complex, involving
Scholarly Use of Web Archives
Scholarly Use of Web Archives Helen Hockx-Yu Head of Web Archiving British Library 15 February 2013 Web Archiving initiatives worldwide http://en.wikipedia.org/wiki/file:map_of_web_archiving_initiatives_worldwide.png
Analytic Modeling in Python
Analytic Modeling in Python Why Choose Python for Analytic Modeling A White Paper by Visual Numerics August 2009 www.vni.com Analytic Modeling in Python Why Choose Python for Analytic Modeling by Visual
imc FAMOS 6.3 visualization signal analysis data processing test reporting Comprehensive data analysis and documentation imc productive testing
imc FAMOS 6.3 visualization signal analysis data processing test reporting Comprehensive data analysis and documentation imc productive testing imc FAMOS ensures fast results Comprehensive data processing
Versions of academic papers online - the experience of authors and readers
Versions of academic papers online - the experience of authors and readers Thank you for your interest in the VERSIONS Project survey on writing, disseminating and accessing academic research papers. This
Keep it Simple... 7 Transformation-based Development (2013 and Beyond)...7 Less Customization and More Innovation...8 Time to Market...
1 CONtENTS Advances in Technology have Profoundly Changed Publishing...3 Document Management: As It Used to be Done (prior to 2005)...4 The Advent of XML and Native XML Databases (2005 2012)...5 Putting
AUTOMATED CONFERENCE CD-ROM BUILDER AN OPEN SOURCE APPROACH Stefan Karastanev
International Journal "Information Technologies & Knowledge" Vol.5 / 2011 319 AUTOMATED CONFERENCE CD-ROM BUILDER AN OPEN SOURCE APPROACH Stefan Karastanev Abstract: This paper presents a new approach
Cloud Computing is NP-Complete
Working Paper, February 2, 20 Joe Weinman Permalink: http://www.joeweinman.com/resources/joe_weinman_cloud_computing_is_np-complete.pdf Abstract Cloud computing is a rapidly emerging paradigm for computing,
An Introduction to Managing Research Data
An Introduction to Managing Research Data Author University of Bristol Research Data Service Date 1 August 2013 Version 3 Notes URI IPR data.bris.ac.uk Copyright 2013 University of Bristol Within the Research
imc FAMOS 6.3 visualization signal analysis data processing test reporting Comprehensive data analysis and documentation imc productive testing
imc FAMOS 6.3 visualization signal analysis data processing test reporting Comprehensive data analysis and documentation imc productive testing www.imcfamos.com imc FAMOS at a glance Four editions to Optimize
CERN analysis preservation (CAP) - Use Cases. Sünje Dallmeier Tiessen, Patricia Herterich, Peter Igo-Kemenes, Tibor Šimko, Tim Smith
CERN analysis preservation (CAP) - Use Cases Sünje Dallmeier Tiessen, Patricia Herterich, Peter Igo-Kemenes, Tibor Šimko, Tim Smith Created in April 2015, published in November 2015 Abstract In this document
PDF/VT the ISO Standard for Variable Data Printing (VDP) Applications
White Paper PDF/VT the ISO Standard for Variable Data Printing (VDP) Applications PDF VT Table of Contents Introduction...3 The ISO Standard PDF/VT...4 The difference between PDF/VT-1, PDF/VT-2 and PDF/VT-2s...4
White Paper Series. TransPromo Printing Made Easier With PDF/VT
White Paper Series TransPromo Printing Made Easier With PDF/VT Advanced Function Presentation (AFP) has long been the dominant page description language in the transactional printing environment. The marketplace
Collaborative Open Market to Place Objects at your Service
Collaborative Open Market to Place Objects at your Service D6.2.1 Developer SDK First Version D6.2.2 Developer IDE First Version D6.3.1 Cross-platform GUI for end-user Fist Version Project Acronym Project
Case Management Implementation Guide
Case Management Implementation Guide Salesforce, Summer 15 @salesforcedocs Last updated: June 30, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark
Project Director: Julia Flanders Brown University
Final Report HD-50320-08 Encoding Names for Contextual Exploration in Digital Thematic Research Collections Project Director: Julia Flanders Brown University April 30, 2010 Introduction In recent years,
How To Change Medicine
P4 Medicine: Personalized, Predictive, Preventive, Participatory A Change of View that Changes Everything Leroy E. Hood Institute for Systems Biology David J. Galas Battelle Memorial Institute Version
Get results with modern, personalized digital experiences
Brochure HP TeamSite What s new in TeamSite? The latest release of TeamSite (TeamSite 8) brings significant enhancements in usability and performance: Modern graphical interface: Rely on an easy and intuitive
Predicting outcome of soccer matches using machine learning
Saint-Petersburg State University Mathematics and Mechanics Faculty Albina Yezus Predicting outcome of soccer matches using machine learning Term paper Scientific adviser: Alexander Igoshkin, Yandex Mobile
SavvyDox Publishing Augmenting SharePoint and Office 365 Document Content Management Systems
SavvyDox Publishing Augmenting SharePoint and Office 365 Document Content Management Systems Executive Summary This white paper examines the challenges of obtaining timely review feedback and managing
SUPPLY CHAIN CHALLENGES
OPEN SOURCE SOFTWARE FOR MANAGING HEALTH SUPPLY CHAINS SUPPLY CHAIN CHALLENGES Public health supply chains need accurate, timely logistics data from health facilities to make decisions about procurement
Addressing Mobile Load Testing Challenges. A Neotys White Paper
Addressing Mobile Load Testing Challenges A Neotys White Paper Contents Introduction... 3 Mobile load testing basics... 3 Recording mobile load testing scenarios... 4 Recording tests for native apps...
Interactive Applications for Modeling and Analysis with Shiny
Interactive Applications for Modeling and Analysis with Shiny Presenter: Nicole Bishop Cindy Fryer, Paul Guill NASA GSFC Code 405 August 26, 2015 Introduction RStudio/Shiny offers quick and easy ways to
SharePoint 2013. A Ten-Point Review of SharePoint 2013 vs. 2010 NICOLAS LAGROTTA NICOLAS LAGROTTA
SharePoint 2013 A Ten-Point Review of SharePoint 2013 vs. 2010 NICOLAS LAGROTTA NICOLAS LAGROTTA Contents Introduction... 1 1. Development-Related Changes... 1 2. Licensing... 2 3. Site/Library Template
TRANSLATIONS FOR A WORKING WORLD. 2. Translate files in their source format. 1. Localize thoroughly
4 Website Localization Tip Sheet 1. Localize thoroughly For your international audience, the content you publish should be in keeping with both your global marketing strategy and your local campaigns.
Multiphysics Software Applications in Reverse Engineering
Multiphysics Software Applications in Reverse Engineering *W. Wang 1, K. Genc 2 1 University of Massachusetts Lowell, Lowell, MA, USA 2 Simpleware, Exeter, United Kingdom *Corresponding author: University
Invenio: A Modern Digital Library for Grey Literature
Invenio: A Modern Digital Library for Grey Literature Jérôme Caffaro, CERN Samuele Kaplun, CERN November 25, 2010 Abstract Grey literature has historically played a key role for researchers in the field
Team Members: Christopher Copper Philip Eittreim Jeremiah Jekich Andrew Reisdorph. Client: Brian Krzys
Team Members: Christopher Copper Philip Eittreim Jeremiah Jekich Andrew Reisdorph Client: Brian Krzys June 17, 2014 Introduction Newmont Mining is a resource extraction company with a research and development
Webcasting vs. Web Conferencing. Webcasting vs. Web Conferencing
Webcasting vs. Web Conferencing 0 Introduction Webcasting vs. Web Conferencing Aside from simple conference calling, most companies face a choice between Web conferencing and webcasting. These two technologies
Strategic solutions to drive results in matrix organizations
Strategic solutions to drive results in matrix organizations Copyright 2004-2006, e-strategia Consulting Group, Inc. Alpharetta, GA, USA or subsidiaries. All International Copyright Convention and Treaty
Databricks. A Primer
Databricks A Primer Who is Databricks? Databricks vision is to empower anyone to easily build and deploy advanced analytics solutions. The company was founded by the team who created Apache Spark, a powerful
OpenText Media Management
OpenText Media Management A Framework for Digital Asset Management OpenText Media Management is a pioneer in digital media asset management. From creation to consumption, we help you manage all your video,
How To Upgrade To Sugarcrm 7.X
Why, When, and How to Upgrade to SugarCRM Version 7 Why Upgrade to SugarCRM Version 7? New Screen Layouts See more information on a single screen with the new ListView and RecordView layouts in SugarCRM
DATA SCIENTIST TRAINING FOR LIBRARIANS #DST4L. C. Erdmann DST4L @ Designing Libraries IV @libcce
DATA SCIENTIST TRAINING FOR LIBRARIANS #DST4L C. Erdmann DST4L @ Designing Libraries IV @libcce On the Same Page We started speaking the same language. A side conversation with a Harvard faculty member
Introduction to WebGL
Introduction to WebGL Alain Chesnais Chief Scientist, TrendSpottr ACM Past President [email protected] http://www.linkedin.com/in/alainchesnais http://facebook.com/alain.chesnais Housekeeping If you are
Anatomy of an Enterprise Software Delivery Project
Chapter 2 Anatomy of an Enterprise Software Delivery Project Chapter Summary I present an example of a typical enterprise software delivery project. I examine its key characteristics and analyze specific
The Intelligent Content Framework
The Intelligent Content Framework A practical approach to accelerating the Study Design and Regulatory Documentation Development Processes using a Rules-driven, Structured Content Authoring Solution Framework
Tool Support for Inspecting the Code Quality of HPC Applications
Tool Support for Inspecting the Code Quality of HPC Applications Thomas Panas Dan Quinlan Richard Vuduc Center for Applied Scientific Computing Lawrence Livermore National Laboratory P.O. Box 808, L-550
Visualization methods for patent data
Visualization methods for patent data Treparel 2013 Dr. Anton Heijs (CTO & Founder) Delft, The Netherlands Introduction Treparel can provide advanced visualizations for patent data. This document describes
System Description: The MathWeb Software Bus for Distributed Mathematical Reasoning
System Description: The MathWeb Software Bus for Distributed Mathematical Reasoning Jürgen Zimmer 1 and Michael Kohlhase 2 1 FB Informatik, Universität des Saarlandes [email protected] 2 School of Computer
Visualizing MyAnimeList
Visualizing MyAnimeList Binh Tran Abstract MyAnimeList users use myanimelist.net to track the anime they watch. The users see a lot of simple visualizations on the website. There is not a lot of understanding
OpenText Media Management
OpenText Media Management A Platform for Digital Asset Management OpenText Media Management is a pioneer in Digital Asset Management (DAM). From creation to consumption, we help you manage all your video,
Availability of the Program A free version is available of each (see individual programs for links).
Choosing a Programming Platform Diane Hobenshield Tepylo, Lisa Floyd, and Steve Floyd (Computer Science and Mathematics teachers) The Tasks Working Group had many questions and concerns about choosing
Web Application Development for Scientific Data
Web Application Development for Scientific Data Nathaniel Bennett Rebekah David Emily Watson Computer Science The University of North Carolina at Asheville One University Heights Asheville, North Carolina
Visualizing the Top 400 Universities
Int'l Conf. e-learning, e-bus., EIS, and e-gov. EEE'15 81 Visualizing the Top 400 Universities Salwa Aljehane 1, Reem Alshahrani 1, and Maha Thafar 1 [email protected], [email protected], [email protected]
How To Write A Blog Post On Globus
Globus Software as a Service data publication and discovery Kyle Chard, University of Chicago Computation Institute, [email protected] Jim Pruyne, University of Chicago Computation Institute, [email protected]
Processing and data collection of program structures in open source repositories
1 Processing and data collection of program structures in open source repositories JEAN PETRIĆ, TIHANA GALINAC GRBAC AND MARIO DUBRAVAC, University of Rijeka Software structure analysis with help of network
BI Project Management Software
BI Project Management Software Plan and Manage with Confidence When planning a new project, program managers can search past projects to leverage project assets and resources. With complete project and
Housing Works. Content Management System Overview. Presented to: 12.16.13
[! Content Management System Overview ]! Presented to: Housing Works 12.16.13 SAMPLES OF OUR DESIGN AND DEVELOPMENT WORK Juvenile Diabetes Research Foundation of Canada www.jdrf.ca Kroger Bringing Hope
Managing Customer Relationships with SAP Business One
SAP Brief SAP s for Small Businesses and Midsize Companies SAP Business One Objectives Managing Customer Relationships with SAP Business One Win new customers and forge better relationships Win new customers
MatchPoint Benefits with SharePoint 2013
MatchPoint Benefits with SharePoint 2013 MatchPoint Fact Sheet 25.01.2013 Colygon AG Version 2.0 Disclaimer The complete content of this document is subject to the general terms and conditions of Colygon
Object Storage: Out of the Shadows and into the Spotlight
Technology Insight Paper Object Storage: Out of the Shadows and into the Spotlight By John Webster December 12, 2012 Enabling you to make the best technology decisions Object Storage: Out of the Shadows
YouTrack MPS case study
YouTrack MPS case study A case study of JetBrains YouTrack use of MPS Valeria Adrianova, Maxim Mazin, Václav Pech What is YouTrack YouTrack is an innovative, web-based, keyboard-centric issue and project
Meeting Workspace Alternatives
Meeting Workspace Alternatives Three Solutions for SharePoint and SharePoint Online MARK ECKERT AND EARON SOTTO Contents Introduction... 1 Benefits and Configuration Examples of the Meeting Workspace in
SkyFoundry News Update New Reporting Features and SkySpark Mobile
Issue 21 - June 2014 New Charting and Reporting Tools (Pg 2-3) Generate PDF Report Documents and Attach to Auto-generated Emails (pg 3) SkySpark Goes Mobile!!! (pg 4) New Tools & Educational Resources
LexisNexis Concordance Evolution Amazing speed plus LAW PreDiscovery and LexisNexis Near Dupe integration
LexisNexis Concordance Evolution Amazing speed plus LAW PreDiscovery and LexisNexis Near Dupe integration LexisNexis is committed to developing new and better Concordance Evolution capabilities. All based
Get Started with LeadSquared Guide for Marketing Users. Complete lead to revenue platform
Get Started with LeadSquared Guide for Marketing Users Complete lead to revenue platform Bookmark LeadSquared Login Page Login to LeadSquared at https://run.leadsquared.com (Bookmark the URL) LeadSquared
