powered by Quarto
The PSL blog
accepts posts as Jupyter notebooks or Markdown documents:
- To submit a Jupyter post, create a PR with your
YYYY-MM-DD-post-title.ipynb
file in the_notebooks
folder. - To submit a Markdown post, create a PR with your
YYYY-MM-DD-post-title.md
file in the_posts
folder.
In both cases, please take the following steps:
- Follow the nbdev guides on writing blogs with R Mardown (
*.qmd
), Jupyter (*.ipynb
), and Markdown (*.md
), and include the required "front matter" with metadata (you can the template from past posts). - Preview the blog locally using the
quarto preview
command from the root directory after drafting your post. You'll need Quarto installed on your machine to run the command. - Include a screenshot of the blog post in your PR.
Please use the Quarto discussions on Github for questions about using Quarto.
- Make URLs concise but descriptive of the post.
- Use lowercase and dashes for all tags.
- Make each new sentence its own line (for easier code review).
Please follow the below guidance for each post type.
- Tag the post as
demo-days
. - Title the post
Demo Day: {title}
. - Show the video at the top of the post.
- Describe the motivation for the demo and what you demonstrated.
- Link materials shown in the demo, including code and/or Compute Studio simulations.
See PR #10 as an example.
- Focus on PSL software and models; reserve policy analysis for think tank and op-ed reports.
- Write with a neutral tone.
- Favor active over passive voice.
- Capitalize post titles.
- Favor
Mmm DD
,Mmm DD, YYYY
, orYYYY-MM-DD
date formats overMM/DD
andMM/DD/YYYY
, which can be misinterpreted outside the US. - Avoid "click here" links; for better accessibility and SEO, provide descriptive links.
Questions? Contact Max Ghenis ([email protected]).