Skip to content

Repository files navigation

Councils in Action

CI

This repository stores the files needed for quarto to generate our paper "Councils in Action ... TODO"

View the rendered article at: https://PugetSoundClinic-PIT.github.io/councils-in-action/

Abstract

TODO


Development Commands

just --list
Available recipes:
    build   # build page
    clean   # remove build files
    default # list all available commands
    setup name="councils-in-action" # create conda env and install all deps
    watch   # watch file, build, and serve

Dev Setup

  1. Install Quarto.
  2. Install Just.
  3. Run just setup to create a new conda environment with all dependencies.
  4. Run conda activate councils-in-action to activate the environment.
  5. Build!
    • just build to build the project to the _build/ folder.
    • just watch to watch this directory and build just the website on file save.

You may run into issues running your first just build command. If the issue relates to tinytex or texlive then try installing the latest versions:

  • Install: sudo apt-get install texlive-xetex texlive-fonts-recommended texlive-plain-generic
  • Or Upgrade: sudo apt-get upgrade texlive-xetex texlive-fonts-recommended texlive-plain-generic

If the issue relates to sentencepiece try installing supporting software:

  • Install: sudo apt-get install cmake build-essential pkg-config libgoogle-perftools-dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages