The Scholarly Work of Reliable and Well-Designed Mathematical Software

Size: px
Start display at page:

Download "The Scholarly Work of Reliable and Well-Designed Mathematical Software"

Transcription

1 1 The Scholarly Work of Reliable and Well-Designed Mathematical Software A personal perspective Tim Davis July 9, 2014

2 2 The Scholarly Work of Reliable and Well-Designed Mathematical Software Outline: What defines a scholarly work? Does mathematical software fit that definition? Why publish prototype-quality mathematical software? Why publish robust, reliable, and full-featured mathematical software? Troubling trends and a troubling status quo My recommendations for you and for SIAM

3 3 Definition of scholarly work Scholarly or artistic works, regardless of their form of expression: intended purpose is to disseminate the results of academic research, scholarly study, or artistic expression,... in any medium. When is a work scholarly (software or any other form)? Proposed metrics: 1 peer-reviewed 2 published in reputable academic journals 3 published in academic-quality books 4 topic of discussion at academic conferences 5 citation for academic society fellow

4 Peer-reviewed software ACM Transactions on Mathematical Software Founded in 1975 Purpose: As a scientific journal, ACM Transactions on Mathematical Software (TOMS) documents the theoretical underpinnings of numeric, symbolic, algebraic, and geometric computing applications. It focuses on analysis and construction of algorithms and programs, and the interaction of programs and architecture. Algorithms documented in TOMS are available as the Collected Algorithms of the ACM in print, on microfiche, on disk, and online. 942 Collected Algorithms of the ACM since 1975: peer-reviewed scholarly software I serve as an Associate Editor of this journal 4

5 5 ACM TOMS Editorial Charter The purpose of the ACM Transactions on Mathematical Software (TOMS) is to communicate important research results addressing the development, evaluation and use of mathematical software. In addition, TOMS publishes machine-readable computer software... In both research papers and software, TOMS seeks contributions of lasting value in which technical quality, relevance to significant computations, interest, and novelty are all high, and where presentation is effective.

6 6 ACM TOMS Algorithms Policy code is submitted, peer-reviewed, and published by the journal short codes are printed in hard copy journal all available electronically code novelty and quality is essential toms.acm.org/algpolicy.html The algorithm paper should give a brief description of what the software does and pertinent information on usage and maintenance. An ACM algorithm must be complete, portable, well documented, and well structured.

7 7 Scholarly software in academic books and journals Long history of academic software. For example: George Forsythe ( ), founder of computer science as an academic discipline consider mathematical software as scholarly work founder and head of Stanford s Computer Science Department President of ACM author of Computer solution of linear algebraic systems, Includes lengthy code printed in the book

8 8 George Forsythe: software as scholarly work Upon George Forsythe s death: It is generally agreed that he, more than any other man, is responsible for the rapid development of computer science in the world s colleges and universities. His foresight, combined with his untiring efforts to spread the gospel of computing, have had a significant and lasting impact; one might almost regard him as the Martin Luther of the Computer Reformation! He inaugurated a new area of scholarly work: refereeing and editing algorithms. (emphasis mine) by Donald Knuth, Communications of the ACM, 1972

9 9 George Forsythe: software as scholarly work Article by Knuth, continued: As an indication of his behind-the-scenes activities, here are some more excerpts from letters he wrote during January and February 1964: The program is really in poor style, and I m peeved with the referee for not saying so. You use a switch and a mass of goto s where straightforward ALGOL would use conditional expressions. You even goto here from the line above here!! [January 8, 1964] I am sorry that refereeing increases the time between submittal and publication, but I am confident that the net result of refereeing will be a large gain in the quality of our algorithms. [January 13, 1964] It is very hard to find matching begins and ends, which should be above each other or on the same line. [January 29, 1964]

10 SIAM Fellows with software contributions Marsha Berger, Courant: PDEs Bill Gear, NEC: ODEs, DAEs Jorge Moré, Argonne: optimization Nick Trefethen, Oxford: sci. computing Alan George, Waterloo: sparse matrices Cleve Moler, MathWorks: MATLAB Linda Petzold, UCSB: DASSL (DAEs) Uri Ascher, UBC: diff.eqns 10

11 SIAM Fellows with software contributions Iain Duff, Rutherford: sparse matrices Rande LeVeque, UWash.: hyperbolic PDEs Yousef Saad, UMinn: sparse matrices Danny Sorensen, Rice: ARPACK Bill Gropp, UIUC: MPI John Lewis, Boeing: sparse matrices Pavel Bochev, Sandia: finite element Sven Hammarling, NAG: LAPACK 11

12 SIAM Fellows with software contributions Bruce Hendrickson, Sandia: graph algo. Barry Smith, Argonne: PETSc Andrew Conn, IBM: optimization T.D. Texas A&M: sparse matrices Michael Saunders, Stanford: optimization Philip Gill, UCSD: optimization 12

13 Apply the metrics: Software as scholarly work Definition of scholarly work: purpose must be to disseminate results of academic research, scholarly study, or artistic expression Characteristics of scholarly work: 1 peer-reviewed ACM TOMS, peer-review of mathematical software 2 published in reputable academic journals ACM TOMS, SIAM Journals (as supplimentary appendices) 3 published in academic-quality books Many SIAM books include mathematical software or describe mathemaical software 4 topic of discussion at academic conferences this session, and many others 5 citation for academic society fellow For contributions to... software,... is not uncommon Thus: peer-reviewed software is a scholarly work 13

