Skip to content

Commit 0737761

Browse files
committed
indian astrology article
1 parent d23745d commit 0737761

3 files changed

Lines changed: 21 additions & 17 deletions

File tree

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Astrological Determinism in Indian Buddhism"
3+
authors: ["Jeffrey Kotyk"]
4+
external_url: "https://poj.peeters-leuven.be/content.php?url=article&id=3285741&journal_code=JIABS"
5+
drive_links: ["https://drive.google.com/file/d/1IQOjdI3UBmLaiabBa1o3rnIPMFKA_Xpe/view?usp=drivesdk"]
6+
tags:
7+
- karma
8+
- premodern
9+
- astrology
10+
course: mahayana-roots
11+
year: 2018
12+
volume: 41
13+
journal: jiabs
14+
pages: "145--167"
15+
---
16+
17+
> Did Indian Buddhists believe in astrology, and, if so, how did they incorporate it into their religious framework?
18+

‎_includes/content_filelinks.html‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="content_links">
44
{% assign value = include.content.base_value %}{% if include.content.status=="featured" %}{% assign value = value | times: site.data.ga.featured_value_multiplier %}{% endif %}
55
{% if include.content.external_url %}
6-
<a class="btn" {% if include.newtab %}target="_blank"{% endif %} data-content-path="{{ content_path }}" ga-event-value="{{ value }}" href="{{ include.content.external_url }}"><i class="fa{% if include.content.external_url contains "youtu" %}b fa-youtube"></i> YouTube{% else %}s fa-{% assign ext = include.content.external_url | slice: -4, 4 %}{% if ext == ".pdf" %}file-pdf"></i> pdf{% else %}{% if ext == ".mp3" %}volume-up{% else %}globe{% endif %}"></i> Online{% endif %}{% endif %}</a>
6+
<a class="btn" {% if include.newtab %}target="_blank"{% endif %} data-content-path="{{ content_path }}" ga-event-value="{{ value }}" href="{{ include.content.external_url }}"><i class="fa{% if include.content.external_url contains "youtu" %}b fa-youtube"></i> YouTube{% else %}s fa-{% assign ext = include.content.external_url | slice: -4, 4 %}{% if ext == ".pdf" %}file-pdf"></i> pdf{% elsif ext == ".mp3" %}file-audio"></i> mp3{% elsif ext == ".zip" %}file-archive"></i> zip{% else %}{% case include.content.category %}{% when "av" %}volume-up{% when "booklets" %}book-open{% when "monographs" %}book-open{% else %}globe{% endcase %}"></i> Online{% endif %}{% endif %}</a>
77
{% endif %}
88
{% if include.content.file_links.size > 0 %}
99
{% for link in include.content.file_links %}
@@ -26,7 +26,7 @@
2626
{%- endunless -%}
2727
{%- if include.content.excerpt_url -%}
2828
{%- if showworldcat -%}<details class="copyright details-reset"><summary>{%- endif -%}
29-
<a class="btn" {% if include.newtab %}target="_blank" {% endif %}href="{{ include.content.excerpt_url }}" ga-event-value="{{ value | divided_by: 2 }}" data-content-path="{{ content_path }}" ga-event-label="{{ include.content.excerpt_url }}"><i class="fas fa-book-reader"></i> Selection</a>
29+
<a class="btn" {% if include.newtab %}target="_blank" {% endif %}href="{{ include.content.excerpt_url }}" ga-event-value="{{ value | divided_by: 2 }}" data-content-path="{{ content_path }}" ga-event-label="{{ include.content.excerpt_url }}"><i class="fas fa-book-reader"></i> Preview</a>
3030
{%- endif -%}
3131
{%- if showworldcat -%}
3232
{%- unless include.content.excerpt_url -%}<details class="copyright details-reset"><summary>{%- endunless -%}

‎settings.html‎

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,7 @@
99

1010
<h3>Usage Statistics</h3>
1111
<p>This site uses Google Analytics to get anonymous usage data which we use to improve the site and to feel good about what we've built. It means a lot to us that you come here and we love to see you here.</p>
12-
<p id="js-off">But you have Javascript disabled, and so we cannot track your usage at all.</p>
13-
<div style="display:none;" id="dnt">
14-
<h4>Do Not Track</h4>
15-
<p>This website participates in the Future Of Privacy Forum's "<a target="_blank" href="https://allaboutdnt.com/">Do Not Track</a>" initiative by respecting your browser's DNT Setting.</p>
16-
<table><tbody>
17-
<tr>
18-
<td style="display: none;" id="dnt-on"><i class="fas fa-user-times"></i> Your DNT Setting is currently <strong style="color: indianred;">on</strong> and your use of participating DNT websites is invisible.</td>
19-
<td style="display: none;" id="dnt-off"><i class="fas fa-user-check"></i> Your DNT Setting is currently <strong style="color: indianred;">off</strong> and your use of participating DNT websites is visible.</td>
20-
<td>To learn how to toggle this setting, <a href="https://allaboutdnt.com/#adjust-settings">visit the DNT website</a>.</td>
21-
</tr>
22-
</tbody></table>
23-
</div>
12+
<p id="js-off">But you have Javascript disabled, so we cannot track your usage.</p>
2413

2514
<div id="incog" style="display: none;">
2615
<h4>Incognito Mode</h4>
@@ -43,13 +32,10 @@ <h4>Incognito Mode</h4>
4332
document.getElementById('incog-toggle').innerHTML = "Opt Back In";
4433
document.getElementById('incog-on').style="";
4534
} else {
46-
document.getElementById('dnt').style="";
4735
if (window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1") {
48-
document.getElementById("dnt-on").style = "";
4936
document.getElementById('incog-toggle').innerHTML = "Opt In To Tracking";
5037
document.getElementById('incog-on').style="";
5138
} else {
52-
document.getElementById("dnt-off").style = "";
5339
document.getElementById('incog-off').style="";
5440
}}}
5541
</script>

0 commit comments

Comments
 (0)