2014/11/13 1 the Muskoka Chair

Total Page:16

File Type:pdf, Size:1020Kb

2014/11/13 1 the Muskoka Chair 2014/11/13 PUZZLE CACHES THE MUSKOKA CHAIR We want to find out: What are the final coordinates? They could be hidden in MANY ways: Ciphers and codes Hidden within images (steganography) Math, science, or logic puzzles Hidden text or HTML tags on the cache page The list goes on! Coordinates could be in number or text form So what should you look for? PUZZLE SOLVING WORKSHOP We’ll give you some general puzzle solving tips. by andreanel & koroleva GENERAL PUZZLE TIPS GENERAL PUZZLE TIPS You could be required to solve only some or all of the final coordinates: Hints may be hidden in the title, in images on the N AB CD.EFG W HI JK.LMO (14 or sometimes 15 digits) cache page, or in the text description. N 44 CD.EFG W 79 JK.LMO (10 digits) N 44 55.EFG W 79 22.LMO (6 digits) e.g. http://coord.info/GC2RMF0 - “The Acidity of Iodine” Acidity = pH scale, symbol for iodine = I; = “PHI” Check to see if the number of puzzle “unknowns” (images, lines, words, etc.) matches one of the above patterns. Chances Solving the puzzle involves finding certain digits of phi are, each unknown represents a digit in the coordinates. e.g.: Don’t hesitate to GOOGLE the title, hints, or even parts of the puzzle! Check if the CO has added a “Related Web Page” Watch for repetition! In this type of puzzle you can deduce Don’t forget the possibility of other coordinate what most of the numbers are, knowing N 44 and W 79. systems such as decimal degrees, D/M/S and UTM GENERAL PUZZLE TIPS HTML SOURCE CODE It doesn’t hurt to check out these few things to start: Right-click the cache page and choose “View Source” to see the HTML code of the page HTML source code of the cache page In certain browsers such as Firefox and Opera, you Ctrl+A to find hidden text (also visible in the source code) can right-click an item and choose “Inspect Element” EXIF data of images in the background and description Image file format and where the file is hosted Use Ctrl+F to find “UserSuppliedContent” to skip Run any cipher text through a cryptogram solver right to the cache description Check for a “Field Puzzle” attribute “<!--” indicates a hidden tag – this info is not seen Check the CO’s name under ‘a cache by…’ – it can be modified anywhere but in the source code Even try the posted coordinates in the geochecker White text, “alt” text, colour hex codes, etc. can all be viewed in the HTML source code, so checking it can There are also LOTS of online puzzle solving tools out there! We will share these with you as we go. give you a wealth of info. 1 2014/11/13 CIPHERS AND CODES SUBSTITUTION CIPHERS Ciphers and codes usually encode text information. In a monoalphabetic substitution, one letter or symbol stands for another letter, and only that letter. There are two main types of ciphers Substitution ciphers – where one letter replaces another Examples: Transposition ciphers – letters of the message are rearranged ROT-13 and other Caesar ciphers ROT-47 – like ROT-13 but includes all the ASCII symbols There are also ciphers Braille that hide information Morse Code in seemingly normal Pigpen text (for example, the Symbol fonts (e.g. Wingdings) first letter of each word Bifid (uses a 5x5 Polybius square and numbers) spells out a message); Baconian cipher These ciphers are the easiest to crack. SUBSTITUTION CIPHERS SUBSTITUTION CIPHERS Look for word patterns: Google search “flower font” and you may find it “THREE” has two “E”s at the end. The word “FTDQQ” could If you can’t find the font, substitute each unique represent “THREE”. symbol with any letter to get a text cryptogram: “COORDINATES” and “DEGREES” are other word patterns that are easyyp to pick out. Example: = COORDINATES BDC IQQWHEPFBCA FWC PQWBD ZQWBV ZQXW HCSWCCA ZEZBV ZETC HQB QPC BKQ BDWCC How would you solve this? GEPXBCA KCAB ACTCPBV PEPC HCSWCCA BKCPBV BKQ HQB PEPC CESDB ACTCP GEPXBCA Then use a cryptogram solver: http://quipqiup.com/ SUBSTITUTION CIPHERS TRANSPOSITION CIPHERS In a polyalphabetic substitution, a letter can encode or be You can usually recognize a transposition cipher due to the encoded by multiple other letters. letter frequency being the same as in normal text. The most common example is the Vigenere cipher In other words, you will see lots of E’s, T’s and vowels in the You cannot rely on word patterns for these ciphers. encoded text – since it is just “scrambled” text. Examples: Rail fence cipher Columnar transposition cipher Anagrams Some ciphers, including most Vigeneres, need a key word or phrase to decode the message Grille ciphers A one-time pad uses a block of text as the key The title, hints, description, or images may give you clues to the key word(s) 2 2014/11/13 CODES AND CIPHERS - TOOLS BASE CONVERSIONS & ENCODING http://rumkin.com/tools/cipher/ -great, Both text and numbers can be encoded in different comprehensive website that lets you encode and base systems (counting systems) decode messages Commonly used bases: “Geocaching Code Book” - PDF file compiling many Base-2 (Binary) – 0,1 Base-10 (Decimal) – 0-9 common andld less common co des an d c ip hers Base-16 (Hexadecimal) – 0-9, A-F Cryptogram solver – http://www.quipqiup.com Base-20 is used by the Mayan number system Anagram solver - http://wordsmith.org/anagram/ Base-32 – A-Z, 2-7 Base-64 – A-Z, a-z, 0-9, + 2 other symbols Geocaching Toolbox - Check if the symbols you are looking at match one of http://www.geocachingtoolbox.com/ these bases If there is “=” at the end - usually base-64 BASE CONVERSIONS & ENCODING BASE CONVERSIONS & ENCODING Sometimes the 0’s and 1’s of binary may actually One of our go-to sites: represent something else. For example: https://paulschou.com/tools/xlate/ Converts to/from text, binary, octal, decimal, 0 could be dot and 1 could be dash – giving you Morse code hexadecimal, base-32, base-64 and ASCII-85 0 could be black and 1 could be white – creating an image of You view the source code of a cache page and see coordinates or a barcode like a QR code this: 0 could be A and 1 could be B – giving you a Bacon cipher <font color=“#48454c,#4c4f20,#46454c,#4c4f57”> <font color=“#204745,#4f4341,#434845,#525321”> What do you do? BASE CONVERSIONS - TOOLS IMAGES Binary (& common bases) Translator - An image can be used to https://paulschou.com/tools/xlate/ hide another image, text, or Does not convert binary to text if there are special symbols other useful information Try another translator if nothing is coming up This is often referred to as Base CtfB2tB36Converter from Base 2 to Base 36 - sthteganography http://www.unitconversion.org/unit_converter/nu 2 clues that tell you the mbers.html image may hold some Google “Hex to Text”, “Binary to Text” for specific important information: applications Image is hosted on the cache owner’s personal site Image is in PNG format 3 2014/11/13 IMAGES IMAGES When you upload a picture to the geocaching.com server, Therefore, if the image is a PNG file, chances are the server compresses the file. This could result in a loss something important is hidden inside it. of information, slight changes in colour or a reduction in However, you can still hide information within JPG image quality. Not good news for a puzzle hider! files or images stored on the geocaching.com server: PNG files do not lose quality, unlike JPG files. This Within the image’s EXIF data makes them perfect for the following situations: By opening the image in Hiding another image or text within them using steganography Notepad and adding text When it is important to keep the exact colours, such as when the coordinates are hidden within colours in the picture Images that require manipulation in a photo PNG files support transparent backgrounds – they can be used to hide a white image on a white background for example editor program They can be changed to ZIP archive files with other files within them Others? IMAGES – EXIF DATA IMAGES - STEGANOGRAPHY This is data embedded in image files such as date Steganography – a general term meaning “hiding taken, camera model, shutter speed, thumbnail, etc. something within something else” “Comments” field may contain hints or even the solution Programs can be used to hide an image, text, or even a “GPS Coordinates” field – if the photo was taken at the cache site with the camera’sGPSon s GPS on file within another image. Thumbnail image is usually a small version of the original Use online decoders to solve these - You may have to use image, however, this can be modified the same decoder that the hider used to create the image. Save the image, right-click, view “Properties” – or use our preferred method & run it through this site: Stereograms (“Magic Eye” puzzles) – use online solver http://regex.info/exif.cgi - Jeffrey’s Exif Viewer Try opening the image with Notepad and scroll to the end Try opening the image with WinZIP or WinRAR IMAGES - COLOURS IMAGES - COLOURS Computers see colours as a mixture of Red, Green, Since hexadecimal can be used to encode text and and Blue. A colour is defined by the amount of each numerical information, we know we can hide the that it has, on a decimal scale of 0 to 255.
Recommended publications
  • Gesture Keyboard Using Arduino
    www.ijcrt.org © 2021 IJCRT | Volume 9, Issue 5 May 2021 | ISSN: 2320-2882 GESTURE KEYBOARD USING ARDUINO P. R. Rodge1 Gawali Harshada2 Chaudhari Pooja3 More Mayur4 1Professor of Computer Engineering Department, SSJCOE, Maharashtra, India 2Student of Computer Engineering Department, SSJCOE, Maharashtra, India 3Student of Computer Engineering Department, SSJCOE. Maharashtra, India 4Student of Computer Engineering Department, SSJCOE, Maharashtra, India ABSTRACT Different keyboards are available in the market, with variations in size, layouts, programs, and functionalities. Recently, virtual keyboards are also in use but for every single keyboard, the user should remember the arrangement of keys in order to enter different characters. Remote-based gesture keyboard is a system that serves on the Internet of Things [IoT] architecture and embedded with Arduino as well as the accelerometer and machine learning process that enforces the system to perform in the desired direction. The remote-based gesture keyboard is the model, where the user can enter text and number in a text editor by moving a hand to the specific motion of characters in the air using Arduino. Arduino operates as a remote where gestures relocate into the air, translating into letters, and exposing them on a computer screen. Keywords— gesture, Arduino, remote, keyboard. I.INTRODUCTION The keyboard plays a vibrant role in the computer system for the entry of data by pressing the number of keys. In today’s generation screen touch keyboards are mostly used and gesture keyboards also used only for physically disabled people and for special use. There is plenty of variation in layouts of the physical keyboard such as AZERTY, QWERTY, Dvorak Colemak, Maltron, and JCUKEN.
    [Show full text]
  • Text Input Methods for Indian Languages Sowmya Vajjala, International Institute of Information Technology
    Iowa State University From the SelectedWorks of Sowmya Vajjala 2011 Text Input Methods for Indian Languages Sowmya Vajjala, International Institute of Information Technology Available at: https://works.bepress.com/sowmya-vajjala/3/ TEXT INPUT METHODS FOR INDIAN LANGUAGES By Sowmya V.B. 200607014 A THESIS SUBMITTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF Master of Science (by Research) in Computer Science & Engineering Search and Information Extraction Lab Language Technologies Research Center International Institute of Information Technology Hyderabad, India September 2008 Copyright c 2008 Sowmya V.B. All Rights Reserved Dedicated to all those people, living and dead, who are directly or indirectly responsible to the wonderful life that I am living now. INTERNATIONAL INSTITUTE OF INFORMATION TECHNOLOGY Hyderabad, India CERTIFICATE It is certified that the work contained in this thesis, titled “ Text input methods for Indian Languages ” by Sowmya V.B. (200607014) submitted in partial fulfillment for the award of the degree of Master of Science (by Research) in Computer Science & Engineering, has been carried out under my supervision and it is not submitted elsewhere for a degree. Date Advisor : Dr. Vasudeva Varma Associate Professor IIIT, Hyderabad Acknowledgements I would like to first express my gratitude to my advisor Dr Vasudeva Varma, for being with me and believing in me throughout the duration of this thesis work. His regular suggestions have been greatly useful. I thank Mr Prasad Pingali for his motivation and guidance during the intial phases of my thesis. I thank Mr Bhupal Reddy for giving me the first lessons in my research. I entered IIIT as a novice to Computer Science in general and research in particular.
    [Show full text]
  • POK3R User Manual
    POK3R User manual Description: The Vortexgear POK3R is the perfect solution for limited spaces in situations. Built up 3 kinds of layout, it also features individually programmable keys with 3 layers customization options, all easily set through what you want. Main Specification: 1. Tiny size keyboard with 61/62 keys 2. Cherry MX inside 3. Arbitrary programming 4. PBT material Keycaps 5. 3 layers customization 6. Built-up 3 kind of layout (Qwerty, Dvorak, Colemak) 7. Metal bezel Package Content 1. Keyboard x 1 2. USB Cable x 1 Enjoy now for this fantastic tool and your typing feeling. Programming Instruction Note: The POK3R built in 4-layers. The default layer can not be programmed. Only layer 2~layer 4 can be. FN + R_ctrl, M,<,> and ? keys are fixed can not be programmed. Step 1. Choose the layer (FN+ <,> or ? key) which you want to programming. Step 2. Press FN + Right CTRL to enter the programming mode (Spacebar right LED steadily lit) Step 3. Press the key you want to program (Spacebar right LED flashing) Step 4. Key in the programming content and then press PN (Spacebar right LED steadily lit again) Step 5. Repeat step 2 and step 3 to program other keys. Step 6. Press FN + Right CTRL to exit programming mode ( Spacebar right LED off) More: · Support FN layer programming, you can select the FN combination key (e.g., FN + A) to program it · Under SELECT state (step 1), you can press PN + any key to view its content in a word processing Software (e.g., Notepad) · Support time delay, press 15ms key (FN + T) each time to delay 15ms, press 0.1s key (FN + G) each time to delay 0.1s, press 0.5s key(FN + B) each time to delay 0.5s.
    [Show full text]
  • Thorough Software Layout Machine Analysis
    Thorough Software Layout Machine Analysis Kristian Tichota March 10, 2021 0.1 Abstract This analysis investigates some claims about typing ergonomics using three large corpora of varying language complexities and SteveP's fork of the Patorjk analyzer. It ranks the software layouts by the scores assigned by the analyzer. It concludes that for the layouts tested, variations in language complexity have no significant impact on typing ergonomics on Ergodox keyboards while a higher language complexity results in significantly higher scores on ANSI keyboards. Even when punctu- ation is present, all of the tested alternative layouts score significantly higher than QWERTY. All layouts tested score significantly higher on Ergodox than ANSI keyboards. According to the test method, Colemak-DH and MTGAP score the highest on ANSI and Ergodox keyboards. 1 0.2 Introduction There have been many attempts to create alternative software layouts to improve upon QWERTY, the two most notable of which are Dvorak [1] and Colemak [2]. The majority of popular layouts are based on Colemak and/or Dvorak. Despite the growing number of claims regarding typing ergonomics, such as Workman's claim that same finger utilization does not influence ergonomics [3], or that ergonomic keyboards do not influence ergonomics [4], there has not been enough scientific research [5] and the bulk of machine analysis has not been sufficiently thorough. The goal of this analysis is to thoroughly investigate some of those claims while avoiding pitfalls such as inadequate sample size, inaccurate analyzer, poor interpretation of results, and bias. 0.2.1 Primary claims to be investigated: 1. Alternative layouts are only good for common English 2.
    [Show full text]
  • IUC38: Keyboard Futures
    Prototyping Input Methods on Touch Devices: Our experience and examples http://xkcd.com/1284/ Escaping our past Emerging markets and languages The DISCUS principles Keyboard prototypes Is it possible to escape the legacy of teletype machines, typewriters, and keyboards? English: . Devices regularly released with non-QWERTY . A-Z, Dvorak, and esoteric layouts . T9 initially successful on tiny devices . But: market leaders now all use QWERTY It’s a German QWERTYZ – the grand daddy It’s not QWERTY. But is it usable? http://www.iu.hio.no/~frodes/unitech10/022-Sandnes/index.html As used by NSA – special Secret Code button http://upload.wikimedia.org/wikipedia/commons/1/16/TI_SpeakSpell_no_shadow.jpg No idea. http://www.keyglove.net T9 … not QWERTY … significant success http://conversations.nokia.com/2011/09/06/the-input-debate-why-im-true-to-t9-on-my-nokia-n8/ Optimus. http://www.artlebedev.com/everything/optimus/ QWERTY with one less row. Clever. http://www.blogcdn.com/www.engadget.com/media/2010/05/lgfathom111.jpg It looks weird, but it’s still QWERTY! http://www.6by9.net/brain-coordination-using-dvorak-and-qwerty-keyboards/ It looks weird, but it’s still QWERT! http://c2.com/cgi/wiki?HalfQwerty It looks weird, but it’s still QWER… um… GT? http://c2.com/cgi/wiki?HalfQwerty http://www.hardwarezone.com.sg/feature-hands-apple-iphone-6-6-plus-pictures- Touch innovation – literally around the edges! and-videos/when-it-coming-and-how-much-plus-more-photos What do those images tell us? There are benefits to the status quo . Less for users to learn .
    [Show full text]
  • Concours Tech 2020-Sujet Principal-BAPE E
    Sujet principal concours tech 2020 1- Quels composants sont nécessaires au fonctionnement et à l’utilisation d’un ordinateur ? .................................................................................................................................................................... .................................................................................................................................................................... .................................................................................................................................................................... 2- L’ordinateur est assemblé, quelle est l’étape suivante au bon fonctionnement de celui-ci ? Quel serait votre choix et pourquoi ? .................................................................................................................................................................... .................................................................................................................................................................... 3- J’ai besoin d’utiliser cet ordinateur, qu’est-il nécessaire d’installer pour : Naviguer sur internet : .............................................................................................................................. Consulter ma messagerie : ........................................................................................................................ Retoucher des photos : ............................................................................................................................
    [Show full text]
  • Typing Test Software Download for Pc Download Typing Test - Best Software & Apps
    typing test software download for pc Download Typing Test - Best Software & Apps. TypingMaster Typing Test is a helpful educational tool that will let you know how well acquainted you are with your keyboard. It features different typing. Typing Trainer. Improve your typing skills with this software! There’s no denying that typing has become an important skill in our digital world today. It’s not just a supplementary skill, but a necessity. With that in. Typing Test TQ. Analyze typing speed and accuracy. Typing Test TQ is a utility tool that helps improve your typing speed on desktop keyboards. With this, you no longer need to enroll in a specific keyboard. GS Typing Tutor. Learn keyboard typing, play typing game, test your typing skills. GS Typing Tutor is a nice, free Windows program, belonging to the category Science & education software with subcategory Typing. Ten Thumbs Typing Tutor. Teaches typing to people of all abilities. Master your keyboard and become a real typing ace. Ten Thumbs Typing Tutor is an instructive program aimed at computer novices who wish to get professional. A-Z Typing Test. Are you a pro at typing? A-Z Typing Test is an educational software that you can use to test and see how good you are at typing. It has a set of drills that users can try in order to. Type Speed Test for Windows 10. A Free Science & education program for Windows. Type Speed Test for Windows 10 is a free Windows software, being part of the category Science & education software with subcategory Typing and has been.
    [Show full text]
  • English Typewriting Practice Software Free Download
    English typewriting practice software free download click here to download Typing Master 10 is a touch typing course that adapts to your unique needs. It provides over 10 hours of customized exercises to guide you step by step to ​Typing Master 10 - Upgrade · ​Pro · ​Support. Learn to Touch Type, Complete with Typing Games. to quickly learn speed typing, key and touch typing. KeyBlaze is an easy, fun and effective way to learn how to type or improve your typing skills. TypingMaster, free and safe download. This software contains hours of typing lessons plus an analysis widget that you can use to Language. English. Rapid Typing Tutor, free and safe download. Free Download Safe download. 7 If you'd like a more scenic screen while learning how to type, Rapid Typing Tutor also The problems with Bold font, on some non-English version of Windows, is fixed; Laws concerning the use of this software vary from country to country. Typing Trainer by TypingMaster helps you brush up on your typing skills with quick exercises and games, but it also studies your typing techniques to make. It includes many different exercises, tests, and even games to keep lessons from Typing Master 10 includes a free desktop widget that displays WPM and other. Typing Master Lite is a free learning tool that helps you increase your typing speed by teaching optimal typing techniques. The software is able. You may free download the latest version of Rapid Typing Tutor here. keyboard groups, the RapidTyping software will teach you touch typing in a short time.
    [Show full text]
  • Editor Rozložení Klávesnice Pro X Window
    Univerzita Pardubice Fakulta elektrotechniky a informatiky Editor rozložení klávesnice pro X Window Bc. Viktor Grešák Diplomová práce 2019 Prohlašuji: Tuto práci jsem vypracoval samostatně. Veškeré literární prameny a informace, které jsem v práci využil, jsou uvedeny v seznamu použité literatury. Byl jsem seznámen s tím, že se na moji práci vztahují práva a povinnosti vyplývající ze zákona č. 121/2000 Sb., autorský zákon, zejména se skutečností, že Univerzita Pardubice má právo na uzavření licenční smlouvy o užití této práce jako školního díla podle § 60 odst. 1 autorského zákona, a s tím, že pokud dojde k užití této práce mnou nebo bude poskytnuta licence o užití jinému subjektu, je Univerzita Pardubice oprávněna ode mne požadovat přiměřený příspěvek na úhradu nákladů, které na vytvoření díla vynaložila, a to podle okolností až do jejich skutečné výše. Beru na vědomí, že v souladu s § 47b zákona č. 111/1998 Sb., o vysokých školách a o změně a doplnění dalších zákonů (zákon o vysokých školách), ve znění pozdějších předpisů, a směrnicí Univerzity Pardubice č. 9/2012, bude práce zveřejněna v Univerzitní knihovně a prostřednictvím Digitální knihovny Univerzity Pardubice. V Pardubicích dne 15. 5. 2019 Bc. Viktor Grešák Poděkování Děkuji vedoucímu diplomové práce Mgr. Tomáši Hudcovi za cenné rady a připomínky, které pomohly tuto práci vytvořit. Také děkuji své rodině, mé přítelkyni a přátelům za podporu. ANOTACE Práce se zabývá analýzou editorů rozložení klávesnice. Je vypracován přehled způsobů, kterými lze měnit rozložení klávesnice v grafickém prostředí X Window s ohledem na XKB. Hodnotí a porovnává existující editory klávesnic. Je vytvořen nový editor rozložení klávesnice pro X Window.
    [Show full text]
  • Use of the Latin Script in Non-Latin-Script Languages
    HELSINGIN YLIOPISTO Use of the Latin script in non-Latin script languages Anni Luoma Master's Thesis Linguistic Diversity in the Digital Age Faculty of Arts University of Helsinki 5/2019 i Tiedekunta/Osasto – Fakultet/Sektion – Faculty Laitos - Institution - Department Faculty of Arts Department of Languages Tekijä - Författare - Author Anni Luoma Työn nimi - Arbetets titel - Title Use of the Latin script in non-Latin script languages Oppiaine - Läroämne - Subject General Linguistics Työn laji - Arbetets art- Level Aika - Datum - Month and year Sivumäärä - Sidoantal – Number of pages Master’s Thesis May 2019 72 + 18 Tiivistelmä - Referat - Abstract This study examines the use of the Latin script in languages where the Latin script is not the official writing system. The aim of the research is to get a general perception of where and why the Latin script is used in those languages. The study concentrates on the use of the Latin script of individual writers, especially in informal writing situations online. The study also examines if the individuals have seen the Latin script used by others. In addition, the study finds out about the keyboard functionality when writing in the Latin and non-Latin scripts. Many case studies have covered the phenomenon of digraphia, which is a situation where one language uses two writing systems. However, a broader crosslinguistic study has not been done on this topic. The Latin script is the dominant script on the Internet which might have an impact on the script choice in online writing. Internet language and chatting are broadly studied but because of the continuously changing nature of the Internet, more research is required on these topics.
    [Show full text]
  • Comme Disposition De Clavier Bureautique Français
    La disposition Cœur 2.0 (ÉWOPY) comme disposition de clavier bureautique français Réponse à l’enquête publique de l’AFNOR pour une norme PR NF Z71-300 (clôture : 9 juillet 2017) Auteur : Kouroch Bellis Institution : Trinity College Dublin, Law School Date : 9 juillet 2017 Résumé Dépasser l’AZERTY est aujourd’hui un impératif de santé publique, même s’il est bon de proposer un AZERTY augmenté en plus de la nouvelle disposition. L’association Ergodis a très bien joué son rôle de lanceur d’alerte sur cette situation. Cependant, la disposition BÉPO n’est pas du tout adaptée à la frappe de l’anglais, langue pourtant très utilisée par les Français, ni à celle des autres langues des pays voisins de la France, que les Français utilisent aussi. Plus qu’un problème de confort, le BÉPO est une disposition dangereuse pour la frappe de ces langues, plus dangereuse que l’AZERTY, notamment du fait de la position du W dans cette disposition. Une norme BÉPO telle que proposée poserait donc un problème de santé publique, en même temps qu’elle serait de toute façon vouée à l’échec du fait de son inadéquation à la frappe des langues étrangères. Le projet Cœur a eu pour but de rechercher un clavier permettant la frappe confortable et non dangereuse du français, mais aussi des autres langues utilisées par les Français. Ce projet a eu pour base de travail la disposition BÉPO : elle s’inscrit dans le cadre du même projet général, mais s’en écarte en ce qui concerne la mauvaise direction que le projet BÉPO a prise, en préjugeant que les Français n’écrivent qu’en français.
    [Show full text]
  • Contemporary Ergonomics and Business 2011
    Latvian Ergonomic Society Ergonomics Research Centre in the Faculty of Chemistry University of Latvia Th e 1st International Scientifi c-Practical Conference of the Latvian Ergonomics Society Contemporary Ergonomics and Business 2011 October 7th, 2011, Riga, Latvia PROGRAM & ABSTRACTS Riga 2011 LLEB-tezes.inddEB-tezes.indd 1 22011.09.29.011.09.29. 114:23:424:23:42 Responsible about this issue: Zenija Roja Editors: Zenija Roja, Henrijs Kalkis, Valdis Kalkis Note: Th e contents of the abstracts were made on the responsibility of each author © University of Latvia, 2011 Ergonomics Research Centre in the Faculty of Chemistry Latvian Ergonomic Society Printed by UL Press (LU Akadēmiskais apgāds) Baznicas 5, LV-1010 Tel/Fax: +371 67034672 E-mail: [email protected] ISBN 978-9984-45-407-8 LLEB-tezes.inddEB-tezes.indd 2 22011.09.29.011.09.29. 114:23:474:23:47 PREFACE Th e ergonomics of the 21st Century is actuality in nowadays working environment, process management and relations. Ergonomics tightly associate success in business and employers wellbeing at organizations. Th is year Latvian Ergonomics Society (LES) celebrates 5th anniversary. During past fi ve years LES has unifi ed more than 50 members of various professions, published many books, booklets and guidelines in ergonomics fi eld that has stimulated ergonomics scientifi c and practical development in Latvia as well as understanding in society about ergonomics signifi cance in human quality of life. LES collaborates with Ergonomics Research Centre (ERC) in the Faculty of Chemistry, University of Latvia, providing consultations and participation in various projects in the fi eld of ergonomics.
    [Show full text]