14 14 So why publish (prototype) mathematical software? useful to provide the code even as research prototype quality reproducibility of research results for a complex algorithm: not all details can fit in a paper Publish your code - it is good enough, Nick Barnes, Nature 467, 753 (2010). That the code is a little raw is one of the main reasons scientists give for not sharing it with others. Yet, software in all trades is written to be good enough for the job intended. So if your code is good enough to do the job, then it is good enough to release and releasing it will help your research and your field.

15 15 Randy LeVeque s thought-experiment LeVeque s thought-experiment: What if we treated proofs like we now treat code? The proof is too ugly to show anyone. I didn t work out the details. Giving out my proof would give away my secrets. My proof is valuable intellectual property. Proofs are too hard to review.... Top Ten Reasons To Not Share Your Code (and why you should anyway), April 2013, SIAM News

16 16 Randy LeVeque s answers (mine added) The code is ugly to show anyone: ugly code is better than no code. I didn t work out the details: the details you did work out are important to the scientific record. Giving out my code would give away my secrets: but as applied mathematicians we want others to rely on our methods. My code is valuable intellectual property. it s protected by copyright. Code is too hard to review. At ACM TOMS we ve been doing it for decades....

17 17 Troubling Trends Troubing Trends in Scientific Software Use, Science, Vol 340, May A survey of scientists in ecological modelling:... Many of these scientists rely on the fact that the software has appeared in a peer-reviewed article, recommendations, and personal opinion, as their reason for adopting software. This is scientifically misplaced, as the software code used to conduct the science is not formally peer-reviewed.

18 18 Troubling Trends, continued Recommendations, Moving Forward Education: Universities should produce scientists capable of instantiating science in code such that other scientists are able to peer-review code as they would other aspects of science. Formal training in statistics, computational methods, mathematics, and software engineering should be a core part of the science curriculum at undergraduate and research student levels. Scientific publication: Scientific software code needs to be not only published and made available but also peer-reviewed.

19 19 So why publish polished mathematical software? Typical path towards academic success: Create a new algorithm Write a paper Expect others to implement your algorithm An alternative path: Create a new algorithm and the software that implements it Write a paper and submit your code along for peer review Enable others use your algorithm and its software

20 20 How to publish polished mathematical software Code like a theorem/proof: clear, concise, complete, and well-written. Track down the bugs like you track down a flaw in a proof. Test suite: ensure all lines exercised and results verified. Publish the test suite and scaffolding-code Documentation: not an after-thought. Sample result: 3 bugs found in 15 years in 120K lines of code in x=a\b

21 Recommedations For the researcher: Create new algorithms. Embody them in polished code and submit them for peer-review. Clear path towards a career goal of high-impact research. For the industrial researcher: if a company allows you to publish your proof, why not your code? For SIAM Goal: enhance reproducibility of research Goal: enhance future research by fostering mathematical software tools Encourage code submission, even non-peer-reviewed prototype-quality. Allow for peer-review of high-quality software. 21

22 The Scholarly Work of Reliable and Well-Designed Mathematical Software Summary: Scholarly work: Purpose is to disseminate results of academic research. Mathematical software: Essential method for disseminating complex algorithms, can be peer-reviewed. Why publish prototype-quality mathematical software? Research reproducibility. Why publish robust, reliable, and full-featured mathematical software? Let others rely on your work and build on it. Troubling trends and a troubling status quo: Too much software hidden from scientific study. Needs to be included with journal publication (both reviewed and unreviewed). My recommendations for you and for SIAM: Write and publish high-quality peer-reviewed software. 22

Academies outline principles of good science publishing

Academies outline principles of good science publishing Journal of Radiological Protection NEWS AND INFORMATION Academies outline principles of good science publishing Recent citations - World Association of Medical Editors (WAME) statement on Predatory Journals

More information

How to write a paper and get it published in a refereed journal

How to write a paper and get it published in a refereed journal How to write a paper and get it published in a refereed journal C. H. Juang, PhD, PE, F.ASCE Glenn Professor, Clemson University Editor in Chief, Engineering Geology 1 Acknowledgments Part of the material

More information

How to get published. C. H. Juang, PhD, PE Glenn Professor of Civil Engineering Clemson University Co-EIC, Engineering Geology

How to get published. C. H. Juang, PhD, PE Glenn Professor of Civil Engineering Clemson University Co-EIC, Engineering Geology How to get published C. H. Juang, PhD, PE Glenn Professor of Civil Engineering Clemson University Co-EIC, Engineering Geology 1 http://www.elsevier.com/journalauthors/publishing-process 2 How To Get Published

More information

Publishing in academic journals. Tips to help you succeed

Publishing in academic journals. Tips to help you succeed Publishing in academic journals Tips to help you succeed Taylor & Francis Publisher of scholarly journals since 1798 Work in partnership with societies and universities Publish across Science, Social Sciences,

More information

Overview of the Research Process Comments by Dan A. Simunic, UBC

Overview of the Research Process Comments by Dan A. Simunic, UBC Overview of the Research Process Comments by Dan A. Simunic, UBC Craft of Accounting Research Workshop June 2016 Planning a Research Project Idea Research Question(s) What has already been done? Literature

More information

On Epistemic Effects: A Reply to Castellani, Pontecorvo and Valente Arie Rip, University of Twente

On Epistemic Effects: A Reply to Castellani, Pontecorvo and Valente Arie Rip, University of Twente On Epistemic Effects: A Reply to Castellani, Pontecorvo and Valente Arie Rip, University of Twente It is important to critically consider ongoing changes in scientific practices and institutions, and do

More information

Publishing in academic journals. Tips to help you succeed

Publishing in academic journals. Tips to help you succeed Publishing in academic journals Tips to help you succeed Today Today s publishing environment 1. Choosing the Right Journal 2. Writing for a journal 3. The Peer Review Process Group discussion: How to

