Skip to content

Commit 5e528fc

Browse files
Copilotjpn--
andauthored
Add CITATION.cff file for academic referencing (#985)
* Initial plan * Add CITATION.cff file for academic referencing Co-authored-by: jpn-- <[email protected]> * Change copyright holder in LICENSE file Updated copyright holder from Association of Metropolitan Planning Organizations Research Foundation to Zephyr Foundation. * Update README to remove status badges Removed Build and Coverage Status badges from README, and add link to Zephyr page. * Update CITATION.cff per review feedback Co-authored-by: jpn-- <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jpn-- <[email protected]> Co-authored-by: Jeffrey Newman <[email protected]>
1 parent e1f9b2a commit 5e528fc

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

CITATION.cff

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
type: software
4+
title: "ActivitySim"
5+
abstract: "Advanced, open-source, activity-based travel behavior modeling software based on best software development practices for distribution at no charge to the public."
6+
authors:
7+
- name: "Zephyr Foundation"
8+
repository-code: "https://github.com/ActivitySim/activitysim"
9+
url: "https://activitysim.github.io/activitysim"
10+
license: BSD-3-Clause
11+
keywords:
12+
- "activity-based modeling"
13+
- "travel behavior"
14+
- "transportation planning"
15+
- "microsimulation"
16+
- "travel demand modeling"
17+
preferred-citation:
18+
type: software
19+
title: "ActivitySim"
20+
authors:
21+
- name: "Zephyr Foundation"
22+
repository-code: "https://github.com/ActivitySim/activitysim"
23+
url: "https://activitysim.github.io/activitysim"
24+
license: BSD-3-Clause

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) Association of Metropolitan Planning Organizations Research Foundation
3+
Copyright (c) Zephyr Foundation
44

55
All rights reserved.
66

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
ActivitySim
22
===========
33

4-
[![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)
5-
64
The mission of the ActivitySim project is to create and maintain advanced, open-source,
75
activity-based travel behavior modeling software based on best software development
86
practices for distribution at no charge to the public.
@@ -20,6 +18,6 @@ but it is generally expected that code in the `main` branch should be usable.
2018

2119
## Helpful Links
2220

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

0 commit comments

Comments
 (0)