Skip to content

Commit ded026a

Browse files
committed
Change metadata to reflect the latest changes
1 parent f48fc0a commit ded026a

File tree

7 files changed

+70
-73
lines changed

7 files changed

+70
-73
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GNU GENERAL PUBLIC LICENSE
1+
# GNU General Public License
22

33
Version 3, 29 June 2025
44

NEWS.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1-
# LogoClim (development version)
1+
# LogoClim (development version) (NetLogo 7.0)
22

3-
# LogoClim 2.0.0
3+
# LogoClim 2.0.0 (NetLogo 7.0)
44

5-
- Adjust model to work with the new NetLogo 7.0.0 version.
6-
- Resized the interface widgets to fit the new standard size for the NetLogo verison.
7-
- Changed `LogoClim` license from MIT to GPL-3.0. ✊
8-
- Removed the `transition-seconds` slider, as it is no longer needed.
9-
- Removed the `adjust-world-size?` slider. This is now set as default.
10-
- Add the global variable `plot-max-y-range` to avoid unnecessary computations.
5+
- Updated the model for compatibility with NetLogo 7.0
6+
- Resized interface widgets to match the new NetLogo standard dimensions
7+
- Changed the `LogoClim` license from MIT to GPL-3.0
8+
- Removed the `transition-seconds` slider, as it is no longer necessary
9+
- Removed the `adjust-world-size?` slider; world size adjustment is now always enabled by default
10+
- Introduced the global variable `plot-max-y-range` to optimize computations
11+
- Revised documentation to reflect these updates
1112

12-
# LogoClim 1.0.0
13+
# LogoClim 1.0.0 (NetLogo 6.4)
1314

1415
First stable release. 🎉
1516

16-
# LogoClim 0.0.0.9015 (Pre-Release)
17+
# LogoClim 0.0.0.9015 (Pre-Release) (NetLogo 6.4)
1718

1819
- Added variations (e.g., ACCESS-ESM1-5) and additional (e.g., CanESM5) Global Climate Models (GCMs) as selectable options in `global-climate-model`. WorldClim provides a dedicated webpage for this data, available [here](https://www.worldclim.org/data/cmip6_all/cmip6_clim2.5m.html).
19-
- Fixed an issue with year intervals when using the *Future climate data* series.
20+
- Fixed an issue with year intervals when using the *Future climate data* series
2021

21-
# LogoClim 0.0.0.9013 (Pre-Release)
22+
# LogoClim 0.0.0.9013 (Pre-Release) (NetLogo 6.4)
2223

2324
- Improved the documentation
2425
- Removed all dependencies on the `R` programming language and its packages
@@ -34,23 +35,23 @@ First stable release. 🎉
3435
- Removed unnecessary dependencies and refactored code structure for improved
3536
maintainability.
3637

37-
# LogoClim 0.0.0.9010 (Pre-Release)
38+
# LogoClim 0.0.0.9010 (Pre-Release) (NetLogo 6.4)
3839

3940
- Fixed an issue with Windows file paths for improved cross-platform
4041
compatibility
4142

42-
# LogoClim 0.0.0.9009 (Pre-Release)
43+
# LogoClim 0.0.0.9009 (Pre-Release) (NetLogo 6.4)
4344

4445
- Enhanced Quarto notebooks for improved readability and clarity
4546
- Refactored codebase to increase modularity and maintainability
4647
- Resolved world bleeding issues at higher resolutions
4748
- Updated charts to display whole numbers
4849
- Expanded documentation
4950

50-
# LogoClim 0.0.0.9004 (Pre-Release)
51+
# LogoClim 0.0.0.9004 (Pre-Release) (NetLogo 6.4)
5152

5253
First pre-release. 🎉
5354

54-
# LogoClim 0.0.0.9000
55+
# LogoClim 0.0.0.9000 (NetLogo 6.4)
5556

5657
- Added a `NEWS.md` file to track changes to the model

README.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ GPLv3](https://img.shields.io/badge/license-GPLv3-bd0000.svg)](https://www.gnu.o
2020

2121
## Overview
2222

23-
`LogoClim` is a [NetLogo](https://ccl.northwestern.edu/netlogo/) model
24-
for simulating and visualizing global climate conditions. It allows
25-
researchers to integrate high-resolution climate data into agent-based
26-
models, supporting reproducible research in ecology, agriculture,
27-
environmental science, and other fields that rely on climate data
28-
integration.
23+
`LogoClim` is a [NetLogo](https://www.netlogo.org) model for simulating
24+
and visualizing global climate conditions. It allows researchers to
25+
integrate high-resolution climate data into agent-based models,
26+
supporting reproducible research in ecology, agriculture, environmental
27+
science, and other fields that rely on climate data integration.
2928

3029
The model utilizes raster data to represent climate variables such as
3130
temperature and precipitation over time. It incorporates historical data
@@ -116,10 +115,9 @@ bioclimatic variables.
116115

117116
### Setup
118117

119-
To get started, ensure you have
120-
[NetLogo](https://ccl.northwestern.edu/netlogo) installed. This model
121-
was developed using NetLogo 7, so it is recommended to use this version
122-
or later.
118+
To get started, ensure you have [NetLogo](https://www.netlogo.org)
119+
installed. This model was developed using NetLogo 7.0, so it is
120+
recommended to use this version or later.
123121

124122
The model relies on the GIS
125123
([`gis`](https://github.com/NetLogo/GIS-Extension)), Pathdir
@@ -174,11 +172,10 @@ Refer to the `Info` tab in the model for additional details.
174172
### Integrating with Other Models
175173

176174
`LogoClim` can be integrated with other models using NetLogo's
177-
LevelSpace ([`ls`](https://ccl.northwestern.edu/netlogo/docs/ls.html))
178-
extension. This extension enables parallel execution and data exchange
179-
between models. For an example of integrating `LogoClim` with another
180-
model, see the [FoodClim](https://github.com/sustentarea/foodclim)
181-
project.
175+
LevelSpace ([`ls`](https://www.netlogo.orgdocs/ls.html)) extension. This
176+
extension enables parallel execution and data exchange between models.
177+
For an example of integrating `LogoClim` with another model, see the
178+
[FoodClim](https://github.com/sustentarea/foodclim) project.
182179

183180
## How to Cite
184181

@@ -227,12 +224,12 @@ a donation. Please mention `LogoClim` in your donation message.
227224

228225
## License
229226

230-
[![](https://img.shields.io/badge/license-GPL--3-bd0000.svg)](https://www.gnu.org/licenses/gpl-3.0)
227+
[![](https://img.shields.io/badge/license-GPLv3-bd0000.svg)](https://www.gnu.org/licenses/gpl-3.0)
231228

232229
``` text
233230
Copyright (C) 2025 Daniel Vartanian
234231
235-
LogoClim is free software: you can redistribute it and/or modify it under the
232+
LogoClim is a free software: you can redistribute it and/or modify it under the
236233
terms of the GNU General Public License as published by the Free Software
237234
Foundation, either version 3 of the License, or (at your option) any later
238235
version.

README.qmd

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ cat(
8888

8989
## Overview
9090

91-
`LogoClim` is a [NetLogo](https://ccl.northwestern.edu/netlogo/) model for simulating and visualizing global climate conditions. It allows researchers to integrate high-resolution climate data into agent-based models, supporting reproducible research in ecology, agriculture, environmental science, and other fields that rely on climate data integration.
91+
`LogoClim` is a [NetLogo](https://www.netlogo.org) model for simulating and visualizing global climate conditions. It allows researchers to integrate high-resolution climate data into agent-based models, supporting reproducible research in ecology, agriculture, environmental science, and other fields that rely on climate data integration.
9292

9393
The model utilizes raster data to represent climate variables such as temperature and precipitation over time. It incorporates historical data (1951-2024) and future climate projections (2021-2100) derived from global climate models under various Shared Socioeconomic Pathways ([SSPs](https://climatedata.ca/resource/understanding-shared-socio-economic-pathways-ssps/), [O'Neill et al., 2017](https://doi.org/10.1016/j.gloenvcha.2015.01.004)). All climate inputs come from [WorldClim 2.1](https://worldclim.org/), a widely used source of high-resolution, interpolated climate datasets based on weather station observations worldwide ([Fick & Hijmans, 2017](https://doi.org/10.1002/joc.5086)).
9494

@@ -129,7 +129,7 @@ This series includes 12 monthly data points from [downscaled](https://worldclim.
129129

130130
### Setup
131131

132-
To get started, ensure you have [NetLogo](https://ccl.northwestern.edu/netlogo) installed. This model was developed using NetLogo 7, so it is recommended to use this version or later.
132+
To get started, ensure you have [NetLogo](https://www.netlogo.org) installed. This model was developed using NetLogo 7.0, so it is recommended to use this version or later.
133133

134134
The model relies on the GIS ([`gis`](https://github.com/NetLogo/GIS-Extension)), Pathdir ([`pathdir`](https://github.com/cstaelin/Pathdir-Extension)), String ([`string`](https://github.com/NetLogo/String-Extension)), and Time ([`time`](https://github.com/NetLogo/Time-Extension/)) NetLogo extensions. These are automatically installed when the model is run for the first time.
135135

@@ -157,7 +157,7 @@ Refer to the `Info` tab in the model for additional details.
157157

158158
### Integrating with Other Models
159159

160-
`LogoClim` can be integrated with other models using NetLogo's LevelSpace ([`ls`](https://ccl.northwestern.edu/netlogo/docs/ls.html)) extension. This extension enables parallel execution and data exchange between models. For an example of integrating `LogoClim` with another model, see the [FoodClim](https://github.com/sustentarea/foodclim) project.
160+
`LogoClim` can be integrated with other models using NetLogo's LevelSpace ([`ls`](https://www.netlogo.orgdocs/ls.html)) extension. This extension enables parallel execution and data exchange between models. For an example of integrating `LogoClim` with another model, see the [FoodClim](https://github.com/sustentarea/foodclim) project.
161161

162162
## How to Cite
163163

@@ -216,7 +216,7 @@ You can also support the development of `LogoClim` by becoming a sponsor. Click
216216
217217
cat(
218218
badger::badge_license(
219-
license = "GPL-3",
219+
license = "GPLv3",
220220
color = "bd0000",
221221
url = "https://www.gnu.org/licenses/gpl-3.0"
222222
)
@@ -226,7 +226,7 @@ cat(
226226
```text
227227
Copyright (C) 2025 Daniel Vartanian
228228
229-
LogoClim is free software: you can redistribute it and/or modify it under the
229+
LogoClim is a free software: you can redistribute it and/or modify it under the
230230
terms of the GNU General Public License as published by the Free Software
231231
Foundation, either version 3 of the License, or (at your option) any later
232232
version.

codemeta.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"@type": "ComputerLanguage",
121121
"name": "NetLogo",
122122
"version": "7.0.0",
123-
"url": "https://ccl.northwestern.edu/netlogo/"
123+
"url": "https://www.netlogo.org"
124124
},
125125
"runtimePlatform": "NetLogo version 7.0.0 (2025)",
126126
"operatingSystem": [
@@ -134,27 +134,27 @@
134134
"name": "NetLogo",
135135
"version": ">= 7.0.0",
136136
"provider": {
137-
"@id": "https://ccl.northwestern.edu/netlogo/",
137+
"@id": "https://www.netlogo.org",
138138
"@type": "Organization",
139139
"name": "Center for Connected Learning and Computer-Based Modeling (CCL), Northwestern University",
140-
"url": "https://ccl.northwestern.edu/netlogo/"
140+
"url": "https://www.netlogo.org"
141141
},
142-
"sameAs": "https://ccl.northwestern.edu/netlogo/download.shtml"
142+
"sameAs": "https://www.netlogo.orgdownload.shtml"
143143
},
144144
{
145145
"name": "NetLogo GIS extension",
146-
"version": ">= 1.3.1",
146+
"version": ">= 1.4.0",
147147
"provider": {
148-
"@id": "https://ccl.northwestern.edu/netlogo/",
148+
"@id": "https://www.netlogo.org",
149149
"@type": "Organization",
150150
"name": "Center for Connected Learning and Computer-Based Modeling (CCL), Northwestern University",
151-
"url": "https://ccl.northwestern.edu/netlogo/"
151+
"url": "https://www.netlogo.org"
152152
},
153-
"sameAs": "https://github.com/NetLogo/GIS-Extension"
153+
"sameAs": "https://github.com/NetLogo/GIS-Extension/"
154154
},
155155
{
156156
"name": "NetLogo Pathdir extension",
157-
"version": ">= 3.1.0",
157+
"version": ">= 5.0.0",
158158
"provider": {
159159
"@type": "Person",
160160
"name": "Charles Staelin"
@@ -163,31 +163,31 @@
163163
},
164164
{
165165
"name": "NetLogo String extension",
166-
"version": ">= 1.1.0",
166+
"version": ">= 1.2.0",
167167
"provider": {
168-
"@id": "https://ccl.northwestern.edu/netlogo/",
168+
"@id": "https://www.netlogo.org",
169169
"@type": "Organization",
170170
"name": "Center for Connected Learning and Computer-Based Modeling (CCL), Northwestern University",
171-
"url": "https://ccl.northwestern.edu/netlogo/"
171+
"url": "https://www.netlogo.org"
172172
},
173-
"sameAs": "https://github.com/NetLogo/String-Extension/releases/latest/"
173+
"sameAs": "https://github.com/NetLogo/String-Extension/"
174174
},
175175
{
176176
"name": "NetLogo Time extension",
177-
"version": ">= 2.0.0",
177+
"version": ">= 3.1.0",
178178
"provider": {
179-
"@id": "https://ccl.northwestern.edu/netlogo/",
179+
"@id": "https://www.netlogo.org",
180180
"@type": "Organization",
181181
"name": "Center for Connected Learning and Computer-Based Modeling (CCL), Northwestern University",
182-
"url": "https://ccl.northwestern.edu/netlogo/"
182+
"url": "https://www.netlogo.org"
183183
},
184-
"sameAs": "https://github.com/NetLogo/Time-Extension/releases/latest/"
184+
"sameAs": "https://github.com/NetLogo/Time-Extension/"
185185
}
186186
],
187187
"developmentStatus": "active",
188188
"readme": "https://github.com/sustentarea/logoclim/blob/main/README.md",
189189
"releaseNotes": "https://github.com/sustentarea/logoclim/blob/main/NEWS.md",
190-
"version": "1.0.0",
191-
"datePublished":"2025-07-03",
192-
"downloadUrl": "https://github.com/sustentarea/logoclim/archive/refs/tags/v1.0.0.zip"
190+
"version": "2.0.0",
191+
"datePublished":"2025-07-29",
192+
"downloadUrl": "https://github.com/sustentarea/logoclim/archive/refs/tags/v2.0.0.zip"
193193
}

0 commit comments

Comments
 (0)