This website provides simple and quick answer for the question: https://choosealicense.com
-
Go to the
Overleaf
website and move your original files in a new folder. For example, I would first make a folder:org
and copy all the originally submitted files there. Or if you already have originally submtted files in a separate folder, I would rename it toorg
. These files should be not be changed, because these files will be compared with your revised files for making track changes in PDF. -
Make a folder for revised files. For example, I would make a new folder, named
rev
. -
Copy the files in the
org
folder to therev
folder. I found no straightforward way to copy files between different folders inOverleaf
. So I download original files from theorg
folder to my hard drive, and then upload those files to therev
folder.
It is important to add items to ignore for git
before commit. However, we do make mistakes and sometimes, we want to ignore the items we have been doing git
.
Here is what to do.
How to resolve mismatch between HEAD and master/origin?
https://stackoverflow.com/questions/5772192/how-can-i-reconcile-detached-head-with-master-origin
Try the following webpage:
http://localhost:8888/nbextensions
If this does not work do the following
conda uninstall jupyter_nbextensions_configurator
Not tested yet. But should try:
lmfit
provides better tools for fitting, but for some legacy codes, mpfit works pretty well. Just in case I need one in the future.
https://code.google.com/archive/p/astrolibpy/downloads
The one below, I did not try, but looks intriuging.
http://cxc.cfa.harvard.edu/contrib/sherpa/#what-can-you-do-with-sherpa
I do not want to have any duplicates through macports
including python. But I wanted to have nano
through macports
.
- Install
nano
highlight files in./nano-highlight
(download from https://github.com/serialhex/nano-highlight) - Go to
/usr/local/texlive/
and delete all previous versions before 2017. - Clean up
macports
using the method in: https://guide.macports.org/chunked/using.common-tasks.html - Repeat “port echo leaves” and "sudo port uninstall leaves" until remove everything I do not need.