More information

An Intuitive Approach to Groups

An Intuitive Approach to Groups Chapter An Intuitive Approach to Groups One of the major topics of this course is groups. The area of mathematics that is concerned with groups is called group theory. Loosely speaking, group theory is

More information

Writing for Publication [Video]

Writing for Publication [Video] Writing for Publication [Video] The University Writing Center has published a video of the recent Graduate Writing Series by Bruce Thompson, Distinguished Professor of Educational Psychology and of Library

More information

By Tom Koehler In a quiet office park in Bellevue, Wash., a group of 250

By Tom Koehler In a quiet office park in Bellevue, Wash., a group of 250 Calculating the future Phantom Works employees in the Mathematics and Computing Technology organization are helping to come up with amazing technologies designed to carry Boeing into the future. 4 By Tom

More information

ScienceDirect: Empowering researchers at every step. Presenter: Lionel New Account Manager, Elsevier Research Solutions

ScienceDirect: Empowering researchers at every step. Presenter: Lionel New Account Manager, Elsevier Research Solutions ScienceDirect: Empowering researchers at every step Presenter: Lionel New Account Manager, Elsevier Research Solutions l.new@elsevier.com Elsevier is a leading Science & Health Information Provider CONTENT

More information

INTERNATIONAL JOURNAL OF COMPUTER APPLICATIONS IN TECHNOLOGY

INTERNATIONAL JOURNAL OF COMPUTER APPLICATIONS IN TECHNOLOGY page 1 / 7 page 2 / 7 international journal of computer pdf International Journal of Computer-Aided technologies (IJCAx) is an open access, peer-reviewed journal that publishes articles which contribute

More information

Canadian Technology Accreditation Criteria (CTAC) PROGRAM GENERAL LEARNING OUTCOMES (PGLO) Common to all Technologist Disciplines

Canadian Technology Accreditation Criteria (CTAC) PROGRAM GENERAL LEARNING OUTCOMES (PGLO) Common to all Technologist Disciplines Canadian Technology Accreditation Criteria (CTAC) PROGRAM GENERAL LEARNING OUTCOMES (PGLO) Common to all Technologist Disciplines Preamble Eight Program General Learning Outcomes (PGLOs) are included in

More information

Prepared in a cooperative effort by: Elsevier IEEE The IET

Prepared in a cooperative effort by: Elsevier IEEE The IET Recommended Practices to Ensure Conference Content Quality Prepared in a cooperative effort by: Elsevier IEEE The IET Authors: Wim Meester, Judy Salk (Elsevier); Nancy Blair-DeLeon, Gordon MacPherson,

More information

Integrating IP Teaching in the Educational System

Integrating IP Teaching in the Educational System Integrating IP Teaching in the Educational System African Conference on the Strategic Importance of Intellectual Property (IP) Policies to Foster Innovation, Value Creation and Competitiveness Dar es Salaam,

More information

A Different Kind of Scientific Revolution

A Different Kind of Scientific Revolution The Integrity of Science III A Different Kind of Scientific Revolution The troubling litany is by now familiar: Failures of replication. Inadequate peer review. Fraud. Publication bias. Conflicts of interest.

More information

Elements of Scholarly Discourse in a Digital World

Elements of Scholarly Discourse in a Digital World Elements of Scholarly Discourse in a Digital World Victoria Stodden Graduate School of Library and Information Science University of Illinois at Urbana-Champaign Center for Informatics Research in Science

More information

CABINET SECRETARY S SPEECH DURING THE OFFICIAL LAUNCH OF THE ONLINE TRANSACTIONAL MINING CADSTRE SYSTEM Salutations

CABINET SECRETARY S SPEECH DURING THE OFFICIAL LAUNCH OF THE ONLINE TRANSACTIONAL MINING CADSTRE SYSTEM Salutations REPUBLIC OF KENYA MINISTRY OF MINING CABINET SECRETARY S SPEECH DURING THE OFFICIAL LAUNCH OF THE ONLINE TRANSACTIONAL MINING CADSTRE SYSTEM Salutations Your Excellency, We have seen earlier the voice

More information

Against Censoring Contradiction

Against Censoring Contradiction Against Censoring Contradiction Example Philosophy Essay Introduction In his article Censoring Contradiction in the Washington Times, Mark Steyn argues that peer reviewed climate science cannot be trusted

More information

Computing Disciplines & Majors

Computing Disciplines & Majors Computing Disciplines & Majors If you choose a computing major, what career options are open to you? We have provided information for each of the majors listed here: Computer Engineering Typically involves

More information

RECOMMENDATIONS. COMMISSION RECOMMENDATION (EU) 2018/790 of 25 April 2018 on access to and preservation of scientific information

RECOMMENDATIONS. COMMISSION RECOMMENDATION (EU) 2018/790 of 25 April 2018 on access to and preservation of scientific information L 134/12 RECOMMDATIONS COMMISSION RECOMMDATION (EU) 2018/790 of 25 April 2018 on access to and preservation of scientific information THE EUROPEAN COMMISSION, Having regard to the Treaty on the Functioning

More information

Introduction. amy e. earhart and andrew jewell

Introduction. amy e. earhart and andrew jewell Introduction amy e. earhart and andrew jewell Observing the title and concerns of this collection, many may wonder why we have chosen to focus on the American literature scholar; certainly the concerns

More information

Publishing Your Book with Cambridge University Press CC BY 4.0

Publishing Your Book with Cambridge University Press CC BY 4.0 Publishing Your Book with Cambridge University Press How to get your book published Why publish a book? Turning your thesis into a book How to decide which publisher Submitting a book proposal Seven tips

More information

Unlocking scholarly communication:what is this thing called Open Access?

