The TAPoR Directory is a registry of digital research tools for scholarly use.

Explore

Find tools from TAPoR:

or


On this site

The following tools are in use by members on CUNY Academic Commons.

  • Solar System Quiz

    // Array to hold the quiz questions and answers
    var questions = [
    {
    question: "What is the widely accepted theory for the formation of the solar system?",
    options: ["Big Bang Theory", "Steady State Theory", "Nebular Theory", "Geocentric Theory"],
    answer: 2
    },
    {
    question: "What is the process called when a giant molecular cloud collapses under its own gravity to form a star?",
    options: ["Nuclear Fusion", "Supernova", "Star Formation", "Planetary Nebula"],
    answer: 2
    },
    // Add more questions here
    ];

    // Function to display the quiz questions
    function displayQuestion(index) {
    var questionElement = document.getElementById("question");
    var optionsElement = document.getElementById("options");
    var question = questions[index];

    questionElement.textContent = (index + 1) + ". " + question.question;

    optionsElement.innerHTML = "";

    for (var i = 0; i < question.options.length; i++) {
    var option = document.createElement("input");
    option.type = "radio";
    option.name = "answer";
    option.value = i;
    optionsElement.appendChild(option);

    var label = document.createElement("label");
    label.textContent = question.options[i];
    optionsElement.appendChild(label);

    optionsElement.appendChild(document.createElement("br"));
    }
    }

    // Function to calculate the quiz score
    function calculateScore() {
    var score = 0;
    var answerElements = document.getElementsByName("answer");

    for (var i = 0; i < answerElements.length; i++) {
    if (answerElements[i].checked) {
    var selectedAnswer = parseInt(answerElements[i].value);
    if (selectedAnswer === questions[i].answer) {
    score++;
    }
    }
    }

    var resultElement = document.getElementById("result");
    resultElement.textContent = "Your score: " + score + "/" + questions.length;
    }

    Solar System Quiz

    Submit

    displayQuestion(0); // Display the first question on page loadLearn more on tapor.ca

  • Anthologize is a free, open-source plugin for WordPress 3.0. It enables WordPress to be used as a platform for publishing electronic texts in PDF, ePUB or TEI format. The plugin enables users to grab their existing blog posts, export content from external feeds or compose new content directly in Anthologize, then apply outlining, create a custom order, and edit content into a single document for export. Anthologize requires a self-hosted or local installation of WordPress.Learn more on tapor.ca

    Used by Show all users
  • Balsamiq Mockups is a simple, flexible, and collaborative software for building wireframes for websites, apps, and other digital media. Users may purchase a desktop license or pay a monthly subscription fee for the web app. Free desktop software is available for classroom use.Learn more on tapor.ca

  • Project management software for sharing files, messages, and task management, including options for daily update emails, and real time document editing.Learn more on tapor.ca

  • A text editor designed for use by software developers and web designers to edit, search, and manipulate text. BBEdit provides native support for several programming and scripting languages. Third party custom modules are available, created by users, to handle languages that are not supported in the native application.Features: Multi-file text searchingScriptingSyntax highlighting for ANSI C, C++, CSS, Fortran (through Fortran 95), HTML, Java, JavaScript, JSP, Object Pascal, Objective-C, Objective-C++, Perl, PHP, Python, Rez, Ruby, Setext, SQL, Tcl, Tex, UNIX shell scripts, XML and YAMLLearn more on tapor.ca

  • Bookworm is a free tool from the Harvard Cultural Observatory designed to generate data from searches on the Open Library and Internet Archives' collections of public domain books. It allows users to search keywords, including in multiple languages simultaneously, and narrow terms by country, gender, subject and header. At present, Bookworm is restricted to searching books published between 1820 and 1920 due to availabliity. The tool produces a graph showing instances of each keyword over time, enabling easy comparison of results.Learn more on tapor.ca

  • Build responsive, mobile-first projects on the web with the world's most popular front-end component library.

    Bootstrap is an open source toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass variables and mixins, responsive grid system, extensive prebuilt components, and powerful plugins built on jQuery.Learn more on tapor.ca

  • BuddyPress is a variant of WordPress that includes social networking features.Learn more on tapor.ca

  • Camtasia is Mac/Windows software for recording screencasts and editing video. Videos can be sent directly to YouTube or integrated with Google Drive. Camtasia is the high end of a suite of screen capture products. SnagIt is a cheaper alternative with fewer features. Jing, the most basic of the TechSmith screen capture products, is free.Learn more on tapor.ca

  • CartoDB makes data-driven map visualisation tool. It's very easy to upload a couple of spreadsheets of data, with latitudes and longitudes or addresses, and turn them into clickable markers on maps. There are several types of pre-canned visualisation, such as categories, choropleths or even animated "torque" maps. It's also a sophisticated platform allowing complex visualisations to be built up using Javascript and the CartoDB API.Learn more on tapor.ca

  • CartoDB makes data-driven map visualisation tool. It's very easy to upload a couple of spreadsheets of data, with latitudes and longitudes or addresses, and turn them into clickable markers on maps. There are several types of pre-canned visualisation, such as categories, choropleths or even animated "torque" maps. It's also a sophisticated platform allowing complex visualisations to be built up using Javascript and the CartoDB API.Learn more on tapor.ca

  • Commentpress is an open source theme and plugin for WordPress 3.3.1 or later designed to enable readers to contribute comments to each paragraph of a text and display those comments in the margins. Commentpress turns a text into a conversation, whether a blog or a fixed document such as an essay, book or article. It may also be used to add a gloss or annotations to a document. This tool is also available for BuddyPress and BP Group Blog.Learn more on tapor.ca

  • Commons In A Box (CBOX) takes the complexity out of creating an online space, or digital commons, for your community. Our free open-source software provides an infrastructure that encourages discussion, collaboration, and sharing.

    Members of a CBOX community can create groups and media-rich websites, participate in discussion forums, edit documents together, share files, send messages, and make friendship connections.

    Built using the WordPress publishing platform, with BuddyPress for social networking, CBOX comes in two packages that can be customized to meet the needs of your community.Learn more on tapor.ca

  • Crowdmap allows the investigator to set up a Web map around a particular topic and invite multiple users (participants, research subjects, collaborators, multiple assistants) to contribute information to the map on their own time and from their own device.

    For $10/month, users can buy fee-based services including private maps and custom branding.
    Users have complained that Crowdmap is glitchy and unreliable. It is hard to find recent examples of successful projects built with the app. There is no other free and open source tool that fills the precise niche. For a freemium closed source service that allows crowdsourced point data only, try ZeeMaps. For a fee-based, open source crowd mapping tool, try the shared tables function of CartoDB.Learn more on tapor.ca

  • D3.js is a data visualization library by Mike Bostock, who is also the primary creator of Protovis, which D3 is designed to replace. There is a great introductory tutorial available from Luke Franci. It is one of many other tutorials linked to from Bostock's D3 wiki.Learn more on tapor.ca

  • Dropbox is a file hosting service that includes cloud storage, personal cloud, file synchronization, and client software across multiple platforms. Dropbox allows users to create a folder on each of their computers where any type of file can be saved, synchronized, and made available across all computers. Contents of the Dropbox folder are also accessible via dropbox.com and mobile applications. Individual files and folders can be shared with other Dropbox users or made publicly accessible.Dropbox for Business is a paid service targeting organizations by providing administrative controls and auditing functionality while allowing users to create a work account that is completely separate from their personal account but the two are viewable side by side.Learn more on tapor.ca

  • Drupal is an extremely flexible general content management system with numerous plugins that provide scholar-oriented functionality.Learn more on tapor.ca

  • Evernote is note-taking software in the cloud, with options for private and shared notebooks. Users can take text notes, and upload files to attach them to notes. Evernote has built-in OCR for images with printed or handwritten text. A premium account allows access to notebooks offline, as well as more storage and embedded PDF search.Learn more on tapor.ca

  • Microsoft Excel is spreadsheet software with calculation, graphing tools, and pivot table options for analyzing data. A cloud-hosted version is available as part of Office 365.Learn more on tapor.ca

  • GitHub is a web-based repository service which offers the distributed revision control and source code management (SCM) functionality of GIT with a graphical user interface, desktop, and mobile integration. It also provides collaboration tools such as access control, wikis, task management, code review, bug tracking, and feature requests. It offers free accounts, often used to host opensource software projects, and private (paid) repositories. Projects on GitHub can be accessed and manipulated using the git command-line interface and all of the standard git commands work with it. GitHub also allows registered and non-registered users to browse public repositories on the site. Multiple desktop clients have also been created by GitHub and other third parties which integrate with the platform.GitHub is mainly used for code but can also be used for non-code files, it supports the following formats and features: 3D render files Photoshop's native PSD format can be previewed and compared to previous versions of the same file.Nested task-listsDocumentation and wikisSmall websites can be hosted from public repositories on GitHub. The URL format is http://projectname.github.io.Issue tracking (including feature requests)Visualization of geospatial dataGantt charts GitHub is a heavily used in the opensource development community but does not require hosted projects to meet the definition of Open Source.Learn more on tapor.ca

  • Google Docs is an online environment for editing and sharing documents, spreadsheets, presentations, forms, drawings, and tables. Google Docs documents can be public or private, or shared with anyone with a Google account, e-mailed, or downloaded in various formats, including conversions to PDF and other formats not identical to the original or to the proprietary format used at creation. Designated people with whom items are shared can be given permission to comment or edit the files, thus providing a quick way to collaborate on creating and editing documents and presentations.Learn more on tapor.ca

  • Available as a web-based service and as an app for iOS, Mac, PC, and Android, Google Drive allows users to create, store, edit, and share files across all their devices. Online and offline file access available. Requires a Google account for use, but allows files from Drive to be shared with non-Google users. Drive allows users to upload, store, and share any type of file (e.g., JPEG, MP4, JS, INDD, AI). The majority can be previewed, and many can be edited within Drive. Some files (e.g., DOCX, XLSX, PPTX) can be converted into compatible file types for editing, commenting, and more. Drive is the platform for Google Sheets, Docs, Slides, and many other approved applications. Files saved in Drive sync to all other devices, with an activity monitor that can be useful for version control (see what edits have been made and when, and revert back to previous instances if needed). Offers both free and paid accounts, priced by data capacity: 15 GB (free), 100 GB ($1.99/month), 1 TB ($9.99/month), 10 TB ($99.99/month), 20 TB ($199.99/month), 30 TB ($299.99/month). Teams with more than five people can purchase unlimited storage for $10/user/month.Learn more on tapor.ca

  • GPS Visualizer is a free, easy-to-use online utility that creates maps and profiles from GPS data.Learn more on tapor.ca

  • iAnnotate is a tool that works on iPhone and iPad. It is used to read, markup and share documents and web-pages. Notes can be added with pen or with the typewriter.Learn more on tapor.ca

  • iPhoto is a digital photograph manipulation software application developed by Apple Inc. It has been included with every Macintosh personal computer since 2002, originally as part of the iLife suite of digital media management applications. iPhoto can import, organize, edit, print and share digital photos.Learn more on tapor.ca

  • Web-based service to keep track of the status of your writing submissionsLearn more on tapor.ca

  • JavaScript, often abbreviated as JS, is a high-level, interpreted programming language. It is a language which is also characterized as dynamic, weakly typed, prototype-based and multi-paradigm.

    Alongside HTML and CSS, JavaScript is one of the three core technologies of the World Wide Web. JavaScript enables interactive web pages and thus is an essential part of web applications. The vast majority of websites use it, and all major web browsers have a dedicated JavaScript engine to execute it.Learn more on tapor.ca

  • Markdown is a text-to-HTML conversion tool for web writers. Markdown allows you to write using an easy-to-read, easy-to-write plain text format, then convert it to structurally valid XHTML (or HTML).Learn more on tapor.ca

  • MediaWiki is a free software open source wiki package written in PHP, originally for use on Wikipedia and other Wikimedia Foundation projects. It is designed to be run on a large server farm for a website that gets millions of hits per day.Learn more on tapor.ca

  • A software application that enables relational databases to be created, managed and queried. The database management system enables multiple users to access a database through an appropriate interface. As an open source tool, MySQL underpins a number of free software projects, such as WordPress, phpBB and other software built on a LAMP infrastructure. Although widely used, there are a number of performance issues that limit its use in some environments. For example, it is unable to use multiple CPU cores to process a single query, potentially limiting its use as a data warehouse.Features: X/Open XA distributed transaction processing (DTP) supportConnector/ODBC enables connection to a MySQL server using the Open Database Connectivity (ODBC) APIConnector/NET enables developers to create .NET applications that use data stored in a MySQL databaseLearn more on tapor.ca

  • NVivo is a commercial software package for creating workspaces and corpuses. Its features include importing YouTube videos and comments, social media posts and discussions, web page and PDF capture, multiple language support and support for a wide variety of data formats such as spreadsheets, images, database tables and so on. Users can query their data in a variety of ways, annotate, cross-link and visualize connections, ideas and findings with charts, maps and modelsLearn more on tapor.ca

  • Omeka is a content management system designed for the display of library, museum, archives, and scholarly collections and exhibitions.Omeka falls at a crossroads of Web Content Management, Collections Management, and Archival Digital Collections Systems. Omeka is designed with non-IT specialists in mind, allowing users to focus on content and interpretation rather than programming. It brings Web 2.0 technologies and approaches to academic and cultural websites to foster user interaction and participation. It makes top-shelf design easy with a simple and flexible templating system. Its robust open-source developer and user communities underwrite Omeka’s stability and sustainability.Omeka allows users to publish cultural heritage objects, extend its functionality with themes and plugins, and curate online exhibits with digital objects.Learn more on tapor.ca

  • Omeka.net provides a web-publishing platform to curate collections and create exhibitions of digitized content. Omeka.net has grown out of the Omeka project. Omeka.net provides some of the same functionality as Omeka, but does not require the user to provide hosting or to maintain their installation in any way. However, use of Omeka.net limits customization, and hosting more than 500MB of content requires a paid account. Objects in the collection can be cataloged with Dublin core metadata fields and georeferenced for display on a map. Omeka.net includes several plugins, including COinS (which makes objects in Omeka accessible to citations management software, like Zotero), HTML5 Media (to play audio and video), and Library of Congress Suggest (which will auto-populate fields with LoC authority and subject headings).Learn more on tapor.ca

  • OmniGraffle is a comprehensive diagramming and drawing application. Drag and drop to create wireframes, flow charts, network diagrams, UI mockups, family trees, office layouts, etc.. Upgrading to OmniGraffle Pro adds Visio support, shared layers, presentation mode, object-geometry controls, AppleScript and Actions support and more.Learn more on tapor.ca

  • Microsoft OneNote is a digital notebook that allows you to gather notes and information in a central environment, and search across your shared notebooks to better manage information and work with others. OneNote used to be available as paid software, but is now free across platforms.Learn more on tapor.ca

  • Participad is a WordPress plugin that allows multiple people to edit the same WP content at the same time. Powered by Etherpad Lite, Participad gives you: notepads for collaborative notetaking; synchronous authoring of any content in the WordPress Dashboard; front-end editing. You can download it from the WordPress plugin repository. Participad has three modules: Dashboard – The Dashboard module puts Etherpad editors into the WordPress Dashboard. Participad removes the “Visual” and “HTML” tabs from the standard WP editor, and replaces them with a “Participad” tab.Frontend – The Frontend module allows users to edit WordPress content from the front end of your website – no Dashboard required. Participad modifies the Edit links on your posts and pages so that, instead of leading to the Dashboard, the static content of your post is swapped with an editable Etherpad window.Notepad – The Notepad module enables a new WordPress Post Type called Notepads. Notepads are collaborative note-taking documents, which can optionally be linked to existing static posts or pages. Participad provides several shortcodes and widgets that make it easy to create new Notepads from the front end of your website. N.B. Participad requires a separate Etherpad Lite Installation.Learn more on tapor.ca

  • Perl is a high-level, general-purpose, interpreted, dynamic programming language. Originally developed for text manipulation, it is now used for a wide range of tasks including graphics programming, system administration, network programming, applications that require database access and CGI programming on the Web.

    Features:

    - C, shell scripting (sh), AWK, and sed

    - Powerful text processing facilities

    - Flexibility and adaptability

    -Support for multiple programming paradigms

    -Reference counting memory managementLearn more on tapor.ca

  • Photoshop Express allows simple web-based image editing and cloud storage (2 GB free via Adobe Revel), as well as video storage and streaming, slideshow templates, and a photo gallery. Features include online galleries and slideshows, exporting and searching images, and privacy settings. Android, Windows and iOS (including iPad) apps are available.Learn more on tapor.ca

  • Share a project action board in real time, see milestones and upcoming goals. Easy-to-use features allows for edits in the project timeline, and the tracker predicts timeline for next goal achievement based on previously entered data. You can create individual project lines, or stories, that come together to create an epic, or larger project. There are charts showing your historical trends and anything else you'd like to monitor. This tool works with various other apps, listed here: http://www.pivotaltracker.com/community/app-bazaarLearn more on tapor.ca

  • Content curation and topic discovery website based primarily on publishers the user follows through social media.Upon signing up, users are asked to select a number of topics that fall within their fields of interest. Relevant content is shown in a vertical feed. Users have the option to recommend, comment, share, remove the content from their feed, or save it. Prismatic "learns" from your behaviour which topics and publishers are of most interest to you. They say the more people who use it the better it gets, as recommendations figure greatly into popularity rankings. There are no human editors, just algorithms.Promoted features include connecting with communities who share your interests, learning from users who work in your field, the ability to share your discoveries with friends, and taking a "deep dive on any topic."According to Aria Haghighi, one of the founders "...we have an architecture similar to a search engine: polling and crawling the open web and activity on social networks." A 2013 article on Slate.com refers to Prismatic as "the world's smartest news reader". It's a good addition to other search and curation tools such as Google Alerts and saved Twitter hashtag searches. It aims to be better than the rest through use of parameters that are not static; it adjusts to your preferences as well as trending content on other social media sites.Learn more on tapor.ca

  • Skype allows free voice and video computer-to-computer calls, and calls to phone numbers for a fee. Video is only available for person-to-person calls, but multiple users can join a voice call. Skype can be used for free by educators in the classroom: http://www.educatorstechnology.com/2012/06/complete-guide-to-use-of-skyp...Learn more on tapor.ca

  • Slack is a team-based communication and archiving platform. It allows for both synchronous and asynchronous communications, channels for managing specific streams, full user management and integration with a wide variety of social media and storage providers. It is free for limited (rather generous) use and provides one the best means to allow for individual communication patterns within a managed project to be facilitated. Allowing for the quick and informal communications, hashtagged for quick scanning and searching as well as targeted messaging makes it a very compelling project tool. The addition of specific mobile clients with notifications makes it a very effective project management tool.Learn more on tapor.ca

  • Simple screencasting and image capture tool. SnagIt is part of TechSmith's family of screen capture and video editing products. Jing offers fewer features, but is a free alternative. Camtasia is the most fully featured of the products, but also the most expensive.Learn more on tapor.ca

  • Tableau Public is a free data visualization tool aimed at online publishers and academics. It can be used to create an interactive visualization, and also enables users to publish it to the web as an embed or share it via a link. Users must download the desktop interface, and all projects created through the system are saved remotely to the Tableau Public server rather than to the user's local machine. It is availabe for both Windows and OS X, and has a visual interface with a simple drag and drop process.Learn more on tapor.ca

  • Trello is a web-based project management and collaboration tool that allows users to organize projects in a dashboard view, containing one or more project-oriented boards. The dashboard provides a real-time overview of what is being worked on, who is working on what, and overall progress toward project milestones. Useful for organized task management, delegation, communication, and collaboration across teams.Learn more on tapor.ca

  • Twitter allows users to send 140-character messages. There is a thriving digital humanities community of Twitter users. This tool is great for communicating and sharing ideas, micro-blogging, real-time communication. You can follow tweets about digital humanities https://twitter.com/hashtag/digitalhumanities.Learn more on tapor.ca

  • Voyant Tools is a web-based reading and analysis environment for digital texts.Learn more on tapor.ca

  • WordPress is an easy-to-use web publishing platform originally designed around blogging that has now evolved with functionality as a robust content or learning management system, with many themes and plugins for extra functionality.Learn more on tapor.ca

  • ZeeMaps quickly maps point data on Google base maps in two ways:

    1) The user uploads a .csv file of data points and their locations.

    2) A group of users all add their own data location points to the map, on their own time from their own devices.

    Each point can include text, video, image, or audio annotations.

    Basic functionality is free; larger uploads and large numbers of maps require a paid subscription.Learn more on tapor.ca

  • Zotero is a free tool that collects, manages and cites research sources. It stays on your web browser where you do your work and it's easy to use. It's being downloaded as a firefox extension, used with the chrome and safari browsers or used as a standalone tool. It allows you to attach pdfs, notes and images to your citations, organise them into easily searchable collections for different projects, and open office using any of over 2800 citation styles. references can be added to a zotero library in many different ways: directly from databases, journal websites, google scholar or the library catalogue, by referencing file import ( for example from an Endnote library), by dragging in pdfs from your hard drive, and by entering them manually.Learn more on tapor.ca