Skip to content

Commit f36b6dd

Browse files
committed
update some contact info
1 parent 2b99e0e commit f36b6dd

File tree

7 files changed

+10
-34
lines changed

7 files changed

+10
-34
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: trailing-whitespace
99
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
# Ruff version.
11-
rev: v0.8.4
11+
rev: v0.9.7
1212
hooks:
1313
# Run the linter.
1414
- id: ruff

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This repository holds information on talks I've given at conferences and meetups
55
If you attended one of these talks and have follow-up questions
66

77
1. Thank you so much for attending!
8-
2. Open [an issue](https://github.com/jameslamb/talks/issues) or message me [on Twitter](https://twitter.com/_jameslamb)
8+
2. Open [an issue](https://github.com/jameslamb/talks/issues) or message me at the contact information at https://github.com/jameslamb
99

1010
## Gallery
1111

chi-r-collab-httr/README.md

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,9 @@ It looks something like this.
7878
"notifications": {
7979
"num_bells": 1,
8080
"num_messages": 1,
81-
"notifications": [
82-
{"type": "direct-message", "preview": "Emily sent you a message", "url": "https://twitter.com/messages/917780412134457344"},
83-
{"type": "like", "preview": "Edward liked your tweet", "url": "https://twitter.com/LilNasX/status/1248356745816109056"}
84-
]
81+
"notifications": []
8582
},
86-
"timeline": [
87-
"https://twitter.com/Corey_Yanofsky/status/1248110948122013696",
88-
"https://twitter.com/_ColinFay/status/1245458045376892930",
89-
"https://twitter.com/Chas10Buttigieg/status/1243975360800346113"
90-
]
83+
"timeline": []
9184
}
9285
```
9386

@@ -103,16 +96,9 @@ social_profile <- list(
10396
, "notificationos" = list(
10497
"num_bells" = 1
10598
, "num_messages" = 1
106-
, "notifications" = list(
107-
list("type" = "direct-message", "preview" = "Emily sent you a message", "url" = "https://twitter.com/messages/917780412134457344")
108-
, list("type" = "like", "preview" = "Edward liked your tweet", "url" = "https://twitter.com/LilNasX/status/1248356745816109056")
109-
)
110-
)
111-
, "timelines" = c(
112-
"https://twitter.com/Corey_Yanofsky/status/1248110948122013696",
113-
"https://twitter.com/_ColinFay/status/1245458045376892930",
114-
"https://twitter.com/Chas10Buttigieg/status/1243975360800346113"
99+
, "notifications" = list()
115100
)
101+
, "timelines" = character()
116102
)
117103
```
118104

economic-consulting/index.Rmd

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ Reproducible economic research requires programming. There is no way around it.
359359

360360
"Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later." - [Git documentation](http://git-scm.com/book/en/v2/Getting-Started-About-Version-Control)
361361

362-
- The software: [Git](http://en.wikipedia.org/wiki/Git_%28software%29) | [GitHub](https://github.com/JayLamb20/MSAE_Alumni_2015/commits/gh-pages) (online extension)
362+
- The software: [Git](http://en.wikipedia.org/wiki/Git_%28software%29) | [GitHub](https://github.com/jameslamb/MSAE_Alumni_2015/commits/gh-pages) (online extension)
363363
- Distributed revision control and collaboration system
364364
- Tracks project history, lets you revert back to old versions
365365
- An example:
@@ -753,16 +753,14 @@ All software have strengths and weaknesses. You might, for example, want to do d
753753

754754
</br>
755755

756-
<center>Umm thanks? You can click through the slides [here](http://jaylamb20.github.io/MSAE_Alumni_2015/index.html#1) or view the raw code [here](https://github.com/JayLamb20/MSAE_Alumni_2015).
756+
<center>Umm thanks? You can click through the slides or view the raw code [here](https://github.com/jameslamb/MSAE_Alumni_2015).
757757

758758
</br>
759759

760760
<center><b>Questions? Comments? Profanity-Laced Criticisms?</b></center>
761761

762762
</br>
763763

764-
<center>[[email protected]]([email protected]) | [Twitter](https://twitter.com/i/notifications) | [LinkedIN](https://www.linkedin.com/in/jameslamb1) | [GitHub](https://github.com/JayLamb20)</center>
765-
766764
</br>
767765

768766
<center><b>Want to Work with me at IHS? Or pay my team to forecast stuff?</b></center>

economic-consulting/index.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ <h2 style="color: #00C990">Introduction to Version Control</h2>
542542
<p>&quot;Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later.&quot; - <a href="http://git-scm.com/book/en/v2/Getting-Started-About-Version-Control">Git documentation</a></p>
543543

544544
<ul>
545-
<li>The software: <a href="http://en.wikipedia.org/wiki/Git_%28software%29">Git</a> | <a href="https://github.com/JayLamb20/MSAE_Alumni_2015/commits/gh-pages">GitHub</a> (online extension)
545+
<li>The software: <a href="http://en.wikipedia.org/wiki/Git_%28software%29">Git</a> | <a href="https://github.com">GitHub</a> (online extension)
546546

547547
<ul>
548548
<li>Distributed revision control and collaboration system</li>
@@ -3324,16 +3324,14 @@ <h2 style="color: #00C990">Thank You for Your Time</h2>
33243324

33253325
<p></br></p>
33263326

3327-
<p><center>Umm thanks? You can click through the slides <a href="http://jaylamb20.github.io/MSAE_Alumni_2015/index.html#1">here</a> or view the raw code <a href="https://github.com/JayLamb20/MSAE_Alumni_2015">here</a>.</p>
3327+
<p><center>Umm thanks? You can click through the slides <a href="http://jameslamb.github.io/MSAE_Alumni_2015/index.html#1">here</a> or view the raw code <a href="https://github.com/jameslamb/MSAE_Alumni_2015">here</a>.</p>
33283328

33293329
<p></br></p>
33303330

33313331
<p><center><b>Questions? Comments? Profanity-Laced Criticisms?</b></center></p>
33323332

33333333
<p></br></p>
33343334

3335-
<p><center><a href="[email protected]">[email protected]</a> | <a href="https://twitter.com/i/notifications">Twitter</a> | <a href="https://www.linkedin.com/in/jameslamb1">LinkedIN</a> | <a href="https://github.com/JayLamb20">GitHub</a></center></p>
3336-
33373335
<p></br></p>
33383336

33393337
<p><center><b>Want to Work with me at IHS? Or pay my team to forecast stuff?</b></center></p>

economics-as-a-science/index.Rmd

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -524,9 +524,6 @@ I hope that the answer is yes!
524524

525525
<b>Questions? Comments? Profanity-Laced Criticisms?</b>
526526

527-
- email --> [email protected]
528-
- Twitter --> @_jameslamb
529-
- LinkedIn --> [https://www.linkedin.com/in/jameslamb1](https://github.com/jameslamb)
530527
- GitHub --> [https://github.com/jameslamb](https://github.com/jameslamb)
531528

532529
</br>

economics-as-a-science/index.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -796,9 +796,6 @@ <h2 style="color: #C94D00">Thank You for Your Time</h2>
796796
<p><b>Questions? Comments? Profanity-Laced Criticisms?</b></p>
797797

798798
<ul>
799-
<li>email --&gt; <a href="mailto:[email protected]">[email protected]</a></li>
800-
<li>Twitter --&gt; @_jameslamb</li>
801-
<li>LinkedIn --&gt; <a href="https://github.com/jameslamb">https://www.linkedin.com/in/jameslamb1</a></li>
802799
<li>GitHub --&gt; <a href="https://github.com/jameslamb">https://github.com/jameslamb</a></li>
803800
</ul>
804801

0 commit comments

Comments
 (0)