Unlocking scholarly communication:what is this thing called Open Access? Unlocking scholarly communication:what is this thing called Open Access? Alma Swan Truro, UK FEST, Trieste, Italy, May14-18 2007 Open Access: What is it? Online Immediate Free (non-restricted) Free (gratis)

More information

Pure Versus Applied Informatics

Pure Versus Applied Informatics Pure Versus Applied Informatics A. J. Cowling Department of Computer Science University of Sheffield Structure of Presentation Introduction The structure of mathematics as a discipline. Analysing Pure

More information

Frontiers: The Interdisciplinary Journal of Study Abroad presents

Frontiers: The Interdisciplinary Journal of Study Abroad presents Frontiers: The Interdisciplinary Journal of Study Abroad presents www.frontiersjournal.org frontiersjournal@forumea.org @FrontiersSA Subscribe to our mailing list to receive updates: http://eepurl.com/cavp0x

More information

Workshop on the Open Archives Initiative (OAI) and Peer Review Journals in Europe: A Report

Workshop on the Open Archives Initiative (OAI) and Peer Review Journals in Europe: A Report High Energy Physics Libraries Webzine Issue 4 / June 2001 Workshop on the Open Archives Initiative (OAI) and Peer Review Journals in Europe: A Report Abstract CERN, European Organization for Nuclear Research

More information

Technology Integration Across Additive Manufacturing Domain to Enhance Student Classroom Involvement

Technology Integration Across Additive Manufacturing Domain to Enhance Student Classroom Involvement Paper ID #15500 Technology Integration Across Additive Manufacturing Domain to Enhance Student Classroom Involvement Prof. Tzu-Liang Bill Tseng, University of Texas - El Paso Dr. Tseng is a Professor and

More information

Software Architecture Research: Science or Engineering?

Software Architecture Research: Science or Engineering? Software Architecture Research: Science or Engineering? Philippe Kruchten Seattle, May 1 st, 2018 ICSA YRF Philippe Kruchten, Ph.D., P.Eng., FEC, CSDP Professor of Software Engineering NSERC Chair in Design

More information

Ancient Engineering:

Ancient Engineering: Ancient Engineering: Selective Ceramic Processing in the Middle Balsas Region of Guerrero, Mexico Jennifer Meanwell Paris Monographs in American Archaeology 48 Access Archaeology Archaeopress Access Archaeology

More information

Great Minds. Internship Program IBM Research - China

Great Minds. Internship Program IBM Research - China Internship Program 2017 Internship Program 2017 Jump Start Your Future at IBM Research China Introduction invites global candidates to apply for the 2017 Great Minds internship program located in Beijing

More information

Chapter 1. Engineering and Society

Chapter 1. Engineering and Society Chapter 1 Engineering and Society Objectives To articulate a view of our environment as containing both naturally occurring and human-made or artificial things and to discuss the role of engineers in developing

More information

Notes for BASIC INFORMATION Cover Sheet

Notes for BASIC INFORMATION Cover Sheet Notes for BASIC INFORMATION Cover Sheet (*) Estimated enrollment for CSE 584 is 10 15. Estimated enrollment for PHI 584 is 10 15. Estimated enrollment for CSE/PHI 484 is 25. Total estimated enrollment

More information

A MOVING-KNIFE SOLUTION TO THE FOUR-PERSON ENVY-FREE CAKE-DIVISION PROBLEM

A MOVING-KNIFE SOLUTION TO THE FOUR-PERSON ENVY-FREE CAKE-DIVISION PROBLEM PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 125, Number 2, February 1997, Pages 547 554 S 0002-9939(97)03614-9 A MOVING-KNIFE SOLUTION TO THE FOUR-PERSON ENVY-FREE CAKE-DIVISION PROBLEM STEVEN

More information

This list supersedes the one published in the November 2002 issue of CR.

This list supersedes the one published in the November 2002 issue of CR. PERIODICALS RECEIVED This is the current list of periodicals received for review in Reviews. International standard serial numbers (ISSNs) are provided to facilitate obtaining copies of articles or subscriptions.

More information

Topical Collection on Blockchain-based Medical Data Management System: Security and Privacy Challenges and Opportunities

Topical Collection on Blockchain-based Medical Data Management System: Security and Privacy Challenges and Opportunities Topical Collection on Blockchain-based Medical Data Management System: Security and Privacy Challenges and Opportunities Timely access to data, particularly data relevant to a patient s medical and genetic

More information

UNIVERSITY OF BRITISH COLUMBIA Department of Curriculum and Pedagogy Winter I 2009

UNIVERSITY OF BRITISH COLUMBIA Department of Curriculum and Pedagogy Winter I 2009 UNIVERSITY OF BRITISH COLUMBIA Department of Curriculum and Pedagogy Winter I 2009 TSED 508a (031): Seminar on Bruno Latour and Science & Technology Studies (STS) Instructor: Dr. Stephen Petrina, Professor

More information

PROFESSIONAL LETTER GUIDE. Office of Career Services North 103. Dr. Mary Rigali, PMP Director of Career Services

PROFESSIONAL LETTER GUIDE. Office of Career Services North 103. Dr. Mary Rigali, PMP Director of Career Services Office of Career Services North 103 Dr. Mary Rigali, PMP Director of Career Services 203-596-4504 mrigali@post.edu Christina Billings Associate Director of Career Services, Employer Relations 203-591-7467

More information

Benchmarking to Close the Credibility Gap: A Computational BioEM Benchmark Suite

Benchmarking to Close the Credibility Gap: A Computational BioEM Benchmark Suite Benchmarking to Close the Credibility Gap: A Computational BioEM Benchmark Suite J. W. MASSEY, C. LIU, and A. E. YILMAZ Institute for Computational Engineering & Sciences Department of Electrical & Computer

