# compiling fall 2023+ work
## general LL things
* [ingest tools github](https://github.com/caseycann/ingest-tools)
* [sophie's getting video shoot times python script](https://github.com/sophie-carleton/annual_report_script)
* [videoCompression-FFMPEG.md](https://resources.learninglab.xyz/simple/people/casey-c/videoCompression-FFMPEG)
* [elle-l-bot-steps-part-1](/bVlqWx4FTTeEYyf7CfTY3A)
* [Flourish: A LLUF Review](/3zgD1BekTzOlamwXDvLvjQ)
* [jk bot notes](https://hackmd.io/MmcYcHp7TLi3qXEi-z--GA)
* [mk-resource-creating-a-nodejs-command-line-tool](/AkZTQe3PQEWPtjlx8fznuw)
* [mk-slackbot-steps-20231120](/fxZi6BHXRj-K__AfjvPnpA)
* [google colab tests](/EdIibEeBQ6iCkP-O5MDUqw)
* [mk-resource-slack-with-openai-assistants-api](/AlisqQxgST25bitVmsbI1g)
* [mk-assistant-tests](https://hackmd.io/2XImbiIRQcOdAydppDQGkQ)
* https://platform.openai.com/docs/guides/text-to-speech
* [OUE AI Workshop Book](https://hackmd.io/@ll-23-24/ByuljZoxT/%2FnjwzHzakRcuXePCofTOAag)
* voice to transcript to report for reporting
*
## avLab
### Resources to Start Off
#### Cinematography
* [No Film School DSLR Cinematography Guide](https://laney.edu/media/wp-content/uploads/sites/53/2012/10/DSLR_Cinematography_Guide.pdf)
* [LinkedinLearning Cinematography Course](https://www.linkedin.com/learning/learning-cinematography-1-narrative-fundamentals/welcome?u=2194065)
#### Audio
* [Perfect Circuit's Microphone Guide](https://www.perfectcircuit.com/signal/microphone-types-explained?gclid=EAIaIQobChMI7N-P3aybgQMVrUVyCh3kGAj2EAAYBCAAEgKH4_D_BwE)
* [Linkedin Learning Adobe Audition Fundamentals](https://www.linkedin.com/learning/audition-essential-training/touring-the-audition-interface?u=2194065)
#### Miscellaneous
* [Finding Found Footage](https://resources.learninglab.xyz/simple/people/casey-c/Found-and-archival-footage)
* [Video Codec Guide](https://resources.learninglab.xyz/simple/people/casey-c/videoCompression-codecs)
#### Post-Production
* [Simple Getting Started in Resolve](https://resources.learninglab.xyz/simple/people/casey-c/Resolve-getStarted)
* [LinkedinLearning Resolve Fundamentals](https://www.linkedin.com/learning/davinci-resolve-fundamentals/learning-davinci-resolve?u=2194065)
* [Simple Getting Started in Premiere](https://resources.learninglab.xyz/simple/people/casey-c/Premiere-getStarted)
* [LinkedinLearning Premiere Fundamentals](https://www.linkedin.com/learning/premiere-pro-2022-essential-training/getting-started-with-premiere-pro?u=2194065)
* [Simple Getting Started in FCPX](https://resources.learninglab.xyz/simple/people/casey-c/FCPX-getStarted)
* [LinkedinLearning FCPX Fundamentals](https://www.linkedin.com/learning/final-cut-pro-essential-training-14866621/final-cut-pro?u=2194065)
## codeLab
* [codeLab database resource](/P7zK2SD9S7umazTlJmsD6A)
### From ILP doc
#### The Tools
Learning how to code and then using code to build websites and apps requires many tools.
For the app we'll build first, knowing these tools will be helpful:
* javascript
* [codecademy js tutorial](https://www.codecademy.com/learn/introduction-to-javascript)
* next.js
* here's a tutorial that walks through how to [create a next app](https://nextjs.org/docs/app/building-your-application)
* airtable
* [an overview of airtable](https://www.airtable.com/guides/start/airtable-basics)
* [a sample airtable](https://airtable.com/app8kRRfha0CQ1hG2?) that anna and christine made for their personality quiz prototypes
* [using airtable personal access tokens](https://airtable.com/developers/web/guides/personal-access-tokens)
* this will be useful once you're trying to connect your app to an airtable base
* css
* [linkedin learning css tutorial](https://www.linkedin.com/learning/css-essential-training-3)
* [next.js styling doc](https://nextjs.org/docs/app/building-your-application/styling)
#### some docs to get you started
* [terminal + setting up coding environment](https://hackmd.io/tDt-lhlZSninMyKj8S3xUA)
* [javascript basics - incl. making a next app](https://hackmd.io/qz_n8IV4QAepX2Sha2bZew)
* [connecting your next.js app to airtable](https://hackmd.io/AhBpXa0TRneC0H_6QizCeA)
* [next.js basics](https://hackmd.io/T68tvR_YT5Og8X6JYb6pqw)
* [mk notes on client side components](https://hackmd.io/g3wbroavSWqPsIkRKhtekQ)
#### next.js and react tutorials
* [next.js for beginners](https://www.youtube.com/watch?v=ZVnjOPwW4ZA)
* [react for beginners](https://www.youtube.com/watch?v=SqcY0GlETPk&t=0s)
* [another next.js tutorial - 30 mins](https://www.youtube.com/watch?v=NgayZAuTgwM)
* [next.js tutorial using client forms as example](https://www.youtube.com/watch?v=nSfu7sHPE9M)
* [next.js making a POST request](https://www.youtube.com/watch?v=X5M8MtKsIs8)
#### some real-world code examples
* [this linkedin learning python tutorial has some useful coding analogies that apply across different languages](https://www.linkedin.com/learning/programming-foundations-real-world-examples/what-you-should-know?resume=false&u=2194065)
* [same with this one](https://www.linkedin.com/learning/programming-foundations-object-oriented-design-3/encapsulation?u=2194065)
#### more useful links
* [markdown syntax basics](https://hackmd.io/im0mHRWDRWakfC5JS84e_w?both)
* [cloning a github repo](https://hackmd.io/KuxRCUEjTGuwZHMoWV7BJw)
* [adding dynamic routes](https://nextjs.org/docs/pages/building-your-application/routing/dynamic-routes)
* marlon's codeLab docs
* [mk-resource-setting-up-your-dev-env](/1ym5sQYWQpycSLoQ3dnfCA)
* [mk-resource-starting-nextjs-13-app](/VUB0ZVLBQCa7DISuWKxchg)
* [mk-resource-js-basics](/vB8EsXlcTjym8yscIz7Dgg)
## eventLab
## graphicsLab
tools
* [adobe illustrator](https://helpx.adobe.com/illustrator/user-guide.html)
* [adobe photoshop](https://helpx.adobe.com/photoshop/user-guide.html)
* [adobe lightroom](https://helpx.adobe.com/lightroom-cc/user-guide.html)
* [adobe indesign](https://helpx.adobe.com/indesign/user-guide.html)
* [adobe after effects]()
* keynote
### A Steps to Get Started:
[visual identity system](/Le4LnqHoQFqCO0_rGbs3TQ)
### links to organize
* [landor & fitch branding secret process](https://landorandfitch.com/en/articles/thinking/landor-and-fitch-s-branding-secrets)
* [photoshop-illustrator-indesign-powercombo-for-design](https://www.linkedin.com/learning/photoshop-illustrator-indesign-powercombo-for-design?u=2194065)
* [essential-graphic-production-techniques](https://www.linkedin.com/learning/essential-graphic-production-techniques?u=2194065)
* [introduction-to-graphic-design-using-indesign](https://www.linkedin.com/learning/introduction-to-graphic-design-indesign/introduction-to-graphic-design-using-indesign?u=2194065)
* [illustrator-designing-with-grids-and-guides](https://www.linkedin.com/learning/illustrator-designing-with-grids-and-guides/welcome?u=2194065)
## realityLab
* [Chris's LL Modeling folder from 3dLab last year](https://drive.google.com/drive/folders/1OpmvebCXoXEtbITT91_cGHUuoQmvz_XU)