Skip to content

Commit 0bce596

Browse files
committed
Add recent translations
1 parent e570e12 commit 0bce596

File tree

357 files changed

+258410
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

357 files changed

+258410
-23
lines changed

2021/some1/english/captions.srt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,11 +1388,11 @@ Now the way I do things is with programmatic animations.
13881388

13891389
348
13901390
00:18:55,560 --> 00:18:58,240
1391-
I sort of wrote this custom library called Manum to do that.
1391+
I sort of wrote this custom library called Manim to do that.
13921392

13931393
349
13941394
00:18:58,660 --> 00:19:02,369
1395-
And last year, actually, a group of people that called themselves the Manum
1395+
And last year, actually, a group of people that called themselves the Manim
13961396

13971397
350
13981398
00:19:02,369 --> 00:19:06,420
@@ -1416,7 +1416,7 @@ actually a lot easier than it used to be.
14161416

14171417
355
14181418
00:19:16,960 --> 00:19:20,822
1419-
There's some other libraries that I've seen that mention Manum as an inspiration,
1419+
There's some other libraries that I've seen that mention Manim as an inspiration,
14201420

14211421
356
14221422
00:19:20,822 --> 00:19:23,460
@@ -1452,7 +1452,7 @@ But it doesn't have to be.
14521452

14531453
364
14541454
00:19:46,460 --> 00:19:50,505
1455-
And a lot of times people use Manum or other programmatic animations for things that do
1455+
And a lot of times people use Manim or other programmatic animations for things that do
14561456

14571457
365
14581458
00:19:50,505 --> 00:19:54,642
@@ -1500,7 +1500,7 @@ something like that.
15001500

15011501
376
15021502
00:20:28,220 --> 00:20:30,858
1503-
Also, I see a lot of people use Manum to manipulate
1503+
Also, I see a lot of people use Manim to manipulate
15041504

15051505
377
15061506
00:20:30,858 --> 00:20:33,040

2021/some1/english/sentence_timings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -740,12 +740,12 @@
740740
1135.16
741741
],
742742
[
743-
"I sort of wrote this custom library called Manum to do that.",
743+
"I sort of wrote this custom library called Manim to do that.",
744744
1135.56,
745745
1138.24
746746
],
747747
[
748-
"And last year, actually, a group of people that called themselves the Manum Community created a fork of it with the hope of making it a lot more user-friendly.",
748+
"And last year, actually, a group of people that called themselves the Manim Community created a fork of it with the hope of making it a lot more user-friendly.",
749749
1138.66,
750750
1146.42
751751
],
@@ -765,7 +765,7 @@
765765
1156.62
766766
],
767767
[
768-
"There's some other libraries that I've seen that mention Manum as an inspiration, you know, one that's written in Julia or one in Haskell.",
768+
"There's some other libraries that I've seen that mention Manim as an inspiration, you know, one that's written in Julia or one in Haskell.",
769769
1156.96,
770770
1163.46
771771
],
@@ -790,7 +790,7 @@
790790
1186.36
791791
],
792792
[
793-
"And a lot of times people use Manum or other programmatic animations for things that do not need to be programmatic, that you could have easily done in something like Keynote or which add flashiness for flashiness's sake that doesn't actually aid with the explanation.",
793+
"And a lot of times people use Manim or other programmatic animations for things that do not need to be programmatic, that you could have easily done in something like Keynote or which add flashiness for flashiness's sake that doesn't actually aid with the explanation.",
794794
1186.46,
795795
1198.78
796796
],
@@ -815,7 +815,7 @@
815815
1227.74
816816
],
817817
[
818-
"Also, I see a lot of people use Manum to manipulate algebraic expressions and things like that.",
818+
"Also, I see a lot of people use Manim to manipulate algebraic expressions and things like that.",
819819
1228.22,
820820
1233.04
821821
],