More information

IST 495 (p): IST Internship Credit by Portfolio *

IST 495 (p): IST Internship Credit by Portfolio * IST 495 (p): IST Internship Credit by Portfolio * Course Description: IST 495 (p) is an alternative for IST internship students to receive full academic credit for the required IST 495 internship course

More information

PLOS. From Open Access to Open Science : a publisher s perspective. Véronique Kiermer Executive Editor, PLOS Public Library of Science.

PLOS. From Open Access to Open Science : a publisher s perspective. Véronique Kiermer Executive Editor, PLOS Public Library of Science. PLOS From Open Access to Open Science : a publisher s perspective Véronique Kiermer Executive Editor, PLOS Public Library of Science Brussels November 2017 @verokiermer Disclaimers Employed by PLOS Previously

More information

THE UNIVERSITY OF AUCKLAND INTELLECTUAL PROPERTY CREATED BY STAFF AND STUDENTS POLICY Organisation & Governance

THE UNIVERSITY OF AUCKLAND INTELLECTUAL PROPERTY CREATED BY STAFF AND STUDENTS POLICY Organisation & Governance THE UNIVERSITY OF AUCKLAND INTELLECTUAL PROPERTY CREATED BY STAFF AND STUDENTS POLICY Organisation & Governance 1. INTRODUCTION AND OBJECTIVES 1.1 This policy seeks to establish a framework for managing

More information

The Importance of Scientific Reproducibility in Evidence-based Rulemaking

The Importance of Scientific Reproducibility in Evidence-based Rulemaking The Importance of Scientific Reproducibility in Evidence-based Rulemaking Victoria Stodden School of Information Sciences University of Illinois at Urbana-Champaign Social and Decision Analytics Laboratory

More information

G9 - Engineering Council AHEP Competencies for IEng and CEng

G9 - Engineering Council AHEP Competencies for IEng and CEng G9 - Career Learning Assessment (CLA) is an alternative means of gaining Engineering Council Registration at either Incorporated Engineer (IEng) or Chartered Engineering (CEng) status. IAgrE encourages

More information

Computer Science as a Discipline

Computer Science as a Discipline Computer Science as a Discipline 1 Computer Science some people argue that computer science is not a science in the same sense that biology and chemistry are the interdisciplinary nature of computer science

More information

PAPER. Connecting the dots. Giovanna Roda Vienna, Austria

PAPER. Connecting the dots. Giovanna Roda Vienna, Austria PAPER Connecting the dots Giovanna Roda Vienna, Austria giovanna.roda@gmail.com Abstract Symbolic Computation is an area of computer science that after 20 years of initial research had its acme in the

More information

Digitisation Plan

Digitisation Plan Digitisation Plan 2016-2020 University of Sydney Library University of Sydney Library Digitisation Plan 2016-2020 Mission The University of Sydney Library Digitisation Plan 2016-20 sets out the aim and

More information

Technology Commercialization Primer: Understanding the Basics. Leza Besemann

Technology Commercialization Primer: Understanding the Basics. Leza Besemann Technology Commercialization Primer: Understanding the Basics Leza Besemann 10.02.2015 Agenda Technology commercialization a. Intellectual property b. From lab to market Patents Commercialization strategy

More information

Royal Astronomical Society response to the. Study on the economic and technical evolution of the scientific publication markets in Europe

Royal Astronomical Society response to the. Study on the economic and technical evolution of the scientific publication markets in Europe ROYAL ASTRONOMICAL SOCIETY Burlington House, Piccadilly London W1J 0BQ, UK T: 020 7734 4582/ 3307 F: 020 7494 0166 de@ras.org.uk www.ras.org.uk From the Executive Secretary Royal Astronomical Society response

More information

Annotated Bibliography: Artificial Intelligence (AI) in Organizing Information By Sara Shupe, Emporia State University, LI 804

Annotated Bibliography: Artificial Intelligence (AI) in Organizing Information By Sara Shupe, Emporia State University, LI 804 Annotated Bibliography: Artificial Intelligence (AI) in Organizing Information By Sara Shupe, Emporia State University, LI 804 Introducing Artificial Intelligence Boden, M.A. (Ed.). (1996). Artificial

More information

Technology forecasting used in European Commission's policy designs is enhanced with Scopus and LexisNexis datasets

Technology forecasting used in European Commission's policy designs is enhanced with Scopus and LexisNexis datasets CASE STUDY Technology forecasting used in European Commission's policy designs is enhanced with Scopus and LexisNexis datasets EXECUTIVE SUMMARY The Joint Research Centre (JRC) is the European Commission's

More information

Understanding DARPA - How to be Successful - Peter J. Delfyett CREOL, The College of Optics and Photonics

Understanding DARPA - How to be Successful - Peter J. Delfyett CREOL, The College of Optics and Photonics Understanding DARPA - How to be Successful - Peter J. Delfyett CREOL, The College of Optics and Photonics delfyett@creol.ucf.edu November 6 th, 2013 Student Union, UCF Outline Goal and Motivation Some

More information

Ars Hermeneutica, Limited Form 1023, Part IV: Narrative Description of Company Activities

Ars Hermeneutica, Limited Form 1023, Part IV: Narrative Description of Company Activities page 1 of 11 Ars Hermeneutica, Limited Form 1023, Part IV: Narrative Description of Company Activities 1. Introduction Ars Hermeneutica, Limited is a Maryland nonprofit corporation, created to engage in

More information

Evaluation of Scientific Disciplines for Turkey: A Citation Analysis Study

