Skip to content

Commit

Permalink
remove the dash (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanmsmith committed Jun 22, 2018
1 parent 20ab6de commit 79a9e61
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 26 deletions.
8 changes: 4 additions & 4 deletions README.md
@@ -1,12 +1,12 @@
![Stack logo](https://raw.githubusercontent.com/daily-bruin/the-stack/master/img/nameplate%402x.png)
![Stack logo](https://raw.githubusercontent.com/dailybruin/the-stack/master/img/nameplate%402x.png)

# The Stack

Daily Bruin's data journalism and newsroom tech blog.

## Installation (Mac/Linux)

1. clone repository: `git clone https://github.com/daily-bruin/the-stack.git`
1. clone repository: `git clone https://github.com/dailybruin/the-stack.git`
2. `cd` into the newly created directory
3. run `./setup.sh`
3. run `jekyll serve`
Expand Down Expand Up @@ -36,10 +36,10 @@ Alternatively, use a VM:
TL;DR

1. Develop on your own feature branch. Only the data editor should commit to master.
2. Follow the coding practices outlined in [the docs](https://github.com/daily-bruin/the-stack/tree/master/docs) and the conventions established in existing posts.
2. Follow the coding practices outlined in [the docs](https://github.com/dailybruin/the-stack/tree/master/docs) and the conventions established in existing posts.

Pull requests which do not conform to the above will not be accepted. If you have any questions on how something should be done, please ask the data editor.

## [Brand guidelines](https://github.com/daily-bruin/brand/tree/master/stack)
## [Brand guidelines](https://github.com/dailybruin/brand/tree/master/stack)

![Stack swag](http://i.imgur.com/L5kgSYu.png)
2 changes: 1 addition & 1 deletion _config.yml
Expand Up @@ -12,7 +12,7 @@ baseurl: "" # the subpath of your site, e.g. /blog/
url: "http://stack.dailybruin.com" # the base hostname & protocol for your site
image_url: /img/posts # corresponds to directory for post images (cf. https://github.com/opattison/jekyll-figure-image-tag#why-yaml-is-useful-for-storing-images)
twitter_username: _thestack
github_username: daily-bruin
github_username: dailybruin

# Defaults
defaults:
Expand Down
2 changes: 1 addition & 1 deletion _data/authors.yml
Expand Up @@ -28,7 +28,7 @@ katie_shepherd:
byron_lutz:
name: Byron Lutz
title: Data Sage
bio: Byron is the creator of the Daily Bruin's Online department. He's worked on countless projects for The Bruin including [a website](https://github.com/daily-bruin/gryphondor), [a social media manager](https://github.com/daily-bruin/meow/) and [a reporting project in the Philippines](http://yolanda.dailybruin.com). He currently works as a software developer at [Factual](https://factual.com) in Los Angeles. He loves UniCamp (like a lot), experimenting with hairstyles and [holding watermelons](https://www.facebook.com/photo.php?fbid=10203809355127941&set=a.1522595138443.2073979.1041533851&type=1&permPage=1).
bio: Byron is the creator of the Daily Bruin's Online department. He's worked on countless projects for The Bruin including [a website](https://github.com/dailybruin/gryphondor), [a social media manager](https://github.com/dailybruin/meow/) and [a reporting project in the Philippines](http://yolanda.dailybruin.com). He currently works as a software developer at [Factual](https://factual.com) in Los Angeles. He loves UniCamp (like a lot), experimenting with hairstyles and [holding watermelons](https://www.facebook.com/photo.php?fbid=10203809355127941&set=a.1522595138443.2073979.1041533851&type=1&permPage=1).
mug: Yes
email: byronlutz@gmail.com
twitter: byronlutz
Expand Down
2 changes: 1 addition & 1 deletion _data/projects.yml
Expand Up @@ -6,7 +6,7 @@ the_stack:
spring_sing_2015:
name: Spring Sing 2015
description: Stories and videos on Spring Sing performers
link: http://daily-bruin.github.io/spring-sing-2015/
link: http://dailybruin.github.io/spring-sing-2015/
github: spring-sing-2015
ucla_unseen:
name: UCLA Unseen
Expand Down
2 changes: 1 addition & 1 deletion _includes/footer.html
Expand Up @@ -40,7 +40,7 @@ <h3>Contact us</h3>
<li>
<h3>Develop/write for us</h3>
<a href="https://docs.google.com/a/media.ucla.edu/forms/d/1LS6u4b-MZk2Vh7OKwm8oK2pdpQbWJfozc0lx-6Dj450/viewform?usp=send_form">Write a guest post</a>
<a href="http://recruiting.dailybruin.com/applications/daily-bruin/web-developer-intern/">Apply to Daily Bruin Online</a>
<a href="http://recruiting.dailybruin.com/applications/dailybruin/web-developer-intern/">Apply to Daily Bruin Online</a>
</li>
</ul>
</div>
Expand Down
4 changes: 2 additions & 2 deletions _posts/2015-05-06-meow-behind-the-scenes.md
Expand Up @@ -6,7 +6,7 @@ authors:
key_takeaways:
- We built Meow because no free, easy-to-use social media scheduling services existed.
- It's built for newsrooms, and its defining feature is simplicity.
- The code is [open source on GitHub](https://github.com/daily-bruin/meow/). We'd love for you to use it and contribute.
- The code is [open source on GitHub](https://github.com/dailybruin/meow/). We'd love for you to use it and contribute.
featured_image:
url: meow-behind-the-scenes/meow_banner.svg
og_image: meow-behind-the-scenes/meow_banner.png
Expand Down Expand Up @@ -43,7 +43,7 @@ It’s not flashy and it only does what it has to do, but it’s fast and it wor

## The future of Meow

We don’t want to be the only ones benefiting from Meow, so we developed it as [free, open-source software](https://github.com/daily-bruin/meow/).
We don’t want to be the only ones benefiting from Meow, so we developed it as [free, open-source software](https://github.com/dailybruin/meow/).

This means the code base for Meow is open and any developer is allowed to play with the code and send suggested modifications back to us, turning Meow into a collaborative project. If you want to take Meow in an entirely different direction, you’re free to use any of our code as a base as long as you allow others to do the same.

Expand Down
2 changes: 1 addition & 1 deletion _posts/2015-09-20-introducing-lyst.md
Expand Up @@ -67,7 +67,7 @@ Using [Google’s well-documented APIs](https://developers.google.com/analytics/

We even added a bare-bones [custom query page](http://lyst.dailybruin.com/custom) to manually query the data using the APIs.

Feel free to [peruse our analytics with lyst](http://lyst.dailybruin.com/). And of course, keep in mind that lyst doesn't tell the whole story. In addition to [dailybruin.com](http://dailybruin.com), readers get to our stories via the 9,000 papers we put on stands daily and our [iOS app](https://itunes.apple.com/us/app/the-ucla-daily-bruin/id784097181).
Feel free to [peruse our analytics with lyst](http://lyst.dailybruin.com/). And of course, keep in mind that lyst doesn't tell the whole story. In addition to [dailybruin.com](http://dailybruin.com), readers get to our stories via the 9,000 papers we put on stands daily and our [iOS app](https://itunes.apple.com/us/app/the-ucla-dailybruin/id784097181).

## What’s next?

Expand Down
2 changes: 1 addition & 1 deletion _posts/2017-05-08-bruinwalk-class-ratings.md
Expand Up @@ -100,7 +100,7 @@ Choosing the right courses and professors can make your investment in a UCLA edu

## Get the data

The data used in this post is available on [The Stack’s GitHub repo in CSV format](https://github.com/daily-bruin/the-stack/blob/master/datasets/bruinwalk-class-ratings/ratings.csv). It’s ready to import into Excel or Numbers for quick browsing, or you can parse it using a CSV library in your programming language of choice.
The data used in this post is available on [The Stack’s GitHub repo in CSV format](https://github.com/dailybruin/the-stack/blob/master/datasets/bruinwalk-class-ratings/ratings.csv). It’s ready to import into Excel or Numbers for quick browsing, or you can parse it using a CSV library in your programming language of choice.

Find anything interesting we missed? Tweet us [@_thestack](https://twitter.com/_thestack).

Expand Down
6 changes: 3 additions & 3 deletions _utils/take-project-screenshots/package.json
Expand Up @@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/daily-bruin/the-stack.git"
"url": "git+https://github.com/dailybruin/the-stack.git"
},
"keywords": [
"screenshot",
Expand All @@ -18,9 +18,9 @@
"author": "Harrison Liddiard <omniaura5@gmail.com> (http://harrisonliddiard.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/daily-bruin/the-stack/issues"
"url": "https://github.com/dailybruin/the-stack/issues"
},
"homepage": "https://github.com/daily-bruin/the-stack#readme",
"homepage": "https://github.com/dailybruin/the-stack#readme",
"dependencies": {
"phantomjs2": "^2.0.0",
"webshot": "^0.16.0",
Expand Down
4 changes: 2 additions & 2 deletions about.md
Expand Up @@ -24,7 +24,7 @@ Occasionally we'll geek out to others interested in journalism and computer scie

## How we're giving back

The Daily Bruin is a community newspaper, and we plan on giving back to the community – both to our own Westwood community and to larger communities of news organizations and individuals interested in data for the public good. That's why we're making all the code on this blog [available under open-source licenses on GitHub](https://github.com/daily-bruin/) and all the datasets we collect and parse [available to everyone](https://github.com/daily-bruin/the-stack/tree/master/datasets/).
The Daily Bruin is a community newspaper, and we plan on giving back to the community – both to our own Westwood community and to larger communities of news organizations and individuals interested in data for the public good. That's why we're making all the code on this blog [available under open-source licenses on GitHub](https://github.com/dailybruin/) and all the datasets we collect and parse [available to everyone](https://github.com/dailybruin/the-stack/tree/master/datasets/).

We hope you'll join us in this exciting data experiment, whether that be as a reader or a collaborator.

Expand All @@ -34,7 +34,7 @@ If you have any feedback or questions, email us at [online@media.ucla.edu](mailt

Follow us [on Twitter](https://twitter.com/_thestack/).

[Write a guest post](https://docs.google.com/a/media.ucla.edu/forms/d/1LS6u4b-MZk2Vh7OKwm8oK2pdpQbWJfozc0lx-6Dj450/viewform?usp=send_form) on The Stack or apply to the [Daily Bruin Online department](http://recruiting.dailybruin.com/applications/daily-bruin/web-developer-intern/).
[Write a guest post](https://docs.google.com/a/media.ucla.edu/forms/d/1LS6u4b-MZk2Vh7OKwm8oK2pdpQbWJfozc0lx-6Dj450/viewform?usp=send_form) on The Stack or apply to the [Daily Bruin Online department](http://recruiting.dailybruin.com/applications/dailybruin/web-developer-intern/).

---

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -36,7 +36,7 @@ <h3>{{ post.teaser }}</h3>
</div>

<div class="post-list">
Start off by <a href="https://github.com/daily-bruin/the-stack/blob/master/README.md">installing Jekyll</a>.
Start off by <a href="https://github.com/dailybruin/the-stack/blob/master/README.md">installing Jekyll</a>.
Then, acquainted with <a href="/docs/website-code/">how to develop for the Stack</a>.
Finally, keep in mind our <a href="/docs/workflow/">workflow</a>.
</div>
2 changes: 1 addition & 1 deletion img/posts/meow-behind-the-scenes/meow_banner.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions js/posts/nba-players/graphs.js
Expand Up @@ -55,7 +55,7 @@ var chart = c3.generate({
data: {
x: 'YEAR',
xFormat: '%Y',
url: 'https://raw.githubusercontent.com/daily-bruin/the-stack/master/datasets/nba-players/maxVorp.csv',
url: 'https://raw.githubusercontent.com/dailybruin/the-stack/master/datasets/nba-players/maxVorp.csv',
//url: '/datasets/nba-players/maxVORP.csv',

//type: 'timeseries'
Expand Down Expand Up @@ -126,7 +126,7 @@ $('#vorp').on('click', function () {
chart.load({
bindto: '#line-chart',

url: 'https://raw.githubusercontent.com/daily-bruin/the-stack/master/datasets/nba-players/maxVorp.csv',
url: 'https://raw.githubusercontent.com/dailybruin/the-stack/master/datasets/nba-players/maxVorp.csv',
//url: '/datasets/nba-players/maxVORP.csv',
unload: chart.url,
});
Expand All @@ -139,7 +139,7 @@ $('#vorp').on('click', function () {
$('#pick').on('click', function () {

chart.load({
url: 'https://raw.githubusercontent.com/daily-bruin/the-stack/master/datasets/nba-players/pick.csv',
url: 'https://raw.githubusercontent.com/dailybruin/the-stack/master/datasets/nba-players/pick.csv',
//url: '/datasets/nba-players/pick.csv',
unload: chart.url,
bindto: '#line-chart'
Expand All @@ -154,7 +154,7 @@ $('#pick').on('click', function () {
$('#yrsCollege').on('click', function () {

chart.load({
url: 'https://raw.githubusercontent.com/daily-bruin/the-stack/master/datasets/nba-players/yrs_mean.csv',
url: 'https://raw.githubusercontent.com/dailybruin/the-stack/master/datasets/nba-players/yrs_mean.csv',
//url: '/datasets/nba-players/yrs_mean.csv',
unload: chart.url,
bindto: '#line-chart'
Expand All @@ -168,7 +168,7 @@ $('#yrsCollege').on('click', function () {
$('#numPlayers').on('click', function () {

chart.load({
url: 'https://raw.githubusercontent.com/daily-bruin/the-stack/master/datasets/nba-players/numPlayers_2.csv',
url: 'https://raw.githubusercontent.com/dailybruin/the-stack/master/datasets/nba-players/numPlayers_2.csv',
//url: '/datasets/nba-players/numPlayers_2.csv',
unload: chart.url,
bindto: '#line-chart'
Expand Down
2 changes: 1 addition & 1 deletion js/site.js
Expand Up @@ -9,7 +9,7 @@
window.Stack = {
apply: function(){
console.log('Good luck!');
window.location = "http://apply.uclastudentmedia.com/applications/daily-bruin/software-engineering-intern/";
window.location = "http://apply.uclastudentmedia.com/applications/dailybruin/software-engineering-intern/";
}
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"description": "The Daily Bruin's data and tech blog.",
"main": "index.js",
"repository": "https://github.com/daily-bruin/the-stack",
"repository": "https://github.com/dailybruin/the-stack",
"author": "Daily Bruin Online <online@dailybruin.com>",
"license": "AGPL-3.0",
"scripts": {
Expand Down

0 comments on commit 79a9e61

Please sign in to comment.