Skip to content

Commit 1c436ef

Browse files
committed
Create new project from calkit/example-basic
1 parent 42f0083 commit 1c436ef

File tree

3 files changed

+12
-21
lines changed

3 files changed

+12
-21
lines changed

.dvc/config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
remote = calkit
33
autostage = true
44
['remote "calkit"']
5-
url = https://api.calkit.io/projects/calkit/example-basic/dvc
5+
url = https://api.calkit.io/projects/calkit/example-overleaf/dvc
66
auth = custom

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
1-
# Basic Calkit example
1+
# Overleaf integration example
22

3-
This is a basic Calkit example project,
4-
which includes data collection,
5-
figure generation,
6-
and LaTeX article compilation,
7-
all part of a single reproducible DVC pipeline.
83

9-
You can also view this project on [calkit.io](https://calkit.io/calkit/example-basic).
10-
11-
This project can be reproduced with:
12-
13-
```sh
14-
calkit run
15-
```
4+
A Calkit project that demonstrates integrating with Overleaf to edit a publication.

calkit.yaml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
owner: calkit
2-
name: example-basic
3-
title: Basic Calkit example
4-
description: A basic Calkit exmple project.
5-
git_repo_url: https://github.com/calkit/example-basic
1+
name: example-overleaf
2+
title: Overleaf integration example
3+
description: A Calkit project that demonstrates integrating with Overleaf
4+
to edit a publication.
5+
git_repo_url: https://github.com/calkit/example-overleaf
66
dependencies:
77
- docker
88
- conda
9-
questions:
10-
- Can we make reproducibility simple?
119
datasets:
1210
- path: data/raw/data.csv
1311
title: Raw data
@@ -33,3 +31,7 @@ environments:
3331
image: texlive/texlive:latest-full
3432
wdir: /work
3533
description: TeX Live via Docker.
34+
derived_from:
35+
project: calkit/example-basic
36+
git_repo_url: https://github.com/calkit/example-basic
37+
git_rev: 42f00837f638936adad7faf1790058ed0c625ce8

0 commit comments

Comments
 (0)