Evaluation of Scientific Disciplines for Turkey: A Citation Analysis Study Evaluation of Scientific Disciplines for Turkey: A Citation Analysis Study Zehra Taşkın 1 and Güleda Doğan 1 1 Hacettepe University, Department of Information Management, 06800, Ankara, Turkey {ztaskin,gduzyol}@hacettepe.edu.tr

More information

TeesRep policy document

TeesRep policy document TeesRep - Teesside's Research Repository TeesRep policy document Item type Authors Additional Link Other Institutional Repository Steering Group http://hdl.handle.net/10149/556971 Downloaded 1-Jul-2018

More information

Graduate Peer Consultant Application

Graduate Peer Consultant Application The UST Center for Writing Before you write, as you write, and after you write Graduate Peer Consultant Application 2017-2018 Please note: You must be a student in the M.A. Program in English to apply

More information

Dr Rong Qu History of AI

Dr Rong Qu History of AI Dr Rong Qu History of AI AI Originated in 1956, John McCarthy coined the term very successful at early stage Within 10 years a computer will be a chess champion Herbert Simon, 1957 IBM Deep Blue on 11

More information

FM p.i-xxii 4/2/04 11:39 AM Page v. Preface

FM p.i-xxii 4/2/04 11:39 AM Page v. Preface FM p.i-xxii 4/2/04 11:39 AM Page v The first edition of this textbook on software engineering was published more than twenty years ago. That edition was written using a dumb terminal attached to an early

More information

Recommender Systems TIETS43 Collaborative Filtering

Recommender Systems TIETS43 Collaborative Filtering + Recommender Systems TIETS43 Collaborative Filtering Fall 2017 Kostas Stefanidis kostas.stefanidis@uta.fi https://coursepages.uta.fi/tiets43/ selection Amazon generates 35% of their sales through recommendations

More information

This pack contains all the information you will need to complete your completion project.

This pack contains all the information you will need to complete your completion project. Welcome To your completion project documentation pack. This pack contains all the information you will need to complete your completion project. If you need further assistance or advice please contact

More information

preface Motivation Figure 1. Reality-virtuality continuum (Milgram & Kishino, 1994) Mixed.Reality Augmented. Virtuality Real...

preface Motivation Figure 1. Reality-virtuality continuum (Milgram & Kishino, 1994) Mixed.Reality Augmented. Virtuality Real... v preface Motivation Augmented reality (AR) research aims to develop technologies that allow the real-time fusion of computer-generated digital content with the real world. Unlike virtual reality (VR)

More information

Celebrating Charlie. David Bindel Ilse Ipsen Cleve Moler. 13 Jul 2016

Celebrating Charlie. David Bindel Ilse Ipsen Cleve Moler. 13 Jul 2016 Celebrating Charlie David Bindel Ilse Ipsen Cleve Moler 13 Jul 2016 Not the First Rodeo! 2016-07-15 Not the First Rodeo! Not the First Rodeo! I m glad everyone could come out for Charlie s retirement minisymposium.

More information

COMMISSION RECOMMENDATION. of on access to and preservation of scientific information. {SWD(2012) 221 final} {SWD(2012) 222 final}

COMMISSION RECOMMENDATION. of on access to and preservation of scientific information. {SWD(2012) 221 final} {SWD(2012) 222 final} EUROPEAN COMMISSION Brussels, 17.7.2012 C(2012) 4890 final COMMISSION RECOMMENDATION of 17.7.2012 on access to and preservation of scientific information {SWD(2012) 221 final} {SWD(2012) 222 final} EN

More information

FINAL ACTIVITY AND MANAGEMENT REPORT

FINAL ACTIVITY AND MANAGEMENT REPORT EUROPEAN COMMISSION RESEARCH DG MARIE CURIE MOBILITY ACTIONS INDIVIDUAL DRIVEN ACTIONS PERIODIC SCIENTIFIC/MANAGEMENT REPORT FINAL ACTIVITY AND MANAGEMENT REPORT Type of Marie Curie action: Intra-European

More information

Introduction. CELIA ROMM University of Wollongong. FAY SUDWEEKS University of Sydney

Introduction. CELIA ROMM University of Wollongong. FAY SUDWEEKS University of Sydney CHAPTER 1 Introduction CELIA ROMM University of Wollongong FAY SUDWEEKS University of Sydney The emergence of electronic commerce as a distinct area in business is seen by many researchers and executives

More information

Public Consultation: Science 2.0 : science in transition

Public Consultation: Science 2.0 : science in transition DIRECTORATES-GENERAL FOR RESEARCH AND INNOVATION (RTD) AND COMMUNICATIONS NETWORKS, CONTENT AND TECHNOLOGY (CONNECT) Public Consultation: Science 2.0 : science in transition QUESTIONNAIRE A. Information

More information

A Balanced Introduction to Computer Science, 3/E

A Balanced Introduction to Computer Science, 3/E A Balanced Introduction to Computer Science, 3/E David Reed, Creighton University 2011 Pearson Prentice Hall ISBN 978-0-13-216675-1 Chapter 10 Computer Science as a Discipline 1 Computer Science some people

More information

Building a comprehensive lab sequence for an undergraduate mechatronics program

Building a comprehensive lab sequence for an undergraduate mechatronics program Building a comprehensive lab sequence for an undergraduate mechatronics program Tom Lee Ph.D., Chief Education Officer, Quanser MECHATRONICS Motivation The global engineering academic community is witnessing

More information

Breaking RSA semiprimes

Breaking RSA semiprimes Factorial impact on number theory and understanding discreet logarithms A mouse can eat an elephant but it has to do it a bite at a time. The security of RSA asymmetric public key systems rests on the

More information

A Journal for Human and Machine

A Journal for Human and Machine EDITORIAL James Hendler 1, Ying Ding 2 & Barend Mons 3 1 Rensselaer Institute for Data Exploration and Applications, Rensselaer Polytechnic Institute, Troy, NY12180, USA 2 School of Informatics, Computing,

More information

computational social networks 5th pdf Computational Social Networks Home page Computational Social Networks SpringerLink

computational social networks 5th pdf Computational Social Networks Home page Computational Social Networks SpringerLink DOWNLOAD OR READ : COMPUTATIONAL SOCIAL NETWORKS 5TH INTERNATIONAL CONFERENCE CSONET 2016 HO CHI MINH CITY VIETNAM AUGUST 2 4 2016 PROCEEDINGS LECTURE NOTES IN COMPUTER SCIENCE PDF EBOOK EPUB MOBI Page

More information

Acceptable Work for Registration as a Registered Lifting Machinery Inspector (RegLMI) E C S A

Acceptable Work for Registration as a Registered Lifting Machinery Inspector (RegLMI) E C S A POLICY STATEMENT R2/1J Acceptable Work for Registration as a Registered Lifting Machinery Inspector (RegLMI) 19/05/2011 E C S A ENGINEERING COUNCIL OF SOUTH AFRICA Private Bag X 691 BRUMA 2026 Water View

More information

Computational Principles of Mobile Robotics

Computational Principles of Mobile Robotics Computational Principles of Mobile Robotics Mobile robotics is a multidisciplinary field involving both computer science and engineering. Addressing the design of automated systems, it lies at the intersection

More information

Office of Science and Technology Policy th Street Washington, DC 20502

Office of Science and Technology Policy th Street Washington, DC 20502 About IFT For more than 70 years, IFT has existed to advance the science of food. Our scientific society more than 17,000 members from more than 100 countries brings together food scientists and technologists

More information

28/01/1439. Heba A. Kurdi Associate Professor CS Department, KSU, SA Research Fellow AeroAstro Department, MIT, US. Present the Paper.

28/01/1439. Heba A. Kurdi Associate Professor CS Department, KSU, SA Research Fellow AeroAstro Department, MIT, US. Present the Paper. Heba A. Kurdi Associate Professor CS Department, KSU, SA Research Fellow AeroAstro Department, MIT, US O Why read? O Why s books? O Types of scientific s O Paper organisation O Reading steps How to read

More information

33 rd Indian Engineering Congress

33 rd Indian Engineering Congress The Institution of Engineers (India) In service of the Nation since 1920 33 rd Indian Engineering Congress December 21-23, 2018, Udaipur Hosted by: Udaipur Local Centre Venue : Udaipur Theme Integration

More information

The impact of Big Data on an Intellectual Property Literacy training program

The impact of Big Data on an Intellectual Property Literacy training program The impact of Big Data on an Intellectual Property Literacy training program Janis Tyhurst King Abdullah University of Science and Technology Library Thuwal, Saudi Arabia Big Data is increasingly being

More information

PROGRAM OUTLINE BASIC DRAFTING TECHNOLOGY

PROGRAM OUTLINE BASIC DRAFTING TECHNOLOGY BASIC DRAFTING TECHNOLOGY The mission of the Basic Drafting Technology Program at Crowley's Ridge Technical Institute is to provide the training necessary for students to be competitive in the workforce

More information

Introduction to Engineering Design

Introduction to Engineering Design Prerequisite: None Credit Value: 5 ABSTRACT The Introduction to Engineering Design course is the first in the Project Lead The Way preengineering sequence. Students are introduced to the design process,

More information

WAEA Officer Elections

WAEA Officer Elections WAEA Officer Elections Candidates for President (please choose one) Wade Brorsen Oklahoma State University of the Journal of Agricultural and Resource Economics and is presently an editorial council member.

More information

Introduction. Article 50 million: an estimate of the number of scholarly articles in existence RESEARCH ARTICLE

Introduction. Article 50 million: an estimate of the number of scholarly articles in existence RESEARCH ARTICLE Article 50 million: an estimate of the number of scholarly articles in existence Arif E. Jinha 258 Arif E. Jinha Learned Publishing, 23:258 263 doi:10.1087/20100308 Arif E. Jinha Introduction From the

More information

ECU Research Commercialisation

ECU Research Commercialisation The Framework This framework describes the principles, elements and organisational characteristics that define the commercialisation function and its place and priority within ECU. Firstly, care has been

More information

SCIENCE AND TECHNOLOGY IN CENTRAL AND EASTERN EUROPE THE REFORM OF HIGHER EDUCATION

SCIENCE AND TECHNOLOGY IN CENTRAL AND EASTERN EUROPE THE REFORM OF HIGHER EDUCATION SCIENCE AND TECHNOLOGY IN CENTRAL AND EASTERN EUROPE THE REFORM OF HIGHER EDUCATION page 1 / 5 page 2 / 5 science and technology in pdf View the most recent ACS Editors' Choice articles from Environmental

More information

The standard Core Curriculum rubrics will be used to assess the Arts and Humanities goals AH o and AH p:

The standard Core Curriculum rubrics will be used to assess the Arts and Humanities goals AH o and AH p: German 01:470:358 Expressionism, Dada, Surrealism Methods of assessment The standard Core Curriculum rubrics will be used to assess the Arts and Humanities goals AH o and AH p: AH o. Examine critically

More information

LIS 688 DigiLib Amanda Goodman Fall 2010

LIS 688 DigiLib Amanda Goodman Fall 2010 1 Where Do We Go From Here? The Next Decade for Digital Libraries By Clifford Lynch 2010-08-31 Digital libraries' roots can be traced back to 1965 when Libraries of the Future by J. C. R. Licklider was

