Skip to content

AuthorCarpentry/scraping-bibliographies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author Carpentry : Using Markdown and github to author for web and print

Content Contributors: Sebastian Karcher

Lesson Maintainers: Sebastian Karcher

Lesson status: In Development

What you will learn:

  • Use the Atom editor to write and preview texts in markdown
  • Use github to turn markdown files into a modern website
  • Convert markdown into different formats like .docx using pandoc

Topics

  1. Topic 1: Getting Started
  2. Topic 2: Markdown Syntax
  3. Topic 3: Github Pages
  4. Topic 4: Jekyll Setup (optional)
  5. Topic 5: Site Structure
  6. Topic 6: Changing your site theme (optional)
  7. Topic 7: Transforming markdown using Pandoc

Requirements

Author Carpentry's teaching is hands-on, so participants are encouraged to use their own computers to insure the proper setup of tools for an efficient workflow. These lessons assume no prior knowledge of the skills or tools, but working through this lesson requires working copies of the software described below. To most effectively use these materials, please make sure to install everything before working through this lesson.

  1. Create a github account if you do not have one already
  • Go to github.com and pick a username and password to create an account
  1. For Windows users: Install git via https://git-scm.com/download/win
  • If you have never run git (you can check using git config --list) you need to set up your username and e-mail:

  • Either follow the detailed instruction on the Software Carpentry site or simply run:

    $ git config --global user.name "Your Username"  
    $ git config --global user.email "your@email.edu"  
    $ git config --global color.ui "auto"  
    
  1. You should have a good text editor. Atom is a free an open source editor with excellent markdown support that we highly recommend you install and use, and some portions of this course rely on atom.
  • Atom is highly extensible with "packages" that add functionality. For markdown, install the package Markdown Preview Plus:
  • Click "Install a Package" or go to Edit --> Preferences (Atom -> Preferences on a mac) and click on "Install" on the left. Paste markdown-preview-plus into the search window, press return, and click the blue "Install" button next to the package. On successful installation, you will have the package listed in the "Package" menu.
  • Paste git-plus into the search window, press return, and click the blue "Install" button next to the package. (Not git-plus-plus) On successful installation, you will have the package listed in the "Package" menu.
  • If you have a solid grasp of git using the commandline and you do not want to install Atom, other good editors such as TextWrangler/BBEdit, Sublime, or Notepad++ work, too.
  1. Pandoc software allows you to transform many (many!) text-based formats. For most users, simply downloading and installing the installer for your operating system from the Pandoc site is all that is necessary. Pandoc also provides more detailed installation instructions.

Cheat Sheet

References

About

No description, website, or topics provided.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.html
Unknown
LICENSE.md

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors