Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
type: software
title: "ActivitySim"
abstract: "Advanced, open-source, activity-based travel behavior modeling software based on best software development practices for distribution at no charge to the public."
authors:
- name: "Zephyr Foundation"
repository-code: "https://github.com/ActivitySim/activitysim"
url: "https://activitysim.github.io/activitysim"
license: BSD-3-Clause
keywords:
- "activity-based modeling"
- "travel behavior"
- "transportation planning"
- "microsimulation"
- "travel demand modeling"
preferred-citation:
type: software
title: "ActivitySim"
authors:
- name: "Zephyr Foundation"
repository-code: "https://github.com/ActivitySim/activitysim"
url: "https://activitysim.github.io/activitysim"
license: BSD-3-Clause
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause License

Copyright (c) Association of Metropolitan Planning Organizations Research Foundation
Copyright (c) Zephyr Foundation

All rights reserved.

Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
ActivitySim
===========

[![Build Status](https://travis-ci.com/ActivitySim/activitysim.svg?branch=main)](https://travis-ci.org/github/ActivitySim/activitysim)[![Coverage Status](https://coveralls.io/repos/github/ActivitySim/activitysim/badge.svg?branch=main)](https://coveralls.io/github/ActivitySim/activitysim?branch=main)

The mission of the ActivitySim project is to create and maintain advanced, open-source,
activity-based travel behavior modeling software based on best software development
practices for distribution at no charge to the public.
Expand All @@ -20,6 +18,6 @@ but it is generally expected that code in the `main` branch should be usable.

## Helpful Links

- [AMPO Research Foundation](https://research.ampo.org/#research)
- [Zephyr Foundation](https://activitysim.github.io)
- [Documentation](https://activitysim.github.io/activitysim)
- [Releases](https://github.com/ActivitySim/activitysim/releases)
Loading