More information

What Journal Editors Look for in a Manuscript. and in a Reviewer

What Journal Editors Look for in a Manuscript. and in a Reviewer What Journal Editors Look for in a Manuscript and in a Reviewer Mark Klebanoff, MD, MPH Departments of Pediatrics and Obstetrics and Gynecology OSU College of Medicine Division of Epidemiology OSU College

More information

Research and Publication in the Digital Age

Research and Publication in the Digital Age University of Massachusetts Amherst ScholarWorks@UMass Amherst University Librarians Publication Series University Libraries February 2006 Research and Publication in the Digital Age Gerald Jay Schafer

More information

Polona Vilar, Primož Južnič, and Tomaz Bartol ; University of Ljubljana, Slovenia

Polona Vilar, Primož Južnič, and Tomaz Bartol ; University of Ljubljana, Slovenia Polona Vilar, Primož Južnič, and Tomaz Bartol ; University of Ljubljana, Slovenia Last decades have changed the way scientific information is spread. Practically all publications are now available online.

More information

Big Data What it Means For Business. Dr. Bob Porter Executive Director UCF Executive Development Center

Big Data What it Means For Business. Dr. Bob Porter Executive Director UCF Executive Development Center 1 2 Big Data What it Means For Business Dr. Bob Porter Executive Director UCF Executive Development Center Technology: The Big Data Enabler 3 The Future of Marketing Based on Your Data? 4 What is Big Data?

More information

Crossing the Pond A Probability Game BRIDGES BREAKOUT Excerpts From Bridges in Mathematics

Crossing the Pond A Probability Game BRIDGES BREAKOUT Excerpts From Bridges in Mathematics Crossing the Pond A Probability Game BRIDGES BREAKOUT Excerpts From Bridges in Mathematics 200, The Math Learning Center Crossing the Pond: A Probability Game A Math Learning Center Publication by Allyn

More information

General report format, ref. Article 12 of the Birds Directive, for the report

General report format, ref. Article 12 of the Birds Directive, for the report Annex 1: General report format, ref. Article 12 of the Birds Directive, for the 2008-2012 report 0. Member State Select the 2 digit code for your country, according to list to be found in the reference

More information

Re: Examination Guideline: Patentability of Inventions involving Computer Programs

Re: Examination Guideline: Patentability of Inventions involving Computer Programs Lumley House 3-11 Hunter Street PO Box 1925 Wellington 6001 New Zealand Tel: 04 496-6555 Fax: 04 496-6550 www.businessnz.org.nz 14 March 2011 Computer Program Examination Guidelines Ministry of Economic

More information

Resource Review. In press 2018, the Journal of the Medical Library Association

Resource Review. In press 2018, the Journal of the Medical Library Association 1 Resource Review. In press 2018, the Journal of the Medical Library Association Cabell's Scholarly Analytics, Cabell Publishing, Inc., Beaumont, Texas, http://cabells.com/, institutional licensing only,

More information

Bowling Green Perspective (BGP) Assessment Data Humanities & The Arts (HA)

Bowling Green Perspective (BGP) Assessment Data Humanities & The Arts (HA) Bowling Green Perspective (BGP) Assessment Data Humanities & The Arts (HA) BGP Learning Outcome Apply humanistic modes of inquiry and interpretation, in the illustration of the discipline s connection

More information

Speakers: Glenn Fujiura, Editor-in-Chief of Intellectual and Developmental Disabilities Leonard Abbeduto, Editor-in-Chief of the American Journal on

Speakers: Glenn Fujiura, Editor-in-Chief of Intellectual and Developmental Disabilities Leonard Abbeduto, Editor-in-Chief of the American Journal on Speakers: Glenn Fujiura, Editor-in-Chief of Intellectual and Developmental Disabilities Leonard Abbeduto, Editor-in-Chief of the American Journal on Intellectual and Developmental Disabilities Lisa O Hearn,

More information

1. Is Your Article Relevant to the Journal?

1. Is Your Article Relevant to the Journal? Selecting a Scholarly Journal Selecting a peer-reviewed journal can be tricky business if you re new to the field, and even if you re not! The journal you choose determines: 1. If you get published 2.

More information

2016 Geothermal Student Competition: Advancing Awareness of Geothermal Technologies Through Educational Challenges

2016 Geothermal Student Competition: Advancing Awareness of Geothermal Technologies Through Educational Challenges GRC Transactions, Vol. 41, 2017 2016 Geothermal Student Competition: Advancing Awareness of Geothermal Technologies Through Educational Challenges Phyllis L. King and Tammie Borders Idaho National Laboratory

More information

How to Write a Novel Part 1: Plan & Outline

How to Write a Novel Part 1: Plan & Outline How to Write a Novel Part 1: Plan & Outline edx: UBCx CW1.1x. Instructors: Nancy Lee and Annabel Lyon University of British Columbia Creative Writing Program COURSE DESCRIPTION Outlining is a crucial step

More information

EL PASO COMMUNITY COLLEGE PROCEDURE

EL PASO COMMUNITY COLLEGE PROCEDURE For information, contact Institutional Effectiveness: (915) 831-6740 EL PASO COMMUNITY COLLEGE PROCEDURE 2.03.06.10 Intellectual Property APPROVED: March 10, 1988 REVISED: May 3, 2013 Year of last review:

More information

A Model for Unified Science and Technology

A Model for Unified Science and Technology 10 A Model for Unified Science and Technology By Roy Q. Beven and Robert A. Raudebaugh The Problem Scientific concepts and processes are best developed in the context of technological problem solving.

More information