Skip to content

MonashDeepNeuron/lawethics-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monash DeepNeuron: Law and Ethics Framework

This repository contains the source code for the Law and Ethics Framework. This book is available online or can be built locally.

Building

To build this book you need mdBook a tool for creating books with Markdown. mdBook can be installed using Cargo - Rust's package manager.

cargo install mdbook

You can build this book you must clone this repository using Git. You can then build it and even serve it to localhost to view in your browser. The serve command will produce a localhost you can view.

$ git clone https://github.com/MonashDeepNeuron/lawethics-framework.git
$ cd lawethics-framework
# Build ...
$ mdbook build
# ... or serve build and serve locally
$ mdbook serve --open

Contributors

  • Leah Martinez
  • Merryn Cagney
  • Ryan Matthews
  • Jessie Wen
  • Parmeeta Siddique
  • Chloe Tang
  • Ying Sim
  • Jason Toskov
  • Mitchell Mibus
  • Tyler Swann

Code of Conduct, License & Contributing

Refer to the Code of Conduct and the License for this repository for the expected behavior of contributors and users of the repository. If you have any concerns reach out Tyler Swann on Teams or follow standard M procedures for issues you are having within the team, branch or MDN. If you wish to contribute, follow the contributing guide.