gentzkow / template_archive

20 stars 36 forks source link

Create new simplified shell template #96

Closed gentzkow closed 10 months ago

gentzkow commented 11 months ago

PRINCIPLES

TO DO

gentzkow commented 11 months ago

TO DO

arjunsrini commented 10 months ago

@gentzkow what are our next steps here? @shrishj has completed work on TunaTemplate. Should we work on the branch linked to this issue, and if so, how would you like us to go about completing the to-dos listed here?

gentzkow commented 10 months ago

@arjunsrini Thanks for checking. I've been doing some more work on this. I'm going to finish those changes and wrap up this issue. I'll then open some new issues for you and @shrishj to move on to next steps.

gentzkow commented 10 months ago

@arjunsrini @shrishj Sorry for the slow reply here. I'd been hoping to make more progress last weekend but I got sidetracked by some other things.

The most recent iteration I've committed here is very much work in progress. It is definitely not yet ready for prime time, and I'm therefore reluctant to merge to master. What do you think about making this a new fork of template? Or, alternatively, we could just make it a clean new repository?

While we figure that out, I think it would be worth both of you cloning the current version on this branch, reading through the README, and trying to setup + run it. One discrepancy to flag is that the README still refers to a separate get_inputs.sh script but I've so far folded that into make.sh.

shrishj commented 10 months ago

Hi @gentzkow, Arjun and I have managed to clone the branch and get it to work! One small thing in the README is that it says to use bash make.sh when I think that it should be bash run_all.sh. We had a short discussion regarding the forked vs new repository, and we were leaning towards making a new repository?

gentzkow commented 10 months ago

Great. Thanks @shrishj.

I created a new repo called GentzkowLabTemplate. It is private for now. Once we're ready to release it we'll make it public and at the same time change the name of this repo to template-archived.

I would ask that you do the following:

  1. Make your proposed edit to the readme
  2. Open a new issue in GentzkowLabTemplate to import the content from this branch
  3. Port over the content of this branch and merge to the main branch of GentzkowLabTemplate
  4. Close this issue with a summary comment that points to that revision of GentzkowLabTemplate
  5. Add a page to the GentzkowLabTemplate wiki called "Roadmap" and add to it the to dos that we've noted in the thread above

Once this is done I'll open some new issues in GentzkowLabTemplate to track our next steps.

shrishj commented 10 months ago

Summary:

This issue looked to create a new simplified shell template. We will continue to develop the shell template in GentzkowLabTemplate. The contents of this branch have been transferred to the new repository to maintain progress.

Final state of branch can be found here

cc @gentzkow