Scripting Reference Manual For

Total Page:16

File Type:pdf, Size:1020Kb

Scripting Reference Manual For Scripting Reference Manual for BrainVoyager QX 2.1 - 2.4 Hester Breman and Rainer Goebel copyright 2012 c Brain Innovation B.V. Contents 1 Introduction 4 1.1 Location of script files.......................................4 1.2 Switching from scripting in BrainVoyager QX 2.0 to 2.1 or higher..............4 1.3 History................................................5 1.3.1 Scripting in BrainVoyager.................................5 1.3.2 Documentation history..................................6 2 The BrainVoyager Script Editor7 2.1 General properties of the BrainVoyager Script Editor......................7 2.1.1 The user interface......................................7 2.2 Creating scripts...........................................7 2.3 Running scripts...........................................8 2.4 Using the interpreter........................................9 2.5 Debugging.............................................. 11 3 BrainVoyager Scripting Commands (API) 12 3.1 Introduction............................................. 12 3.1.1 Invoking BrainVoyager scripting functions from other programs.......... 12 3.1.2 Example script....................................... 13 3.2 List of all methods......................................... 14 3.3 BrainVoyager QX-specific classes................................. 16 3.4 Functions of the BrainVoyagerQX object............................. 16 3.4.1 List of methods....................................... 16 3.4.2 Detailed description of methods............................. 17 3.5 Create projects............................................ 18 3.5.1 List of Methods....................................... 18 3.5.2 Create FMR project..................................... 18 3.5.3 Create DMR projects.................................... 20 3.5.4 Create VMR projects.................................... 21 3.5.5 Create AMR projects.................................... 22 3.5.6 For all projects....................................... 23 3.5.7 Example scripts....................................... 24 3.6 BVQX Project functions: Preprocessing of functional data (FMR)............... 25 3.6.1 List of methods....................................... 25 3.6.2 Detailed description of methods............................. 26 3.6.3 Example script....................................... 29 3.7 BVQX Project functions: Preprocessing of functional data (VTC)............... 31 3.7.1 List of methods....................................... 31 3.7.2 Detailed description of methods............................. 32 3.7.3 Example script....................................... 33 3.8 BVQX Project functions: Transformations and Normalization................. 34 3.8.1 List of methods....................................... 34 3.8.2 Detailed description of methods............................. 35 3.8.3 Example script to create VTC files............................ 39 3.8.4 Creating diffusion weighted (VDW) files........................ 40 3.8.5 Example script to create VDW files............................ 41 3.9 BVQX Project functions: Experimental design.......................... 42 1 3.9.1 List of Methods for stimulation protocols........................ 42 3.9.2 List of Properties for stimulation protocols....................... 42 3.9.3 Detailed description of methods............................. 43 3.9.4 Example script....................................... 45 3.9.5 List of Methods for design matrices........................... 45 3.9.6 List of Properties for design matrices.......................... 45 3.9.7 Detailed description of methods............................. 47 3.9.8 Example scripts....................................... 49 3.10 BVQX Project functions: Statistics................................. 50 3.10.1 List of Methods....................................... 50 3.10.2 List of Properties...................................... 50 3.10.3 Detailed description of methods............................. 51 3.10.4 Example script....................................... 53 3.11 BVQX Project functions: Surface functions............................ 54 3.11.1 List of Methods....................................... 54 3.11.2 List of Properties...................................... 54 3.11.3 Detailed description of methods............................. 55 3.11.4 Example script: visualization............................... 56 3.11.5 Example script: create MTC................................ 58 4 File input and output (I/O) 59 4.1 Introduction............................................. 59 4.2 Class QDir.............................................. 59 4.3 Class QFile.............................................. 59 4.3.1 List of (some) methods................................... 59 4.3.2 Detailed description of methods............................. 59 4.4 Class QIODevice.......................................... 60 4.4.1 List of methods....................................... 60 4.5 Class QTextStream......................................... 60 4.5.1 List of (some) methods................................... 60 4.5.2 Detailed description of methods............................. 60 4.6 Example script: write a file I.................................... 61 4.7 Example script: write a file II................................... 62 4.8 Example script: read a file..................................... 63 4.9 Example: delete a file........................................ 64 5 Creating scripts with dialogs 65 5.1 Introduction............................................. 65 5.2 Writing GUI scripts......................................... 65 5.2.1 Capturing emitted signals................................. 65 5.2.2 Collecting information in the dialog........................... 65 5.2.3 An example script with different widgets........................ 67 5.2.4 The JavaScript........................................ 68 5.2.5 The user interface...................................... 69 5.3 Procedure to create a GUI script.................................. 72 5.3.1 The user interface (*.ui).................................. 74 5.3.2 Running a script with user interface........................... 75 5.3.3 Catching errors....................................... 76 6 JavaScript language reference 77 6.1 Introduction............................................. 77 6.2 Keywords.............................................. 77 6.2.1 Operators.......................................... 77 6.2.2 Data types.......................................... 79 6.2.3 Creating objects....................................... 86 6.2.4 Declarations......................................... 88 6.2.5 Control statements..................................... 88 6.2.6 Error handling....................................... 88 6.2.7 Comments.......................................... 88 2 6.2.8 Date and time........................................ 89 6.3 Using Qt Objects.......................................... 90 A Switching from BrainVoyager QX 2.0 to 2.1 scripting 91 A.1 The Scripting Language...................................... 91 A.1.1 Classes vs. Objects and Properties............................ 91 A.1.2 Constructors......................................... 92 A.1.3 Member Functions and Prototypes............................ 93 A.1.4 Inheritance.......................................... 94 A.1.5 Static Members....................................... 94 A.2 The Built-in Functions and Library................................ 95 3 Chapter 1 Introduction Welcome to the BrainVoyager Scripting Reference Manual!1 This reference manual can be used for scripting in BrainVoyager QX 2.3 and 2.4, but most commands can also be used in BrainVoyager QX 2.2, and some in BrainVoyager QX 2.1. This manual contains the BrainVoyager functions (Application Programmer’s Interface (API), see Chapter3), some introduction to the JavaScript language (Chapter 6) and a short section on writing scripts in BrainVoyager with a user interface (see Chapter5). A very nice new feature is the Script Debugger, which will be discussed in section 2.5. When starting with scripting, in BrainVoyager or in general, please also check out our Getting Started with Scripting in BrainVoyager Guide. This can be found in the “GettingStartedGuides” folder of the BrainVoyager directory or online at the BrainVoyager support site. Latest update: 08-02-2012 1.1 Location of script files Scripts (*.js) for BrainVoyager QX 2.1 and higher can be stored in the folder (My) Documents/BVQXExtensions/Scripts/ An option to specify a custom scripts folder has been added in v2.4.1. Users can switch between stan- dard and custom folder in ”Settings” dialog. 1.2 Switching from scripting in BrainVoyager QX 2.0 to 2.1 or higher How to use Qt Script and what are the differences with respect to QSA? - To start, call the scripting dialog clicking on “Scripts” ! “Scripting...” menu. - Files are stored as “.js” (JavaScript) text files allowing to use also external editors (by simple double- clicking). - Instead of “Application.BrainVoyagerQX”, you only need “BrainVoyagerQX” global symbol to get access to the BVQX API, please have a look at the example scripts. - There (at present) no support for “projects”, i.e. only one file is evaluated (this might change). - The script editor has syntax highlighting. Furthermore the QScript debugger is integrated, which allows for easy hunting of bugs. - On Windows, COM support is available from version 2.2. - QScript is much faster than QSA, so some “plugin” processing will be possible without requiring C++ code. - Scripts with a graphical
Recommended publications
  • Why ODF?” - the Importance of Opendocument Format for Governments
    “Why ODF?” - The Importance of OpenDocument Format for Governments Documents are the life blood of modern governments and their citizens. Governments use documents to capture knowledge, store critical information, coordinate activities, measure results, and communicate across departments and with businesses and citizens. Increasingly documents are moving from paper to electronic form. To adapt to ever-changing technology and business processes, governments need assurance that they can access, retrieve and use critical records, now and in the future. OpenDocument Format (ODF) addresses these issues by standardizing file formats to give governments true control over their documents. Governments using applications that support ODF gain increased efficiencies, more flexibility and greater technology choice, leading to enhanced capability to communicate with and serve the public. ODF is the ISO Approved International Open Standard for File Formats ODF is the only open standard for office applications, and it is completely vendor neutral. Developed through a transparent, multi-vendor/multi-stakeholder process at OASIS (Organization for the Advancement of Structured Information Standards), it is an open, XML- based document file format for displaying, storing and editing office documents, such as spreadsheets, charts, and presentations. It is available for implementation and use free from any licensing, royalty payments, or other restrictions. In May 2006, it was approved unanimously as an International Organization for Standardization (ISO) and International Electrotechnical Commission (IEC) standard. Governments and Businesses are Embracing ODF The promotion and usage of ODF is growing rapidly, demonstrating the global need for control and choice in document applications. For example, many enlightened governments across the globe are making policy decisions to move to ODF.
    [Show full text]
  • Supported File Types
    MyFax Supported File Formats Document Type Versions Extensions Adobe Portable Document Format (PDF) All Versions PDF Adobe Postscript All Versions PS Adobe Photoshop v. 3.0 and above PSD Amiga Interchange File Format (IFF) Raster Bitmap only IFF CAD Drawing Exchange Format (DXF) All AutoCad compatible versions DXF Comma Separated Values Format All Versions CSV Compuserve Graphics Interchange Format GIF87a, GIF89a GIF Corel Presentations Slide Show v. 96 and above SHW Corel Word Perfect v. 5.x. 6, 7, 8, 9 WPD, WP5, WP6 Encapsulated Postscript All Versions EPS Hypertext Markup Language HTML only with base href tag required HTML, HTM JPEG Joint Photography Experts Group All Versions JPG, JPEG Lotus 1-2-3 v. 2, 3, 4, 5, 96, 97, 9.x 123, WK1, WK3, WK4 Lotus Word Pro v. 96, 97, 9.x LWP Microsoft Excel v. 5, 95, 97, 2000, 2003, 2007 XLS, XLSX Microsoft PowerPoint v. 4 and above PPT, PPTX Microsoft Publisher v. 98, 2000, 2002, 2003, 2007 PUB Microsoft Windows Write All Versions WRI Microsoft Word Win: v. 97, 2000, 2003, 2007 Mac: v. 4, 5.x, 95, 98 DOC, DOCX Microsoft Word Template Win: v. 97, 2000, 2003, 2007 Mac: v. 4, 5.x, 95, 98 DOT, DOTX Microsoft Works Word Processor v. 4.x, 5, 6, 7, 8.x, 9 WPS OpenDocument Drawing All Versions ODG OpenDocument Presentation All Versions ODP OpenDocument Spreadsheet All Versions ODS OpenDocument Text All Versions ODT PC Paintbrush Graphics (PCX) All Versions PCX Plain Text All Versions TXT, DOC, LOG, ERR, C, CPP, H Portable Network Graphics (PNG) All Versions PNG Quattro Pro v.
    [Show full text]
  • Server Administration Manual Release Latest
    Nextcloud Server Administration Manual Release latest The Nextcloud developers Oct 01, 2021 CONTENTS 1 Introduction 1 1.1 Videos and blogs.............................................1 1.2 Target audience..............................................1 2 Release notes 3 3 Maintenance and release schedule5 3.1 Major releases..............................................5 3.2 Maintenance releases...........................................5 3.3 Older versions..............................................6 4 Installation and server configuration7 4.1 System requirements...........................................7 4.2 Deployment recommendations......................................9 4.3 Installation on Linux...........................................9 4.4 Installation wizard............................................ 17 4.5 Installing from command line...................................... 21 4.6 Supported apps.............................................. 22 4.7 SELinux configuration.......................................... 24 4.8 NGINX configuration.......................................... 27 4.9 Hardening and security guidance.................................... 36 4.10 Server tuning............................................... 40 4.11 Example installation on Ubuntu 20.04 LTS............................... 42 4.12 Example installation on CentOS 8.................................... 44 4.13 Example installation on OpenBSD.................................... 48 5 Nextcloud configuration 53 5.1 Warnings on admin page........................................
    [Show full text]
  • Ada User Journal, Apply to Ada-Europe At: -Europe.Org/Join ADA Volume 41 USER Number 4 December 2020
    To receive the Ada User Journal, apply to Ada-Europe at: http://www.ada -europe.org/join ADA Volume 41 USER Number 4 December 2020 JOURNAL Contents Page Editorial Policy for Ada User Journal 192 Editorial 193 Quarterly News Digest 195 Conference Calendar 224 Forthcoming Events 232 Special Contribution P. Rogers “From Ada to Platinum SPARK: A Case Study” 235 Proceedings of the "HILT 2020 Workshop on Safe Languages and Technologies for Structured and Efficient Parallel and Distributed/Cloud Computing" T. Taft “A Layered Mapping of Ada 202X to OpenMP” 251 J. Verschelde “Parallel Software to Offset the Cost of Higher Precision” 255 Puzzle J. Barnes “Shrinking Squares and Colourful Cubes” 261 In memoriam: William Bail 263 Ada-Europe Associate Members (National Ada Organizations) 264 Ada-Europe Sponsors Inside Back Cover Ada User Journal Volume 41, Number 4, December 2020 195 Quarterly News Digest Alejandro R. Mosteo Centro Universitario de la Defensa de Zaragoza, 50090, Zaragoza, Spain; Instituto de Investigación en Ingeniería de Aragón, Mariano Esquillor s/n, 50018, Zaragoza, Spain; email: [email protected] as far as when Ada prototypes had - A layered mapping of Ada 202X parallel parentheses for subprograms without constructs to OpenMP (Tucker Taft), Contents arguments. - Experience integrating FAA's NextGen To conclude, during this period also took ERAM (mostly Ada) with SWIM Preface by the News Editor 195 place the Advent of Code, a scored (Mixed languages) (Brian Kleinke, Ada-related Events 195 competition in which a programming Leidos) Ada and Education 196 puzzle a day is presented for you to solve Ada-related Resources 196 - A highly parallel multiple double in your favorite language.
    [Show full text]
  • File Format Guidelines for Management and Long-Term Retention of Electronic Records
    FILE FORMAT GUIDELINES FOR MANAGEMENT AND LONG-TERM RETENTION OF ELECTRONIC RECORDS 9/10/2012 State Archives of North Carolina File Format Guidelines for Management and Long-Term Retention of Electronic records Table of Contents 1. GUIDELINES AND RECOMMENDATIONS .................................................................................. 3 2. DESCRIPTION OF FORMATS RECOMMENDED FOR LONG-TERM RETENTION ......................... 7 2.1 Word Processing Documents ...................................................................................................................... 7 2.1.1 PDF/A-1a (.pdf) (ISO 19005-1 compliant PDF/A) ........................................................................ 7 2.1.2 OpenDocument Text (.odt) ................................................................................................................... 3 2.1.3 Special Note on Google Docs™ .......................................................................................................... 4 2.2 Plain Text Documents ................................................................................................................................... 5 2.2.1 Plain Text (.txt) US-ASCII or UTF-8 encoding ................................................................................... 6 2.2.2 Comma-separated file (.csv) US-ASCII or UTF-8 encoding ........................................................... 7 2.2.3 Tab-delimited file (.txt) US-ASCII or UTF-8 encoding .................................................................... 8 2.3
    [Show full text]
  • Open Document Formats As an Enabler of Interoperability
    OPEN DOCUMENT FORMATS AS AN ENABLER OF INTEROPERABILITY COMPARISON OF THE OASIS OPENDOCUMENT FORMAT AND MICROSOFT OFFICE OPEN XML PC productivity applications (PPAs), including word processing, spreadsheet, and presentation software, represent the most important applications to PC users today. Most documents today are created with a word processor, spreadsheet or a presentations application. Therefore, for the purposes of ensuring that the documents can be freely exchanged between users, and that they are accessible not only now but also in the future, it is important that the format the documents are saved in is one that can be fully supported by the widest possible range of applications. Only a fully open cross-platform format can allow for full interoperability between PPAs, and ensure that users' data is not locked-in to specific applications and platforms. OpenDocument Format and Microsoft Office Open XML The OpenDocument Format (ODF) was created to meet the demand for such a format. It was developed as an application-independent file format by a vendor-neutral standards developing organization OASIS, with the participation of multiple office application vendors. On 4 May 2006, the Joint Technical Committee for Information Technology Standards (JTC-1) of the International Organization for Standardization (ISO) and the International Electrotechnical Commission (IEC) approved ODF as international standard ISO/IEC JTC 1 26300.1 ODF is supported by various PPAs, including OpenOffice,2 StarOffice 83 Google Docs & Spreadsheets,4 IBM Productivity
    [Show full text]
  • MTS on Wikipedia Snapshot Taken 9 January 2011
    MTS on Wikipedia Snapshot taken 9 January 2011 PDF generated using the open source mwlib toolkit. See http://code.pediapress.com/ for more information. PDF generated at: Sun, 09 Jan 2011 13:08:01 UTC Contents Articles Michigan Terminal System 1 MTS system architecture 17 IBM System/360 Model 67 40 MAD programming language 46 UBC PLUS 55 Micro DBMS 57 Bruce Arden 58 Bernard Galler 59 TSS/360 60 References Article Sources and Contributors 64 Image Sources, Licenses and Contributors 65 Article Licenses License 66 Michigan Terminal System 1 Michigan Terminal System The MTS welcome screen as seen through a 3270 terminal emulator. Company / developer University of Michigan and 7 other universities in the U.S., Canada, and the UK Programmed in various languages, mostly 360/370 Assembler Working state Historic Initial release 1967 Latest stable release 6.0 / 1988 (final) Available language(s) English Available programming Assembler, FORTRAN, PL/I, PLUS, ALGOL W, Pascal, C, LISP, SNOBOL4, COBOL, PL360, languages(s) MAD/I, GOM (Good Old Mad), APL, and many more Supported platforms IBM S/360-67, IBM S/370 and successors History of IBM mainframe operating systems On early mainframe computers: • GM OS & GM-NAA I/O 1955 • BESYS 1957 • UMES 1958 • SOS 1959 • IBSYS 1960 • CTSS 1961 On S/360 and successors: • BOS/360 1965 • TOS/360 1965 • TSS/360 1967 • MTS 1967 • ORVYL 1967 • MUSIC 1972 • MUSIC/SP 1985 • DOS/360 and successors 1966 • DOS/VS 1972 • DOS/VSE 1980s • VSE/SP late 1980s • VSE/ESA 1991 • z/VSE 2005 Michigan Terminal System 2 • OS/360 and successors
    [Show full text]
  • EXTENDING FLASH PROFESSIONAL Iv Contents
    Extending ADOBE® FLASH® PROFESSIONAL Legal notices Legal notices For legal notices, see http://help.adobe.com/en_US/legalnotices/index.html. Last updated 12/6/2013 iii Contents Chapter 1: Introduction Working with the JavaScript API . 1 What’s new in the JavaScript API . 4 JavaScript API objects . 10 Sample implementations . 16 Chapter 2: Top-Level Functions and Methods Top-level summary . 18 activate() . 18 alert() . 19 configureTool() . 19 confirm() . 20 deactivate() . 21 keyDown() . 21 keyUp() . 22 mouseDoubleClick() . 23 mouseDown() . 23 mouseMove() . 24 mouseUp() . 25 notifySettingsChanged() . 25 prompt() . 26 setCursor() . 27 Chapter 3: actionsPanel object actionsPanel summary . 28 actionsPanel.getClassForObject() - dropped . 28 actionsPanel.getScriptAssistMode() - dropped . 29 actionsPanel.getSelectedText() . 30 actionsPanel.getText() . 30 actionsPanel.hasSelection() . 31 actionsPanel.replaceSelectedText() . 31 actionsPanel.setScriptAssistMode() - dropped . 32 actionsPanel.setSelection() . 33 actionsPanel.setText() . 34 Chapter 4: BitmapInstance object bitmapInstance summary . 35 bitmapInstance.getBits() . 35 bitmapInstance.hPixels . 36 bitmapInstance.setBits() . 37 bitmapInstance.vPixels . 37 Last updated 12/6/2013 EXTENDING FLASH PROFESSIONAL iv Contents Chapter 5: BitmapItem object bitmapItem summary . 39 bitmapItem.allowSmoothing . 40 bitmapItem.compressionType ..
    [Show full text]
  • Office File Formats Overview
    Office File Formats Overview Tom Jebo Sr Escalation Engineer Agenda • Microsoft Office Supported Formats • Open Specifications File Format Documents and Resources • Benefits of broadly-adopted standards • Microsoft Office Extensibility • OOXML Format Overview Microsoft Office 2016 File Format Support • Office Open XML (.docx, .xlsx, .pptx) • Microsoft Office Binary Formats (.doc, .xls, .ppt) (legacy) • OpenDocument Format (.odt, .ods, .odp) • Portable Document Format (.pdf) • Open XML Paper Specification (.xps) Microsoft File Formats Documents and Resources File Format Related Documents • Documentation Intro & Reference Binary Formats Standards • https://msdn.microsoft.com/en- [MS-OFFDI] [MS-DOC] [MS-DOCX] us/library/gg134029.aspx [MS-OFCGLOS] [MS-XLS] [MS-XLSX] [MS-OFREF] [MS-XLSB] [MS-PPTX] • [MS-OFFDI] start here [MS-OSHARED] [MS-PPT] [MS-OE376] • Standards implementation notes [MS-OFFCRYPTO] [MS-OI29500] • File format documentation Macros [MS-OODF] OneNote [MS-OFFMACRO] [MS-OODF2] • SharePoint & Exchange/Outlook client-server protocols [MS-ONE] [MS-OFFMACRO2] [MS-OODF3] • Windows client and server protocols [MS-ONESTORE] [MS-OVBA] [MS-ODRAWXML] • .NET Framework Office Drawing/Graphics Other • XAML Customization [MS-CTDOC] [MS-ODRAW] [MS-DSEXPORT] • Support [MS-CTXLS] [MS-OGRAPH] [MS-ODCFF] [MS-CUSTOMUI] [MS-OFORMS] • [email protected] [MS-CUSTOMUI2] [MS-WORDLFF] • MSDN Open Specifications forums [MS-OWEMXML] Outlook [MS-XLDM] [MS-PST] [MS-3DMDTP] Reviewing Binary Formats • CFB – [MS-CFB] storages and streams Binary Formats • Drawing
    [Show full text]
  • Microsoft Office File Format Documentation Introduction
    [MS-OFFDI]: Microsoft Office File Format Documentation Introduction Intellectual Property Rights Notice for Open Specifications Documentation . Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages, standards as well as overviews of the interaction among each of these technologies. Copyrights. This documentation is covered by Microsoft copyrights. Regardless of any other terms that are contained in the terms of use for the Microsoft website that hosts this documentation, you may make copies of it in order to develop implementations of the technologies described in the Open Specifications and may distribute portions of it in your implementations using these technologies or your documentation as necessary to properly document the implementation. You may also distribute in your implementation, with or without modification, any schema, IDL's, or code samples that are included in the documentation. This permission also applies to any documents that are referenced in the Open Specifications. No Trade Secrets. Microsoft does not claim any trade secret rights in this documentation. Patents. Microsoft has patents that may cover your implementations of the technologies described in the Open Specifications. Neither this notice nor Microsoft's delivery of the documentation grants any licenses under those or any other Microsoft patents. However, a given Open Specification may be covered by Microsoft Open Specification Promise or the Community Promise. If you would prefer a written license, or if the technologies described in the Open Specifications are not covered by the Open Specifications Promise or Community Promise, as applicable, patent licenses are available by contacting [email protected]. Trademarks. The names of companies and products contained in this documentation may be covered by trademarks or similar intellectual property rights.
    [Show full text]
  • Lossless Compression
    Refresher Refresher on Computer Fundamentals and Networking History of computers Architecture of a computer Data representation within a computer Computer networks and the Internet The Semantic Web UNIPI SUMMER SCHOOL 2021 Vittore Casarosa – University of Pisa and ISTI-CNR RefresherComputers - 1 Early visions Charles Babbage 1791-1871 Professor of Mathematics, Cambridge University, 1827-1839 UNIPI SUMMER SCHOOL 2021 Vittore Casarosa – University of Pisa and ISTI-CNR RefresherComputers - 2 Babbage’s engines Difference Engine 1823 Analytic Engine 1833 – The forerunner of modern digital computer Technology – mechanical gears, Jacquard’s loom (1801), simple calculators Programming – Ada Lovelace Application – Mathematical Tables – Astronomy – Nautical Tables – Navy UNIPI SUMMER SCHOOL 2021 Vittore Casarosa – University of Pisa and ISTI-CNR RefresherComputers - 3 Use of punched paper tape UNIPI SUMMER SCHOOL 2021 Vittore Casarosa – University of Pisa and ISTI-CNR RefresherComputers - 4 The organ grinder UNIPI SUMMER SCHOOL 2021 Vittore Casarosa – University of Pisa and ISTI-CNR RefresherComputers - 5 Early experiments 100 years later Z1 machine (Konrad Zuse, , private entrepreneur, 1936-1941) ABC (Atanasoff-Berry Computer, Iowa State University, 1937-1942) Mark I (Howard Aiken, MIT, 1937-1941) 1942 Second World War UNIPI SUMMER SCHOOL 2021 Vittore Casarosa – University of Pisa and ISTI-CNR RefresherComputers - 6 Harvard Mark I Built in 1944 in IBM Endicott laboratories – Howard Aiken – Professor of Physics at Harvard – Essentially
    [Show full text]
  • International Standard Iso/Iec 26300-3
    This is a previewINTERNATIONAL - click here to buy the full publication ISO/IEC STANDARD 26300-3 First edition 2015-07-01 Information technology — Open Document Format for Office Applications (OpenDocument) v1.2 — Part 3: Packages Technologies de l’information — Format de document ouvert pour applications de bureau (OpenDocument) v1.2 — Partie 3: Titre manque Reference number ISO/IEC 26300-3:2015(E) © ISO/IEC 2015 ISO/IEC 26300-3:2015(E) This is a preview - click here to buy the full publication COPYRIGHT PROTECTED DOCUMENT © ISO/IEC 2015 All rights reserved. Unless otherwise specified, no part of this publication may be reproduced or utilized otherwise in any form orthe by requester. any means, electronic or mechanical, including photocopying, or posting on the internet or an intranet, without prior written permission. Permission can be requested from either ISO at the address below or ISO’s member body in the country of Case postale 56 • CH-1211 Geneva 20 ISOTel. copyright+ 41 22 749 office 01 11 Fax + 41 22 749 09 47 Web www.iso.org E-mail [email protected] Published in Switzerland ii © ISO/IEC 2015 – All rights reserved This is a preview - click here to buy the full publication ISO/IEC 26300-3:2015(E) Open Document Format for Office Applications (OpenDocument) Version 1.2 Part 3: Packages OASIS Standard 29 September 2011 Specification URIs: This version: http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part3.odt (Authoritative) http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part3.pdf http://docs.oasis-open.org/office/v1.2/os/OpenDocument-v1.2-os-part3.html
    [Show full text]