본문 바로가기

유용한 기타 자료3

논문 리스트 https://www.notion.so/c3b3474d18ef4304b23ea360367a5137?v=5d763ad5773f44eb950f49de7d7671bd Papers You Must Read (PYMR) Data Science & Business Analytics Lab School of Industrial Management Engineering Korea University Homepage: http://dsba.korea.ac.kr/ Youtube: https://www.youtube.com/channel/UCPq01cgCcEwhXl7BvcwIQyg Reading loadmap: https://www.dropbox.com/s/5x9u0rnsxos8q www.notion.so 2022. 1. 3.
[논문 작성시 도움이 되는 사이트] 1. overleaf 사용법 https://seing.tistory.com/4 LaTeX 활용해서 논문쓰장 대학원 졸업을 앞두고서 이제야 LaTeX를 활용하다니... 요즘 스스로 부족함을 너무 많이 느낀다. 어쨌든, 연구원이든 학생이든 논문을 많이 쓰는 사람이라면 Word가 익숙하지도 않고 정말 많은 불 seing.tistory.com 2. 논문 작성에 참고할만한 사이트 https://theorydb.github.io/dev/2019/08/27/dev-papertomath-paper-io/ [Paper] 논문 읽는법, 쓰는법, 투고하는법 개요 논문과 연구에 거리가 멀어진 셀러던트 직장인이 저처럼 늦깍이 나이에 연구에 철이 들어 논문에 관심이 많아지셨다면 본 포스팅을 꼭 읽어주세요. 학사출신 실무자가 논문.. 2021. 12. 26.
git hub(깃허브) 업로드 방법 1. https://github.com/ 접속 2. repositories 에서 new 클릭 3. respository name 설정(test4) & public 또는 private 설정 & Create repository 클릭 4. cmd창 열기 5. cmd 내에서 git typing 6. git config --global user.name yujinyi717 7. git config --global user.email wlsdl2664@gmail.com 8. cd C:\education (경로 이동-> 파일을 업로드할 폴더 설정) 9. git clone https://github.com/yujinyi717/test4.git ->3번 페이지에 있는 것 작성 10. cd test4 // cd C:\ed.. 2021. 12. 24.