2021/some1/english/transcript.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,22 +146,22 @@ The first one, which again I acknowledge is very hypocritical here, is sound qua
146146
The learner will appreciate a respite from all that with something that actually comes from a good microphone that you learned how to use at some point.
147147
On the side of visuals, you know, I'm obviously a big believer in the idea that a well-chosen illustration or an animation can really make a mathematical idea a lot more clear and be an example of that concretization and kind of going from the lower layer of abstraction on upward by just showing exactly what it is on screen in some way.
148148
Now the way I do things is with programmatic animations.
149-
I sort of wrote this custom library called Manum to do that.
150-
And last year, actually, a group of people that called themselves the Manum Community created a fork of it with the hope of making it a lot more user-friendly.
149+
I sort of wrote this custom library called Manim to do that.
150+
And last year, actually, a group of people that called themselves the Manim Community created a fork of it with the hope of making it a lot more user-friendly.
151151
And I think they succeeded with that.
152152
There's a lot better documentation, it's better tested, just all around friendlier to use.
153153
So you can use that tool and thanks to them, it's actually a lot easier than it used to be.
154-
There's some other libraries that I've seen that mention Manum as an inspiration, you know, one that's written in Julia or one in Haskell.
154+
There's some other libraries that I've seen that mention Manim as an inspiration, you know, one that's written in Julia or one in Haskell.
155155
And it doesn't have to be programmatic either.
156156
I think where programmatic animations make sense for math is if you're somehow leveraging loops or conditionals or layers of abstraction.
157157
And in the right context, I think it can be a wonderful way to let the visuals authentically reflect the math that you're describing, if the code is essentially just that math as it's illustrating things.
158158
But it doesn't have to be.
159-
And a lot of times people use Manum or other programmatic animations for things that do not need to be programmatic, that you could have easily done in something like Keynote or which add flashiness for flashiness's sake that doesn't actually aid with the explanation.
159+
And a lot of times people use Manim or other programmatic animations for things that do not need to be programmatic, that you could have easily done in something like Keynote or which add flashiness for flashiness's sake that doesn't actually aid with the explanation.
160160
I think one really good example of using traditional animation software is the channel Boerbach Tree.
161161
So he really has these friendly handwritten kind of whiteboard lectures, but uses animation to help those whiteboards come alive.
162162
And he uses Adobe Animate for that.
163163
And I think it's a really nice way to make this friendly hand-drawn environment come to life, which is different from kind of the platonic, stark, this is precisely what the math would draw when you're illustrating a surface or something like that.
164-
Also, I see a lot of people use Manum to manipulate algebraic expressions and things like that.
164+
Also, I see a lot of people use Manim to manipulate algebraic expressions and things like that.
165165
But if you look at other videos, things like Mathologer, you know, he's doing a lot of that in PowerPoint.
166166
And again, content is king.
167167
The first thing is to focus on what are you actually describing and then just showing it, however, is easiest to show it in that case works totally fine.

2021/some1/english/word_timings.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

2022/some2-results/english/captions.srt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,15 +912,15 @@ that if we fast forward to today, so many of the entries in this contest use tha
912912

913913
229
914914
00:13:35,072 --> 00:13:36,800
915-
Manum, to illustrate their lessons.
915+
Manim, to illustrate their lessons.
916916

917917
230
918918
00:13:37,460 --> 00:13:39,704
919919
I have nothing wrong with that, it actually delights me,
920920

921921
231
922922
00:13:39,704 --> 00:13:42,343
923-
it's why I made it open source, and I'm very grateful to the Manum
923+
it's why I made it open source, and I'm very grateful to the Manim
924924

925925
232
926926
00:13:42,343 --> 00:13:45,140

2022/some2-results/english/sentence_timings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -450,12 +450,12 @@
450450
806.78
451451
],
452452
[
453-
"This means there's at least a little hint of irony in the fact that if we fast forward to today, so many of the entries in this contest use that tool, Manum, to illustrate their lessons.",
453+
"This means there's at least a little hint of irony in the fact that if we fast forward to today, so many of the entries in this contest use that tool, Manim, to illustrate their lessons.",
454454
807.62,
455455
816.8
456456
],
457457
[
458-
"I have nothing wrong with that, it actually delights me, it's why I made it open source, and I'm very grateful to the Manum community for everything they've done to make the tool more accessible.",
458+
"I have nothing wrong with that, it actually delights me, it's why I made it open source, and I'm very grateful to the Manim community for everything they've done to make the tool more accessible.",
459459
817.46,
460460
825.14
461461
],

2022/some2-results/english/transcript.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ Moving on to novelty, this is another category that has two distinct interpretat
8888
One would be stylistic originality.
8989
Back when I created this channel, part of the reason I wrote my own animation tool behind it was to ensure a kind of stylistic originality.
9090
Well, the main reason was it was a fun side project, and having my hands deep into the guts of some tool helped me to feel less constrained in trying to visualize whatever came to mind, but being a forcing function for originality was at least a small part of my reasoning.
91-
This means there's at least a little hint of irony in the fact that if we fast forward to today, so many of the entries in this contest use that tool, Manum, to illustrate their lessons.
92-
I have nothing wrong with that, it actually delights me, it's why I made it open source, and I'm very grateful to the Manum community for everything they've done to make the tool more accessible.
91+
This means there's at least a little hint of irony in the fact that if we fast forward to today, so many of the entries in this contest use that tool, Manim, to illustrate their lessons.
92+
I have nothing wrong with that, it actually delights me, it's why I made it open source, and I'm very grateful to the Manim community for everything they've done to make the tool more accessible.
9393
But I would still encourage people to find their own unique voice and aesthetic, whatever tools they use, and whoever they take inspiration from.
9494
I don't want to overemphasize that point because it's the much less important half of novelty, the much more important kind of novelty is when the thing you present would have been very hard to find elsewhere on the internet, either because it's a highly unique topic or because it's a very unique perspective.
9595
For example, this video on percolation showed a completely fascinating toy model for studying phase changes, a model where it's easier to make exact proofs, and considering the level of depth and the level of clarity the authors provided, I think it's fair to say you wouldn't find something like this on YouTube if this group hadn't made it.

2022/some2-results/english/word_timings.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)